Searched refs:PCI_EXP_DEVCTL2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 145 #define PCI_EXP_DEVCTL2 PCIER_DEVICE_CTL2 /* Device Control 2 */ macro 1004 case PCI_EXP_DEVCTL2: in pcie_capability_reg_implemented()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_res.c | 1224 pcie_capability_read_word(dev, PCI_EXP_DEVCTL2, &ctl2); in bnxt_qplib_enable_atomic_ops_to_root()
|
H A D | qplib_sp.c | 54 pcie_capability_read_word(rcfw->pdev, PCI_EXP_DEVCTL2, &pcie_ctl2); in bnxt_qplib_is_atomic_cap()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | pci.c | 1577 ret = pcie_capability_set_word(pdev, PCI_EXP_DEVCTL2, in rtw_pci_phy_cfg()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans.c | 299 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_DEVCTL2, &cap); in iwl_pcie_apm_config()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 9199 t4_os_pci_read_cfg2(adapter, pcie_cap + PCI_EXP_DEVCTL2, &val); in set_pcie_completion_timeout() 9202 t4_os_pci_write_cfg2(adapter, pcie_cap + PCI_EXP_DEVCTL2, val); in set_pcie_completion_timeout()
|