Searched refs:req_virt (Results 1 – 2 of 2) sorted by relevance
501 vf->vf_mbx.req_virt = p_req_virt_addr + idx; in ecore_iov_setup_vfdb()1446 mbx->req_virt->first_tlv.reply_address + in ecore_iov_send_response()1461 mbx->req_virt->first_tlv.reply_address, in ecore_iov_send_response()1753 struct vfpf_acquire_tlv *req = &mbx->req_virt->acquire; in ecore_iov_vf_mbx_acquire()2145 start = &mbx->req_virt->start_vport; in ecore_iov_vf_mbx_start_vport()2293 req = &mbx->req_virt->start_rxq; in ecore_iov_vf_mbx_start_rxq_resp()2319 ecore_iov_search_list_tlvs(p_hwfn, p_mbx->req_virt, in ecore_iov_vf_mbx_qid()2354 req = &mbx->req_virt->start_rxq; in ecore_iov_vf_mbx_start_rxq()2504 p_req = &mbx->req_virt->tunn_param_update; in ecore_iov_vf_mbx_update_tunn_param()2629 req = &mbx->req_virt->start_txq; in ecore_iov_vf_mbx_start_txq()[all …]
60 union vfpf_tlvs *req_virt; member