Searched refs:PCI_SPEED_UNKNOWN (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | pci.c | 152 bus->max_bus_speed = PCI_SPEED_UNKNOWN; pseries_root_bridge_prepare() 167 bus->cur_bus_speed = PCI_SPEED_UNKNOWN; pseries_root_bridge_prepare()
|
/linux-4.1.27/drivers/pci/ |
H A D | probe.c | 500 b->max_bus_speed = PCI_SPEED_UNKNOWN; pci_alloc_bus() 501 b->cur_bus_speed = PCI_SPEED_UNKNOWN; pci_alloc_bus() 535 PCI_SPEED_UNKNOWN, /* 0 */ 539 PCI_SPEED_UNKNOWN, /* 4 */ 543 PCI_SPEED_UNKNOWN, /* 8 */ 547 PCI_SPEED_UNKNOWN, /* C */ 554 PCI_SPEED_UNKNOWN, /* 0 */ 558 PCI_SPEED_UNKNOWN, /* 4 */ 559 PCI_SPEED_UNKNOWN, /* 5 */ 560 PCI_SPEED_UNKNOWN, /* 6 */ 561 PCI_SPEED_UNKNOWN, /* 7 */ 562 PCI_SPEED_UNKNOWN, /* 8 */ 563 PCI_SPEED_UNKNOWN, /* 9 */ 564 PCI_SPEED_UNKNOWN, /* A */ 565 PCI_SPEED_UNKNOWN, /* B */ 566 PCI_SPEED_UNKNOWN, /* C */ 567 PCI_SPEED_UNKNOWN, /* D */ 568 PCI_SPEED_UNKNOWN, /* E */ 569 PCI_SPEED_UNKNOWN /* F */
|
H A D | pci.c | 4173 *speed = PCI_SPEED_UNKNOWN; pcie_get_minimum_link()
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | shpchp_hpc.c | 505 *value = PCI_SPEED_UNKNOWN; hpc_get_adapter_speed() 658 enum pci_bus_speed bus_speed = PCI_SPEED_UNKNOWN; shpc_get_cur_bus_speed() 872 enum pci_bus_speed bus_speed = PCI_SPEED_UNKNOWN; shpc_get_max_bus_speed() 892 if (bus_speed == PCI_SPEED_UNKNOWN) { shpc_get_max_bus_speed()
|
H A D | rpaphp_core.c | 163 speed = PCI_SPEED_UNKNOWN; get_max_bus_speed()
|
H A D | ibmphp_core.c | 644 bus_speed = PCI_SPEED_UNKNOWN; ibmphp_update_slot_info() 651 bus_speed = PCI_SPEED_UNKNOWN; ibmphp_update_slot_info()
|
/linux-4.1.27/arch/s390/pci/ |
H A D | pci_clp.c | 73 zdev->max_bus_speed = PCI_SPEED_UNKNOWN; clp_store_query_pci_fngrp()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | main.c | 576 *speed = PCI_SPEED_UNKNOWN; mlx4_get_pcie_dev_link_caps() 601 if (*speed == PCI_SPEED_UNKNOWN || *width == PCIE_LNK_WIDTH_UNKNOWN) { mlx4_get_pcie_dev_link_caps() 628 if (err || speed == PCI_SPEED_UNKNOWN || mlx4_check_pcie_caps()
|
/linux-4.1.27/include/linux/ |
H A D | pci.h | 235 PCI_SPEED_UNKNOWN = 0xff, enumerator in enum:pci_bus_speed
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 244 enum pci_bus_speed speed = PCI_SPEED_UNKNOWN; ixgbe_check_minimum_link() 256 speed == PCI_SPEED_UNKNOWN || width == PCIE_LNK_WIDTH_UNKNOWN) { ixgbe_check_minimum_link()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 13526 pcie_speed == PCI_SPEED_UNKNOWN || bnx2x_init_one()
|
Completed in 417 milliseconds