Searched refs:mp_req (Results 1 – 4 of 4) sorted by relevance
118 struct bnx2fc_mp_req *mp_req; in bnx2fc_l2_els_compl() local146 mp_req = &(els_req->mp_req); in bnx2fc_l2_els_compl()147 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_l2_els_compl()148 resp_len = mp_req->resp_len; in bnx2fc_l2_els_compl()149 resp_buf = mp_req->resp_buf; in bnx2fc_l2_els_compl()259 struct bnx2fc_mp_req *mp_req; in bnx2fc_srr_compl() local316 mp_req = &(srr_req->mp_req); in bnx2fc_srr_compl()317 fc_hdr = &(mp_req->resp_fc_hdr); in bnx2fc_srr_compl()318 resp_len = mp_req->resp_len; in bnx2fc_srr_compl()319 resp_buf = mp_req->resp_buf; in bnx2fc_srr_compl()[all …]
535 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc() local541 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()542 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()544 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()545 mp_req->mp_req_bd_dma); in bnx2fc_free_mp_resc()546 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()548 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()550 mp_req->mp_resp_bd, in bnx2fc_free_mp_resc()551 mp_req->mp_resp_bd_dma); in bnx2fc_free_mp_resc()552 mp_req->mp_resp_bd = NULL; in bnx2fc_free_mp_resc()[all …]
1590 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_init_mp_task() local1620 (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()
429 struct bnx2fc_mp_req mp_req; member