Home
last modified time | relevance | path

Searched refs:pci_set_max_read_req (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_drv.c156 pci_set_max_read_req(dev, 4096); in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_drv.c154 pci_set_max_read_req(dev, 1024); in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_drv.c143 pci_set_max_read_req(dev, 1024); in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_drv.c151 pci_set_max_read_req(dev, 1024); in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_drv.c137 pci_set_max_read_req(dev, 1024); in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_drv.c166 pci_set_max_read_req(dev, 1024); in adf_attach()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_drv.c154 pci_set_max_read_req(dev, 1024); in adf_attach()
/freebsd/sys/dev/re/
H A Dif_re.c3031 pci_set_max_read_req(sc->rl_dev, 4096); in re_set_jumbo()
3069 pci_set_max_read_req(sc->rl_dev, 4096); in re_set_jumbo()
3073 pci_set_max_read_req(sc->rl_dev, 512); in re_set_jumbo()
3075 pci_set_max_read_req(sc->rl_dev, 4096); in re_set_jumbo()
3145 pci_set_max_read_req(sc->rl_dev, 512); in re_init_locked()
3147 pci_set_max_read_req(sc->rl_dev, 4096); in re_init_locked()
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c369 if (pci_set_max_read_req(sc->pci_dev, msize) == 0) in bhnd_pci_wars_early_once()
/freebsd/sys/dev/pci/
H A Dpcivar.h688 int pci_set_max_read_req(device_t dev, int size);
H A Dpci.c2246 pci_set_max_read_req(device_t dev, int size) in pci_set_max_read_req() function
/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c492 pci_set_max_read_req(dev, 4096); in t4vf_attach()
H A Dt4_main.c1219 pci_set_max_read_req(dev, 4096); in t4_attach()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h807 #define pcie_set_readrq(d, v) pci_set_max_read_req((d)->dev.bsddev, (v))
/freebsd/sys/dev/siis/
H A Dsiis.c244 pci_set_max_read_req(dev, 1024); in siis_resume()
/freebsd/sys/dev/et/
H A Dif_et.c741 pci_set_max_read_req(sc->dev, 2048); in et_bus_config()
/freebsd/sys/dev/bge/
H A Dif_bge.c3580 pci_set_max_read_req(dev, sc->bge_expmrq); in bge_attach()
4116 pci_set_max_read_req(dev, sc->bge_expmrq); in bge_reset()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c487 pci_set_max_read_req(dev, 4096); in cxgb_controller_attach()
/freebsd/sys/dev/msk/
H A Dif_msk.c1518 pci_set_max_read_req(sc->msk_dev, 2048); in mskc_reset()