Lines Matching refs:mp_req
20 struct qedf_mp_req *mp_req; in qedf_initiate_els() local
91 mp_req = (struct qedf_mp_req *)&(els_req->mp_req); in qedf_initiate_els()
103 memcpy(mp_req->req_buf, data, data_len); in qedf_initiate_els()
116 fc_hdr = &(mp_req->req_fc_hdr); in qedf_initiate_els()
171 els_req->mp_req.resp_len = mp_info->data_placement_size; in qedf_process_els_compl()
372 struct qedf_mp_req *mp_req; in qedf_l2_els_compl() local
395 mp_req = &(els_req->mp_req); in qedf_l2_els_compl()
396 mp_fc_hdr = &(mp_req->resp_fc_hdr); in qedf_l2_els_compl()
397 resp_len = mp_req->resp_len; in qedf_l2_els_compl()
398 resp_buf = mp_req->resp_buf; in qedf_l2_els_compl()
489 struct qedf_mp_req *mp_req; in qedf_srr_compl() local
524 mp_req = &(srr_req->mp_req); in qedf_srr_compl()
525 mp_fc_hdr = &(mp_req->resp_fc_hdr); in qedf_srr_compl()
526 resp_len = mp_req->resp_len; in qedf_srr_compl()
527 resp_buf = mp_req->resp_buf; in qedf_srr_compl()
777 struct qedf_mp_req *mp_req; in qedf_rec_compl() local
816 mp_req = &(rec_req->mp_req); in qedf_rec_compl()
817 mp_fc_hdr = &(mp_req->resp_fc_hdr); in qedf_rec_compl()
818 resp_len = mp_req->resp_len; in qedf_rec_compl()
819 acc = resp_buf = mp_req->resp_buf; in qedf_rec_compl()