Home
last modified time | relevance | path

Searched refs:mp_req (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/scsi/bnx2fc/
Dbnx2fc_els.c126 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()
[all …]
Dbnx2fc_io.c546 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc() local
552 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()
553 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()
555 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()
556 mp_req->mp_req_bd_dma); in bnx2fc_free_mp_resc()
557 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()
559 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()
561 mp_req->mp_resp_bd, in bnx2fc_free_mp_resc()
562 mp_req->mp_resp_bd_dma); in bnx2fc_free_mp_resc()
563 mp_req->mp_resp_bd = NULL; in bnx2fc_free_mp_resc()
[all …]
Dbnx2fc_hwi.c1609 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_init_mp_task() local
1639 (u32)mp_req->mp_req_bd_dma; in bnx2fc_init_mp_task()
1641 (u32)((u64)mp_req->mp_req_bd_dma >> 32); in bnx2fc_init_mp_task()
1675 fc_hdr = &(mp_req->req_fc_hdr); in bnx2fc_init_mp_task()
1695 sgl->mul_sgl.cur_sge_addr.lo = (u32)mp_req->mp_resp_bd_dma; in bnx2fc_init_mp_task()
1697 (u32)((u64)mp_req->mp_resp_bd_dma >> 32); in bnx2fc_init_mp_task()
Dbnx2fc.h430 struct bnx2fc_mp_req mp_req; member
/linux-5.19.10/drivers/scsi/qedf/
Dqedf_els.c17 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()
[all …]
Dqedf_io.c405 struct qedf_mp_req *mp_req = &(io_req->mp_req); in qedf_free_mp_resc() local
410 if (mp_req->mp_req_bd) { in qedf_free_mp_resc()
412 mp_req->mp_req_bd, mp_req->mp_req_bd_dma); in qedf_free_mp_resc()
413 mp_req->mp_req_bd = NULL; in qedf_free_mp_resc()
415 if (mp_req->mp_resp_bd) { in qedf_free_mp_resc()
417 mp_req->mp_resp_bd, mp_req->mp_resp_bd_dma); in qedf_free_mp_resc()
418 mp_req->mp_resp_bd = NULL; in qedf_free_mp_resc()
420 if (mp_req->req_buf) { in qedf_free_mp_resc()
422 mp_req->req_buf, mp_req->req_buf_dma); in qedf_free_mp_resc()
423 mp_req->req_buf = NULL; in qedf_free_mp_resc()
[all …]
Dqedf.h164 struct qedf_mp_req mp_req; member