Searched refs:h_buf (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 14738 struct lpfc_dmabuf *h_buf; in lpfc_update_rcv_time_stamp() local 14742 h_buf = list_get_first(&vport->rcv_buffer_list, in lpfc_update_rcv_time_stamp() 14744 if (!h_buf) in lpfc_update_rcv_time_stamp() 14746 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_update_rcv_time_stamp() 14761 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_cleanup_rcv_buffers() local 14766 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_cleanup_rcv_buffers() 14767 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_cleanup_rcv_buffers() 14793 struct lpfc_dmabuf *h_buf, *hnext; in lpfc_rcv_seq_check_edtov() local 14805 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { in lpfc_rcv_seq_check_edtov() 14806 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_rcv_seq_check_edtov() [all …]
|