Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_sriov.h69 int ixgbe_add_vf(device_t, u16, const nvlist_t *);
86 #define ixgbe_add_vf(_a,_b,_c) macro
Dixv_sriov.h69 int ixgbe_add_vf(device_t, u16, const nvlist_t *);
86 #define ixgbe_add_vf(_a,_b,_c) macro
Dif_sriov.c856 ixgbe_add_vf(device_t dev, u16 vfnum, const nvlist_t *config) in ixgbe_add_vf() function
Dif_ix.c224 DEVMETHOD(pci_iov_add_vf, ixgbe_add_vf),