Searched refs:mp_req (Results 1 – 5 of 5) sorted by relevance
126 struct bnx2fc_mp_req *mp_req; in bnx2fc_l2_els_compl() local154 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() local324 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 …]
544 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc() local550 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()551 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()553 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()554 mp_req->mp_req_bd_dma); in bnx2fc_free_mp_resc()555 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()557 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()559 mp_req->mp_resp_bd, in bnx2fc_free_mp_resc()560 mp_req->mp_resp_bd_dma); in bnx2fc_free_mp_resc()561 mp_req->mp_resp_bd = NULL; in bnx2fc_free_mp_resc()[all …]
1609 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_init_mp_task() local1639 (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()
17 struct qedf_mp_req *mp_req; in qedf_initiate_els() local80 mp_req = (struct qedf_mp_req *)&(els_req->mp_req); in qedf_initiate_els()92 memcpy(mp_req->req_buf, data, data_len); in qedf_initiate_els()105 fc_hdr = &(mp_req->req_fc_hdr); in qedf_initiate_els()180 els_req->mp_req.resp_len = mp_info->data_placement_size; in qedf_process_els_compl()422 struct qedf_mp_req *mp_req; in qedf_l2_els_compl() local448 mp_req = &(els_req->mp_req); in qedf_l2_els_compl()449 mp_fc_hdr = &(mp_req->resp_fc_hdr); 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()[all …]
401 struct qedf_mp_req *mp_req = &(io_req->mp_req); in qedf_free_mp_resc() local406 if (mp_req->mp_req_bd) { in qedf_free_mp_resc()408 mp_req->mp_req_bd, mp_req->mp_req_bd_dma); in qedf_free_mp_resc()409 mp_req->mp_req_bd = NULL; in qedf_free_mp_resc()411 if (mp_req->mp_resp_bd) { in qedf_free_mp_resc()413 mp_req->mp_resp_bd, mp_req->mp_resp_bd_dma); in qedf_free_mp_resc()414 mp_req->mp_resp_bd = NULL; in qedf_free_mp_resc()416 if (mp_req->req_buf) { in qedf_free_mp_resc()418 mp_req->req_buf, mp_req->req_buf_dma); in qedf_free_mp_resc()419 mp_req->req_buf = NULL; in qedf_free_mp_resc()[all …]