Lines Matching refs:mp_req
126 struct bnx2fc_mp_req *mp_req; in bnx2fc_l2_els_compl() local
154 mp_req = &(els_req->mp_req); in bnx2fc_l2_els_compl()
155 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_l2_els_compl()
156 resp_len = mp_req->resp_len; in bnx2fc_l2_els_compl()
157 resp_buf = mp_req->resp_buf; in bnx2fc_l2_els_compl()
267 struct bnx2fc_mp_req *mp_req; in bnx2fc_srr_compl() local
324 mp_req = &(srr_req->mp_req); in bnx2fc_srr_compl()
325 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_srr_compl()
326 resp_len = mp_req->resp_len; in bnx2fc_srr_compl()
327 resp_buf = mp_req->resp_buf; in bnx2fc_srr_compl()
379 struct bnx2fc_mp_req *mp_req; in bnx2fc_rec_compl() local
448 mp_req = &(rec_req->mp_req); in bnx2fc_rec_compl()
449 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_rec_compl()
450 resp_len = mp_req->resp_len; in bnx2fc_rec_compl()
451 acc = resp_buf = mp_req->resp_buf; in bnx2fc_rec_compl()
680 struct bnx2fc_mp_req *mp_req; in bnx2fc_initiate_els() local
719 mp_req = (struct bnx2fc_mp_req *)&(els_req->mp_req); in bnx2fc_initiate_els()
734 mp_req->req_len = data_len; in bnx2fc_initiate_els()
735 els_req->data_xfer_len = mp_req->req_len; in bnx2fc_initiate_els()
739 memcpy(mp_req->req_buf, data, data_len); in bnx2fc_initiate_els()
754 fc_hdr = &(mp_req->req_fc_hdr); in bnx2fc_initiate_els()
808 struct bnx2fc_mp_req *mp_req; in bnx2fc_process_els_compl() local
835 mp_req = &(els_req->mp_req); in bnx2fc_process_els_compl()
836 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_process_els_compl()
845 mp_req->resp_len = in bnx2fc_process_els_compl()