Lines Matching refs:fc_hdr
127 struct fc_frame_header *fc_hdr; in bnx2fc_l2_els_compl() local
155 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_l2_els_compl()
164 hdr_len = sizeof(*fc_hdr); in bnx2fc_l2_els_compl()
170 memcpy(buf, fc_hdr, hdr_len); in bnx2fc_l2_els_compl()
268 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_srr_compl() local
325 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_srr_compl()
329 hdr_len = sizeof(*fc_hdr); in bnx2fc_srr_compl()
335 memcpy(buf, fc_hdr, hdr_len); in bnx2fc_srr_compl()
380 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_rec_compl() local
449 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_rec_compl()
453 hdr_len = sizeof(*fc_hdr); in bnx2fc_rec_compl()
460 memcpy(buf, fc_hdr, hdr_len); in bnx2fc_rec_compl()
681 struct fc_frame_header *fc_hdr; in bnx2fc_initiate_els() local
754 fc_hdr = &(mp_req->req_fc_hdr); in bnx2fc_initiate_els()
760 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS4_REQ, did, sid, in bnx2fc_initiate_els()
764 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS_REQ, did, sid, in bnx2fc_initiate_els()
809 struct fc_frame_header *fc_hdr; in bnx2fc_process_els_compl() local
836 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_process_els_compl()
838 hdr = (u64 *)fc_hdr; in bnx2fc_process_els_compl()
840 &task->rxwr_only.union_ctx.comp_info.mp_rsp.fc_hdr; in bnx2fc_process_els_compl()