Searched refs:pcie_cap (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_osdep.c | 70 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 D | e1000g_osdep.c | 126 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 D | i40e_osdep.c | 203 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 D | t4_hw.c | 4867 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()
|