Home
last modified time | relevance | path

Searched refs:pfvf_tlvs (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.h30 union pfvf_tlvs resp;
40 union pfvf_tlvs *reply_virt;
H A Decore_vf.h25 union pfvf_tlvs *pf2vf_reply;
H A Decore_vf.c42 OSAL_MEMSET(p_iov->pf2vf_reply, 0, sizeof(union pfvf_tlvs)); in ecore_vf_pf_prep()
57 union pfvf_tlvs *resp = p_hwfn->vf_iov_info->pf2vf_reply; in ecore_vf_pf_req_end()
204 sizeof(union pfvf_tlvs)); in _ecore_vf_pf_release()
349 sizeof(union pfvf_tlvs)); in ecore_vf_pf_acquire()
593 sizeof(union pfvf_tlvs)); in ecore_vf_hw_prepare()
676 sizeof(union pfvf_tlvs)); in ecore_vf_hw_prepare()
H A Decore_vfpf_if.h571 union pfvf_tlvs { union
H A Decore_sriov.c489 union pfvf_tlvs *p_reply_virt_addr; in ecore_iov_setup_vfdb()
514 vf->vf_mbx.reply_phys = rply_p + idx * sizeof(union pfvf_tlvs); in ecore_iov_setup_vfdb()
562 p_iov_info->mbx_reply_size = sizeof(union pfvf_tlvs) * num_vfs; in ecore_iov_allocate_vfdb()
1474 (sizeof(union pfvf_tlvs) - sizeof(u64)) / 4, in ecore_iov_send_response()
1525 OSAL_MEMSET(p_mbx->reply_virt, 0, sizeof(union pfvf_tlvs)); in ecore_iov_prep_vp_update_resp_tlvs()
4838 return sizeof(union pfvf_tlvs); in ecore_iov_pfvf_msg_length()