Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_regs.h472 #define E1000_PCS_LSTAT 0x0420C /* PCS Link Status - RO */ macro
H A De1000_mac.c1539 pcs_status_reg = E1000_READ_REG(hw, E1000_PCS_LSTAT); in e1000_config_fc_after_link_up_generic()
H A De1000_82575.c1341 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT); in e1000_get_pcs_speed_and_duplex_82575()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c5221 DUMPREG(E1000_PCS_LSTAT); in igb_reg_dump()