Lines Matching refs:h_buf

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()
14842 struct lpfc_dmabuf *h_buf; in lpfc_fc_frame_add() local
14850 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) { in lpfc_fc_frame_add()
14851 temp_hdr = (struct fc_frame_header *)h_buf->virt; in lpfc_fc_frame_add()
14857 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_fc_frame_add()
14926 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf; in lpfc_sli4_abort_partial_seq() local
14933 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) { in lpfc_sli4_abort_partial_seq()
14934 temp_hdr = (struct fc_frame_header *)h_buf->virt; in lpfc_sli4_abort_partial_seq()
14940 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_sli4_abort_partial_seq()