/src/sys/dev/pci/ixgbe/ |
ixgbe_sriov.h | 70 int ixgbe_add_vf(device_t, u16, const nvlist_t *); 87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false) macro
|
ixgbe_sriov.h | 70 int ixgbe_add_vf(device_t, u16, const nvlist_t *); 87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false) macro
|
if_sriov.c | 883 ixgbe_add_vf(device_t dev, u16 vfnum, const nvlist_t *config) function in typeref:typename:int 922 } /* ixgbe_add_vf */
|
if_sriov.c | 883 ixgbe_add_vf(device_t dev, u16 vfnum, const nvlist_t *config) function in typeref:typename:int 922 } /* ixgbe_add_vf */
|