Searched refs:PCI_EXP_LNKCAP2_SLS_2_5GB (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/drm2/
H A Ddrm_pci.c470 #define PCI_EXP_LNKCAP2_SLS_2_5GB 0x02 /* Supported Link Speed 2.5GT/s */ macro
475 if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_2_5GB)
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h158 #define PCI_EXP_LNKCAP2_SLS_2_5GB 0x02 /* Supported Link Speed 2.5GT/s */ macro
1100 if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_2_5GB)
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c648 else if (lnkcap2 & PCI_EXP_LNKCAP2_SLS_2_5GB)

Completed in 140 milliseconds