Searched refs:mp_req (Results 1 – 4 of 4) sorted by relevance
117 struct bnx2fc_mp_req *mp_req; in bnx2fc_l2_els_compl() local145 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() local315 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 …]
577 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc() local583 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 …]
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()
428 struct bnx2fc_mp_req mp_req; member