Lines Matching refs:h_buf
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()
14866 struct lpfc_dmabuf *h_buf; in lpfc_fc_frame_add() local
14874 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) { in lpfc_fc_frame_add()
14875 temp_hdr = (struct fc_frame_header *)h_buf->virt; in lpfc_fc_frame_add()
14881 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_fc_frame_add()
14950 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf; in lpfc_sli4_abort_partial_seq() local
14957 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) { in lpfc_sli4_abort_partial_seq()
14958 temp_hdr = (struct fc_frame_header *)h_buf->virt; in lpfc_sli4_abort_partial_seq()
14964 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); in lpfc_sli4_abort_partial_seq()