Searched refs:h_buf (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 14762 struct lpfc_dmabuf *h_buf; in lpfc_update_rcv_time_stamp() local 14766 h_buf = list_get_first(&vport->rcv_buffer_list, in lpfc_update_rcv_time_stamp() 14768 if (!h_buf) in lpfc_update_rcv_time_stamp() 14770 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_update_rcv_time_stamp() 14785 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local 14790 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_cleanup_rcv_buffers() 14791 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_cleanup_rcv_buffers() 14817 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_rcv_seq_check_edtov() local 14829 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_rcv_seq_check_edtov() 14830 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_rcv_seq_check_edtov() [all …]
|