Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCTL_PAYLOAD (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dpci_regs.h499 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
/Linux-v4.19/drivers/media/pci/cobalt/
Dcobalt-driver.c207 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show()
/Linux-v4.19/arch/powerpc/kernel/
Deeh.c751 devctl &= ~PCI_EXP_DEVCTL_PAYLOAD; in eeh_restore_vf_config()
/Linux-v4.19/drivers/pci/
Dprobe.c1885 hpp->pci_exp_devctl_and |= PCI_EXP_DEVCTL_PAYLOAD | in program_hpp_type2()
1887 hpp->pci_exp_devctl_or &= ~(PCI_EXP_DEVCTL_PAYLOAD | in program_hpp_type2()
Dpci.c5377 return 128 << ((ctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in pcie_get_mps()
5402 PCI_EXP_DEVCTL_PAYLOAD, v); in pcie_set_mps()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_wr.c1360 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci_config.c880 PCI_EXP_DEVCTL_BCR_FLR | PCI_EXP_DEVCTL_PAYLOAD | in init_pci_cap_exp_perm()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3327 pldsize = (val & PCI_EXP_DEVCTL_PAYLOAD) >> 5; in config_pcie()
3333 ~PCI_EXP_DEVCTL_PAYLOAD); in config_pcie()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c7200 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c6906 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in bnx2x_init_pxp()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c9217 val16 |= PCI_EXP_DEVCTL_PAYLOAD; in tg3_chip_reset()