Searched refs:bus_type (Results 1 – 4 of 4) sorted by relevance
139 struct bus_type { struct169 const struct bus_type *bus;
684 static const struct bus_type pci_bus = {816 static const struct bus_type simple_bus = {
1721 if (hw->bus_type == e1000_bus_type_pcix) { in e1000_init_hw()5257 hw->bus_type = e1000_bus_type_pci; in e1000_get_bus_type()5266 hw->bus_type = e1000_bus_type_pci_express; in e1000_get_bus_type()5270 hw->bus_type = (status & E1000_STATUS_PCIX_MODE) ? in e1000_get_bus_type()
1099 e1000_bus_type bus_type; member