Home
last modified time | relevance | path

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

/Linux-v4.19/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.c548 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc() local
554 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()
555 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()
557 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()
558 mp_req->mp_req_bd_dma); in bnx2fc_free_mp_resc()
559 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()
561 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()
563 mp_req->mp_resp_bd, in bnx2fc_free_mp_resc()
564 mp_req->mp_resp_bd_dma); in bnx2fc_free_mp_resc()
565 mp_req->mp_resp_bd = NULL; in bnx2fc_free_mp_resc()
[all …]
Dbnx2fc_hwi.c1592 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_init_mp_task() local
1622 (u32)mp_req->mp_req_bd_dma; in bnx2fc_init_mp_task()
1624 (u32)((u64)mp_req->mp_req_bd_dma >> 32); in bnx2fc_init_mp_task()
1658 fc_hdr = &(mp_req->req_fc_hdr); in bnx2fc_init_mp_task()
1678 sgl->mul_sgl.cur_sge_addr.lo = (u32)mp_req->mp_resp_bd_dma; in bnx2fc_init_mp_task()
1680 (u32)((u64)mp_req->mp_resp_bd_dma >> 32); in bnx2fc_init_mp_task()
Dbnx2fc.h432 struct bnx2fc_mp_req mp_req; member
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c20 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()
[all …]
Dqedf_io.c382 struct qedf_mp_req *mp_req = &(io_req->mp_req); in qedf_free_mp_resc() local
387 if (mp_req->mp_req_bd) { in qedf_free_mp_resc()
389 mp_req->mp_req_bd, mp_req->mp_req_bd_dma); in qedf_free_mp_resc()
390 mp_req->mp_req_bd = NULL; in qedf_free_mp_resc()
392 if (mp_req->mp_resp_bd) { in qedf_free_mp_resc()
394 mp_req->mp_resp_bd, mp_req->mp_resp_bd_dma); in qedf_free_mp_resc()
395 mp_req->mp_resp_bd = NULL; in qedf_free_mp_resc()
397 if (mp_req->req_buf) { in qedf_free_mp_resc()
399 mp_req->req_buf, mp_req->req_buf_dma); in qedf_free_mp_resc()
400 mp_req->req_buf = NULL; in qedf_free_mp_resc()
[all …]
Dqedf.h152 struct qedf_mp_req mp_req; member