Home
last modified time | relevance | path

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

/dpdk/drivers/net/e1000/base/
H A De1000_82575.c1258 u32 pcs; in e1000_get_pcs_speed_and_duplex_82575() local
1268 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT); in e1000_get_pcs_speed_and_duplex_82575()
1273 if (pcs & E1000_PCS_LSTS_LINK_OK) { in e1000_get_pcs_speed_and_duplex_82575()
1277 if (pcs & E1000_PCS_LSTS_SPEED_1000) in e1000_get_pcs_speed_and_duplex_82575()
1279 else if (pcs & E1000_PCS_LSTS_SPEED_100) in e1000_get_pcs_speed_and_duplex_82575()
1285 if (pcs & E1000_PCS_LSTS_DUPLEX_FULL) in e1000_get_pcs_speed_and_duplex_82575()