Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnic_main.c130 static int nicpf_iov_add_vf(device_t, uint16_t, const nvlist_t *);
142 DEVMETHOD(pci_iov_add_vf, nicpf_iov_add_vf),
302 nicpf_iov_add_vf(device_t dev, uint16_t vfnum, const nvlist_t *params) in nicpf_iov_add_vf() function