Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_drv.c97 if (pci_get_max_payload(dev) != 512) in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_drv.c93 if (pci_get_max_payload(dev) != 256) in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_drv.c93 if (pci_get_max_payload(dev) != 256) in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_drv.c94 if (pci_get_max_payload(dev) != 256) in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_drv.c94 if (pci_get_max_payload(dev) != 256) in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_drv.c93 if (pci_get_max_payload(dev) != 256) in adf_attach()
/freebsd/sys/dev/pci/
H A Dpcivar.h684 int pci_get_max_payload(device_t dev);
H A Dpci.c2214 pci_get_max_payload(device_t dev) in pci_get_max_payload() function
/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c493 sc->params.pci.mps = pci_get_max_payload(dev); in t4vf_attach()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h1141 return (pci_get_max_payload(dev->dev.bsddev)); in pcie_get_mps()