PCI_EXP_LNKCAP2_SLS_2_5GB
speeds = PCI_EXP_LNKCAP2_SLS_5_0GB | PCI_EXP_LNKCAP2_SLS_2_5GB;
speeds = PCI_EXP_LNKCAP2_SLS_2_5GB;
(lnkcap2) & PCI_EXP_LNKCAP2_SLS_2_5GB ? PCIE_SPEED_2_5GT : \
supported_speeds = PCI_EXP_LNKCAP2_SLS_2_5GB;
__fls(PCI_EXP_LNKCAP2_SLS_2_5GB));