Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc_els.c117 struct bnx2fc_mp_req *mp_req; in bnx2fc_l2_els_compl() local
145 mp_req = &(els_req->mp_req); in bnx2fc_l2_els_compl()
146 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_l2_els_compl()
147 resp_len = mp_req->resp_len; in bnx2fc_l2_els_compl()
148 resp_buf = mp_req->resp_buf; in bnx2fc_l2_els_compl()
258 struct bnx2fc_mp_req *mp_req; in bnx2fc_srr_compl() local
315 mp_req = &(srr_req->mp_req); in bnx2fc_srr_compl()
316 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_srr_compl()
317 resp_len = mp_req->resp_len; in bnx2fc_srr_compl()
318 resp_buf = mp_req->resp_buf; in bnx2fc_srr_compl()
[all …]
Dbnx2fc_io.c577 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc() local
583 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()
584 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()
586 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()
587 mp_req->mp_req_bd_dma); in bnx2fc_free_mp_resc()
588 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()
590 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()
592 mp_req->mp_resp_bd, in bnx2fc_free_mp_resc()
593 mp_req->mp_resp_bd_dma); in bnx2fc_free_mp_resc()
594 mp_req->mp_resp_bd = NULL; in bnx2fc_free_mp_resc()
[all …]
Dbnx2fc_hwi.c1590 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_init_mp_task() local
1620 (u32)mp_req->mp_req_bd_dma; in bnx2fc_init_mp_task()
1622 (u32)((u64)mp_req->mp_req_bd_dma >> 32); in bnx2fc_init_mp_task()
1656 fc_hdr = &(mp_req->req_fc_hdr); in bnx2fc_init_mp_task()
1676 sgl->mul_sgl.cur_sge_addr.lo = (u32)mp_req->mp_resp_bd_dma; in bnx2fc_init_mp_task()
1678 (u32)((u64)mp_req->mp_resp_bd_dma >> 32); in bnx2fc_init_mp_task()
Dbnx2fc.h428 struct bnx2fc_mp_req mp_req; member