Searched refs:pci_iov_attach (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/pci/
H A Dpci_iov.h40 pci_iov_attach(device_t dev, struct nvlist *pf_schema, struct nvlist *vf_schema) function
H A Dpci.c218 DEVMETHOD(pci_iov_attach, pci_iov_attach_method),
/freebsd-13-stable/sys/dev/vnic/
H A Dnic_main.c1173 err = pci_iov_attach(dev, pf_schema, vf_schema);
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_sriov.c70 *error = pci_iov_attach(dev, pf_schema, vf_schema);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1624 err = pci_iov_attach(bsddev, pf_schema, vf_schema);
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_iov.c86 * It's odd to do pci_iov_detach() there while doing pci_iov_attach()
110 iov_error = pci_iov_attach(dev, pf_schema, vf_schema);
/freebsd-13-stable/share/man/man9/
H A DMakefile1706 pci.9 pci_iov_attach.9 \
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c8031 iov_error = pci_iov_attach(dev, pf_schema, vf_schema);

Completed in 151 milliseconds