Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c810 u8 abs_vfid) in ecore_iov_vf_pglue_clear_err() argument
813 PGLUE_B_REG_WAS_ERROR_VF_31_0_CLR + (abs_vfid >> 5) * 4, in ecore_iov_vf_pglue_clear_err()
814 1 << (abs_vfid & 0x1f)); in ecore_iov_vf_pglue_clear_err()
4385 ecore_sriov_get_vf_from_absid(struct ecore_hwfn *p_hwfn, u16 abs_vfid) in ecore_sriov_get_vf_from_absid() argument
4389 if (!_ecore_iov_pf_sanity_check(p_hwfn, (int)abs_vfid - min, false)) { in ecore_sriov_get_vf_from_absid()
4393 abs_vfid); in ecore_sriov_get_vf_from_absid()
4397 return &p_hwfn->pf_iov_info->vfs_array[(u8)abs_vfid - min]; in ecore_sriov_get_vf_from_absid()
4401 u16 abs_vfid, in ecore_sriov_vfpf_msg() argument
4405 abs_vfid); in ecore_sriov_vfpf_msg()