Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKSTA_CLS_2_5GB (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dpci_regs.h495 #define PCI_EXP_LNKSTA_CLS_2_5GB 0x0001 /* Current Link Speed 2.5GT/s */ macro
/linux-4.1.27/arch/powerpc/kernel/
Deeh_pe.c738 (val & PCI_EXP_LNKSTA_CLS_2_5GB) ? "2.5GB" : "5GB"); in eeh_bridge_check_link()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_mac.c62 case PCI_EXP_LNKSTA_CLS_2_5GB: in igb_get_bus_info_pcie()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_common.c3498 case PCI_EXP_LNKSTA_CLS_2_5GB: in i40e_set_pci_config_data()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4365 if (adap->params.pci.speed == PCI_EXP_LNKSTA_CLS_2_5GB) in print_port_info()