Searched refs:linux_pci_attach_device (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c322 return (linux_pci_attach_device(dev, pdrv, id, pdev));
326 linux_pci_attach_device(device_t dev, struct pci_driver *pdrv, function
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c437 ret = linux_pci_attach_device(sc->dev, NULL, NULL, &dev->pdev);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h1073 * to the linux_pci_attach_device function.
1075 extern int linux_pci_attach_device(device_t, struct pci_driver *,
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c1100 linux_pci_attach_device(dev->ha->pci_dev, NULL, NULL, &dev->pdev);

Completed in 418 milliseconds