• Home
  • Raw
  • Download

Lines Matching refs:mp_req

118 	struct bnx2fc_mp_req *mp_req;  in bnx2fc_l2_els_compl()  local
146 mp_req = &(els_req->mp_req); in bnx2fc_l2_els_compl()
147 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_l2_els_compl()
148 resp_len = mp_req->resp_len; in bnx2fc_l2_els_compl()
149 resp_buf = mp_req->resp_buf; in bnx2fc_l2_els_compl()
259 struct bnx2fc_mp_req *mp_req; in bnx2fc_srr_compl() local
316 mp_req = &(srr_req->mp_req); in bnx2fc_srr_compl()
317 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_srr_compl()
318 resp_len = mp_req->resp_len; in bnx2fc_srr_compl()
319 resp_buf = mp_req->resp_buf; in bnx2fc_srr_compl()
371 struct bnx2fc_mp_req *mp_req; in bnx2fc_rec_compl() local
440 mp_req = &(rec_req->mp_req); in bnx2fc_rec_compl()
441 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_rec_compl()
442 resp_len = mp_req->resp_len; in bnx2fc_rec_compl()
443 acc = resp_buf = mp_req->resp_buf; in bnx2fc_rec_compl()
672 struct bnx2fc_mp_req *mp_req; in bnx2fc_initiate_els() local
711 mp_req = (struct bnx2fc_mp_req *)&(els_req->mp_req); in bnx2fc_initiate_els()
726 mp_req->req_len = data_len; in bnx2fc_initiate_els()
727 els_req->data_xfer_len = mp_req->req_len; in bnx2fc_initiate_els()
731 memcpy(mp_req->req_buf, data, data_len); in bnx2fc_initiate_els()
746 fc_hdr = &(mp_req->req_fc_hdr); in bnx2fc_initiate_els()
800 struct bnx2fc_mp_req *mp_req; in bnx2fc_process_els_compl() local
827 mp_req = &(els_req->mp_req); in bnx2fc_process_els_compl()
828 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_process_els_compl()
837 mp_req->resp_len = in bnx2fc_process_els_compl()