Searched refs:t4_os_pci_read_cfg2 (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.c | 52 t4_os_pci_read_cfg2(struct adapter *sc, int reg, uint16_t *val) in t4_os_pci_read_cfg2() function
|
H A D | adapter.h | 572 void t4_os_pci_read_cfg2(struct adapter *sc, int reg, uint16_t *val);
|
H A D | t4_nexus.c | 1935 t4_os_pci_read_cfg2(sc, PCI_CONF_VENID, &pci_vendor); in setup_kstats() 1938 t4_os_pci_read_cfg2(sc, PCI_CONF_DEVID, &pci_device); in setup_kstats() 2175 t4_os_pci_read_cfg2(sc, PCI_CONF_STAT, &stat); in t4_os_find_pci_capability()
|
/titanic_44/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 486 t4_os_pci_read_cfg2(adapter, base + PCI_VPD_ADDR, &val); in t4_seeprom_read() 524 t4_os_pci_read_cfg2(adapter, base + PCI_VPD_ADDR, &val); in t4_seeprom_write() 4871 t4_os_pci_read_cfg2(adapter, pcie_cap + PCI_EXP_LNKSTA, &val); in get_pci_mode()
|