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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h188 * @param to_disable
191 u8 to_disable);
199 * @param to_disable
203 u8 to_disable);
764 static OSAL_INLINE void ecore_iov_set_vfs_to_disable(struct ecore_dev OSAL_UNUSED *p_dev, u8 OSAL_UNUSED to_disable) {} argument
765 static OSAL_INLINE void ecore_iov_set_vf_to_disable(struct ecore_dev OSAL_UNUSED *p_dev, u16 OSAL_UNUSED rel_vf_id, u8 OSAL_UNUSED to_disable) {} argument
H A Decore_sriov.h137 u8 to_disable; member in struct:ecore_vf_info
H A Decore_sriov.c755 u8 to_disable)
767 vf->to_disable = to_disable;
772 u8 to_disable)
780 ecore_iov_set_vf_to_disable(p_dev, i, to_disable);
905 if (vf->to_disable)
753 ecore_iov_set_vf_to_disable(struct ecore_dev *p_dev, u16 rel_vf_id, u8 to_disable) argument
771 ecore_iov_set_vfs_to_disable(struct ecore_dev *p_dev, u8 to_disable) argument

Completed in 38 milliseconds