Lines Matching refs:mp_req
17 struct qedf_mp_req *mp_req; in qedf_initiate_els() local
80 mp_req = (struct qedf_mp_req *)&(els_req->mp_req); in qedf_initiate_els()
92 memcpy(mp_req->req_buf, data, data_len); in qedf_initiate_els()
105 fc_hdr = &(mp_req->req_fc_hdr); in qedf_initiate_els()
180 els_req->mp_req.resp_len = mp_info->data_placement_size; in qedf_process_els_compl()
422 struct qedf_mp_req *mp_req; in qedf_l2_els_compl() local
448 mp_req = &(els_req->mp_req); in qedf_l2_els_compl()
449 mp_fc_hdr = &(mp_req->resp_fc_hdr); in qedf_l2_els_compl()
450 resp_len = mp_req->resp_len; in qedf_l2_els_compl()
451 resp_buf = mp_req->resp_buf; in qedf_l2_els_compl()
542 struct qedf_mp_req *mp_req; in qedf_srr_compl() local
582 mp_req = &(srr_req->mp_req); in qedf_srr_compl()
583 mp_fc_hdr = &(mp_req->resp_fc_hdr); in qedf_srr_compl()
584 resp_len = mp_req->resp_len; in qedf_srr_compl()
585 resp_buf = mp_req->resp_buf; in qedf_srr_compl()
837 struct qedf_mp_req *mp_req; in qedf_rec_compl() local
882 mp_req = &(rec_req->mp_req); in qedf_rec_compl()
883 mp_fc_hdr = &(mp_req->resp_fc_hdr); in qedf_rec_compl()
884 resp_len = mp_req->resp_len; in qedf_rec_compl()
885 acc = resp_buf = mp_req->resp_buf; in qedf_rec_compl()