Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_drv.c71 pf = adf_devmgr_pci_to_accel_dev(pci_find_pf(accel_pci_dev->pci_dev)); in adf_cleanup_accel()
103 pf = adf_devmgr_pci_to_accel_dev(pci_find_pf(dev)); in adf_attach()
/freebsd/sys/dev/qat/include/common/
H A Dqat_freebsd.h50 device_t pci_find_pf(device_t vf);
/freebsd/sys/dev/qat/qat_common/
H A Dqat_freebsd.c108 pci_find_pf(device_t vf) in pci_find_pf() function