Searched refs:PCI_EXP_DEVCTL (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_reset.c | 142 devctl = hca_header[(pcie_cap + PCI_EXP_DEVCTL) / 4]; in mlx4_reset() 144 PCI_EXP_DEVCTL, in mlx4_reset()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_reset.c | 256 devctl = hca_header[(hca_pcie_cap + PCI_EXP_DEVCTL) / 4]; in mthca_reset() 257 if (pci_write_config_word(mdev->pdev, hca_pcie_cap + PCI_EXP_DEVCTL, in mthca_reset()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | pcics_reg_driver.h | 661 #ifndef PCI_EXP_DEVCTL 662 #define PCI_EXP_DEVCTL 8 /* Device Control */ macro
|
H A D | ecore_dev.c | 3561 OSAL_PCI_READ_CONFIG_WORD(p_hwfn->p_dev, pos + PCI_EXP_DEVCTL, &ctrl); in ecore_hw_init_pf() 3566 pos + PCI_EXP_DEVCTL, ctrl); in ecore_hw_init_pf() 3570 pos + PCI_EXP_DEVCTL, ctrl); in ecore_hw_init_pf() 3576 pos + PCI_EXP_DEVCTL, ctrl); in ecore_hw_init_pf()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_osdep.h | 179 #define PCI_EXP_DEVCTL PCIER_DEVICE_CTL macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 123 #define PCI_EXP_DEVCTL PCIER_DEVICE_CTL /* Device Control */ macro 599 #define PCI_EXP_DEVCTL PCIER_DEVICE_CTL macro 964 case PCI_EXP_DEVCTL: in pcie_capability_reg_implemented() 1464 if (pcie_capability_read_word(dev, PCI_EXP_DEVCTL, &ctl)) in pcie_get_readrq()
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_hw.c | 4085 adap->params.pci.pcie_cap_addr + PCI_EXP_DEVCTL, in config_pcie() 4096 adap->params.pci.pcie_cap_addr + PCI_EXP_DEVCTL, in config_pcie()
|