Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCTL2 (Results 1 – 8 of 8) sorted by relevance

/src/sys/dev/cxgbe/
H A Dosdep.h131 #define PCI_EXP_DEVCTL2 PCIER_DEVICE_CTL2 macro
/src/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h127 #define PCI_EXP_DEVCTL2 PCIER_DEVICE_CTL2 /* Device Control 2 */ macro
1021 case PCI_EXP_DEVCTL2: in pcie_capability_reg_implemented()
/src/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c1225 pcie_capability_read_word(dev, PCI_EXP_DEVCTL2, &ctl2); in bnxt_qplib_enable_atomic_ops_to_root()
H A Dqplib_sp.c55 pcie_capability_read_word(rcfw->pdev, PCI_EXP_DEVCTL2, &pcie_ctl2); in bnxt_qplib_is_atomic_cap()
/src/sys/contrib/dev/rtw88/
H A Dpci.c1578 ret = pcie_capability_set_word(pdev, PCI_EXP_DEVCTL2, in rtw_pci_phy_cfg()
/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c223 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_DEVCTL2, &cap); in iwl_pcie_apm_config()
/src/sys/dev/cxgbe/common/
H A Dt4_hw.c11061 t4_os_pci_read_cfg2(adapter, pcie_cap + PCI_EXP_DEVCTL2, &val); in set_pcie_completion_timeout()
11064 t4_os_pci_write_cfg2(adapter, pcie_cap + PCI_EXP_DEVCTL2, val); in set_pcie_completion_timeout()
/src/sys/contrib/dev/rtw89/
H A Dpci.c4450 pcie_capability_set_word(pdev, PCI_EXP_DEVCTL2, in rtw89_pci_cpl_timeout_cfg()