Searched refs:req_vport (Results 1 – 1 of 1) sorted by relevance
326 struct irdma_vchnl_req_vport_info req_vport = { 0 }; in irdma_vchnl_req_add_vport() local335 req_vport.vport_id = vport_id; in irdma_vchnl_req_add_vport()336 req_vport.qp1_id = qp1_id; in irdma_vchnl_req_add_vport()337 info.req_parm_len = sizeof(req_vport); in irdma_vchnl_req_add_vport()338 info.req_parm = &req_vport; in irdma_vchnl_req_add_vport()357 struct irdma_vchnl_req_vport_info req_vport = { 0 }; in irdma_vchnl_req_del_vport() local364 req_vport.vport_id = vport_id; in irdma_vchnl_req_del_vport()365 req_vport.qp1_id = qp1_id; in irdma_vchnl_req_del_vport()366 info.req_parm_len = sizeof(req_vport); in irdma_vchnl_req_del_vport()367 info.req_parm = &req_vport; in irdma_vchnl_req_del_vport()