Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
A 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()
156 resp_len = mp_req->resp_len; in bnx2fc_l2_els_compl()
157 resp_buf = mp_req->resp_buf; in bnx2fc_l2_els_compl()
324 mp_req = &(srr_req->mp_req); 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()
448 mp_req = &(rec_req->mp_req); in bnx2fc_rec_compl()
719 mp_req = (struct bnx2fc_mp_req *)&(els_req->mp_req); in bnx2fc_initiate_els()
835 mp_req = &(els_req->mp_req); in bnx2fc_process_els_compl()
[all …]
A 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()
561 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()
567 if (mp_req->req_buf) { in bnx2fc_free_mp_resc()
569 mp_req->req_buf, in bnx2fc_free_mp_resc()
571 mp_req->req_buf = NULL; in bnx2fc_free_mp_resc()
573 if (mp_req->resp_buf) { in bnx2fc_free_mp_resc()
591 mp_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_init_mp_req()
603 if (!mp_req->req_buf) { in bnx2fc_init_mp_req()
[all …]
A 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()
A Dbnx2fc.h432 struct bnx2fc_mp_req mp_req; member
/linux/drivers/scsi/qedf/
A 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()
105 fc_hdr = &(mp_req->req_fc_hdr); in qedf_initiate_els()
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()
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()
837 struct qedf_mp_req *mp_req; in qedf_rec_compl() local
[all …]
A 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()
417 mp_req->mp_resp_bd, mp_req->mp_resp_bd_dma); 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()
425 if (mp_req->resp_buf) { in qedf_free_mp_resc()
427 mp_req->resp_buf, mp_req->resp_buf_dma); in qedf_free_mp_resc()
679 struct qedf_mp_req *mp_req = &(io_req->mp_req); in qedf_init_mp_task() local
[all …]
A Dqedf.h165 struct qedf_mp_req mp_req; member

Completed in 25 milliseconds