Home
last modified time | relevance | path

Searched refs:E1000_PCS_LSTS_SYNK_OK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h236 #define E1000_PCS_LSTS_SYNK_OK 0x10 macro
H A De1000_82575.c1376 if ((pcs & E1000_PCS_LSTS_LINK_OK) && (pcs & E1000_PCS_LSTS_SYNK_OK)) { in igb_get_pcs_speed_and_duplex_82575()