Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_em_hw.c2151 hw->serdes_link_down = FALSE; in em_check_for_link()
2162 hw->serdes_link_down = FALSE; in em_check_for_link()
2166 hw->serdes_link_down = TRUE; in em_check_for_link()
2172 hw->serdes_link_down = !(E1000_STATUS_LU & E1000_READ_REG(hw, STATUS)); in em_check_for_link()
Dif_em_hw.h1040 boolean_t serdes_link_down; member