Home
last modified time | relevance | path

Searched refs:pcie_cap (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/igb/
H A Digb_osdep.c70 uint16_t pcie_cap; in e1000_read_pcie_cap_reg() local
74 status = pci_lcap_locate((OS_DEP(hw))->cfg_handle, pcie_id, &pcie_cap); in e1000_read_pcie_cap_reg()
79 (pcie_cap + reg)); in e1000_read_pcie_cap_reg()
94 uint16_t pcie_cap; in e1000_write_pcie_cap_reg() local
98 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap); in e1000_write_pcie_cap_reg()
103 (off_t)(pcie_cap + reg), *value); in e1000_write_pcie_cap_reg()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c126 uint16_t pcie_cap; in e1000_write_pcie_cap_reg() local
130 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap); in e1000_write_pcie_cap_reg()
135 (off_t)(pcie_cap + reg), *value); in e1000_write_pcie_cap_reg()
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c203 uint16_t pcie_cap, value; in i40e_set_hw_bus_info() local
208 &pcie_cap); in i40e_set_hw_bus_info()
217 pcie_cap + PCIE_LINKSTS); in i40e_set_hw_bus_info()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4867 u32 pcie_cap; in get_pci_mode() local
4869 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in get_pci_mode()
4870 if (pcie_cap != NULL) { in get_pci_mode()
4871 t4_os_pci_read_cfg2(adapter, pcie_cap + PCI_EXP_LNKSTA, &val); in get_pci_mode()