Searched refs:b_enabled_only (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h313 * @param b_enabled_only - false iff want to access even if vf is disabled
319 bool b_enabled_only);
331 static OSAL_INLINE struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED relative_vf_id, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;} argument
H A Decore_iov_api.h333 * w.r.t. @b_enabled_only value
334 * if b_enabled_only = true - only enabled VF id is valid
339 * @param b_enabled_only - consider only enabled VF
346 bool b_enabled_only, bool b_non_malicious);
354 * @param b_enabled_only - false if want to access even if vf is disabled
360 u16 vfid, bool b_enabled_only);
778 bool OSAL_UNUSED b_enabled_only,
784 static OSAL_INLINE struct ecore_public_vf_info* ecore_iov_get_public_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;} argument
777 ecore_iov_is_valid_vfid(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED rel_vf_id, bool OSAL_UNUSED b_enabled_only, bool OSAL_UNUSED b_non_malicious) argument
H A Decore_sriov.c197 bool b_enabled_only, bool b_non_malicious)
209 b_enabled_only)
221 bool b_enabled_only)
231 b_enabled_only, false))
1556 bool b_enabled_only)
1560 vf = ecore_iov_get_vf_info(p_hwfn, relative_vf_id, b_enabled_only);
196 ecore_iov_is_valid_vfid(struct ecore_hwfn *p_hwfn, int rel_vf_id, bool b_enabled_only, bool b_non_malicious) argument
219 ecore_iov_get_vf_info(struct ecore_hwfn *p_hwfn, u16 relative_vf_id, bool b_enabled_only) argument
1554 ecore_iov_get_public_vf_info(struct ecore_hwfn *p_hwfn, u16 relative_vf_id, bool b_enabled_only) argument

Completed in 175 milliseconds