Home
last modified time | relevance | path

Searched refs:e1000_bus_type_pci_express (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c241 bus->type = e1000_bus_type_pci_express; in e1000_get_bus_info_pcie_generic()
2063 if (hw->bus.type != e1000_bus_type_pci_express) in e1000_set_pcie_no_snoop_generic()
2092 if (hw->bus.type != e1000_bus_type_pci_express) in e1000_disable_pcie_master_generic()
H A De1000_hw.h373 e1000_bus_type_pci_express, enumerator
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c947 if (hw->bus.type == e1000_bus_type_pci_express) in e1000g_tx_setup()