Searched refs:mp_req (Results 1 – 7 of 7) 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 …]
548 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_free_mp_resc() local554 mp_req->tm_flags = 0; in bnx2fc_free_mp_resc()555 if (mp_req->mp_req_bd) { in bnx2fc_free_mp_resc()557 mp_req->mp_req_bd, in bnx2fc_free_mp_resc()558 mp_req->mp_req_bd_dma); in bnx2fc_free_mp_resc()559 mp_req->mp_req_bd = NULL; in bnx2fc_free_mp_resc()561 if (mp_req->mp_resp_bd) { in bnx2fc_free_mp_resc()563 mp_req->mp_resp_bd, in bnx2fc_free_mp_resc()564 mp_req->mp_resp_bd_dma); in bnx2fc_free_mp_resc()565 mp_req->mp_resp_bd = NULL; in bnx2fc_free_mp_resc()[all …]
1574 struct bnx2fc_mp_req *mp_req = &(io_req->mp_req); in bnx2fc_init_mp_task() local1604 (u32)mp_req->mp_req_bd_dma; in bnx2fc_init_mp_task()1606 (u32)((u64)mp_req->mp_req_bd_dma >> 32); in bnx2fc_init_mp_task()1640 fc_hdr = &(mp_req->req_fc_hdr); in bnx2fc_init_mp_task()1660 sgl->mul_sgl.cur_sge_addr.lo = (u32)mp_req->mp_resp_bd_dma; in bnx2fc_init_mp_task()1662 (u32)((u64)mp_req->mp_resp_bd_dma >> 32); in bnx2fc_init_mp_task()
433 struct bnx2fc_mp_req mp_req; member
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()157 els_req->mp_req.resp_len = mp_info->data_placement_size; in qedf_process_els_compl()407 struct qedf_mp_req *mp_req; in qedf_l2_els_compl() local433 mp_req = &(els_req->mp_req); in qedf_l2_els_compl()434 mp_fc_hdr = &(mp_req->resp_fc_hdr); in qedf_l2_els_compl()435 resp_len = mp_req->resp_len; in qedf_l2_els_compl()436 resp_buf = mp_req->resp_buf; in qedf_l2_els_compl()[all …]
412 struct qedf_mp_req *mp_req = &(io_req->mp_req); in qedf_free_mp_resc() local417 if (mp_req->mp_req_bd) { in qedf_free_mp_resc()419 mp_req->mp_req_bd, mp_req->mp_req_bd_dma); in qedf_free_mp_resc()420 mp_req->mp_req_bd = NULL; in qedf_free_mp_resc()422 if (mp_req->mp_resp_bd) { in qedf_free_mp_resc()424 mp_req->mp_resp_bd, mp_req->mp_resp_bd_dma); in qedf_free_mp_resc()425 mp_req->mp_resp_bd = NULL; in qedf_free_mp_resc()427 if (mp_req->req_buf) { in qedf_free_mp_resc()429 mp_req->req_buf, mp_req->req_buf_dma); in qedf_free_mp_resc()430 mp_req->req_buf = NULL; in qedf_free_mp_resc()[all …]
168 struct qedf_mp_req mp_req; member