Searched refs:pci_iov_attach (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci_iov.h | 38 pci_iov_attach(device_t dev, struct nvlist *pf_schema, struct nvlist *vf_schema) in pci_iov_attach() function
|
H A D | pci.c | 217 DEVMETHOD(pci_iov_attach, pci_iov_attach_method),
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_sriov.c | 69 *error = pci_iov_attach(dev, pf_schema, vf_schema); in ixgbe_define_iov_schemas()
|
/freebsd/sys/dev/vnic/ |
H A D | nic_main.c | 1178 err = pci_iov_attach(dev, pf_schema, vf_schema); in nic_sriov_init()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_iov.c | 109 iov_error = pci_iov_attach(dev, pf_schema, vf_schema); in ixl_initialize_sriov()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_main.c | 1738 err = pci_iov_attach(bsddev, pf_schema, vf_schema); in init_one()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1809 pci.9 pci_iov_attach.9 \
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 7899 iov_error = pci_iov_attach(dev, pf_schema, vf_schema); in qlnx_initialize_sriov()
|