Searched refs:PCI_EXP_DEVCTL (Results 1 – 8 of 8) sorted by relevance
| /src/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()
|
| /src/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()
|
| /src/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()
|
| /src/sys/dev/cxgbe/ |
| H A D | osdep.h | 124 #define PCI_EXP_DEVCTL PCIER_DEVICE_CTL macro
|
| /src/sys/dev/cxgb/ |
| H A D | cxgb_osdep.h | 179 #define PCI_EXP_DEVCTL PCIER_DEVICE_CTL macro
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 108 #define PCI_EXP_DEVCTL PCIER_DEVICE_CTL /* Device Control */ macro 621 #define PCI_EXP_DEVCTL PCIER_DEVICE_CTL macro 1005 case PCI_EXP_DEVCTL: in pcie_capability_reg_implemented() 1525 if (pcie_capability_read_word(dev, PCI_EXP_DEVCTL, &ctl)) in pcie_get_readrq()
|
| /src/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()
|