Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c88 static u8 ecore_vf_calculate_legacy(struct ecore_vf_info *p_vf) in ecore_vf_calculate_legacy()
105 struct ecore_vf_info *p_vf) in ecore_sp_vf_start()
216 struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn *p_hwfn, in ecore_iov_get_vf_info()
220 struct ecore_vf_info *vf = OSAL_NULL; in ecore_iov_get_vf_info()
257 static bool ecore_iov_validate_queue_mode(struct ecore_vf_info *p_vf, in ecore_iov_validate_queue_mode()
287 struct ecore_vf_info *p_vf, in ecore_iov_validate_rxq()
302 struct ecore_vf_info *p_vf, in ecore_iov_validate_txq()
317 struct ecore_vf_info *p_vf, in ecore_iov_validate_sb()
334 static bool ecore_iov_validate_active_rxq(struct ecore_vf_info *p_vf) in ecore_iov_validate_active_rxq()
347 static bool ecore_iov_validate_active_txq(struct ecore_vf_info *p_vf) in ecore_iov_validate_active_txq()
[all …]
H A Decore_sriov.h130 struct ecore_vf_info { struct
198 struct ecore_vf_info vfs_array[MAX_NUM_VFS_E4]; argument
315 struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn *p_hwfn,
329 static OSAL_INLINE struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwf… in ecore_iov_get_vf_info()