Lines Matching refs:fc_hdr
119 struct fc_frame_header *fc_hdr; in bnx2fc_l2_els_compl() local
147 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_l2_els_compl()
156 hdr_len = sizeof(*fc_hdr); in bnx2fc_l2_els_compl()
162 memcpy(buf, fc_hdr, hdr_len); in bnx2fc_l2_els_compl()
260 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_srr_compl() local
317 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_srr_compl()
321 hdr_len = sizeof(*fc_hdr); in bnx2fc_srr_compl()
327 memcpy(buf, fc_hdr, hdr_len); in bnx2fc_srr_compl()
372 struct fc_frame_header *fc_hdr, *fh; in bnx2fc_rec_compl() local
441 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_rec_compl()
445 hdr_len = sizeof(*fc_hdr); in bnx2fc_rec_compl()
452 memcpy(buf, fc_hdr, hdr_len); in bnx2fc_rec_compl()
673 struct fc_frame_header *fc_hdr; in bnx2fc_initiate_els() local
746 fc_hdr = &(mp_req->req_fc_hdr); in bnx2fc_initiate_els()
752 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS4_REQ, did, sid, in bnx2fc_initiate_els()
756 __fc_fill_fc_hdr(fc_hdr, FC_RCTL_ELS_REQ, did, sid, in bnx2fc_initiate_els()
801 struct fc_frame_header *fc_hdr; in bnx2fc_process_els_compl() local
828 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_process_els_compl()
830 hdr = (u64 *)fc_hdr; in bnx2fc_process_els_compl()
832 &task->rxwr_only.union_ctx.comp_info.mp_rsp.fc_hdr; in bnx2fc_process_els_compl()