Searched refs:pcie_cap (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_osdep.c | 70 uint16_t pcie_cap; local 74 status = pci_lcap_locate((OS_DEP(hw))->cfg_handle, pcie_id, &pcie_cap); 79 (pcie_cap + reg)); 94 uint16_t pcie_cap; local 98 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap); 103 (off_t)(pcie_cap + reg), *value);
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_osdep.c | 126 uint16_t pcie_cap; local 130 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap); 135 (off_t)(pcie_cap + reg), *value);
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.c | 203 uint16_t pcie_cap, value; local 208 &pcie_cap); 217 pcie_cap + PCIE_LINKSTS);
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 4867 u32 pcie_cap; local 4869 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); 4870 if (pcie_cap != NULL) { 4871 t4_os_pci_read_cfg2(adapter, pcie_cap + PCI_EXP_LNKSTA, &val);
|
Completed in 55 milliseconds