Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgb/
HDixgb_hw.c925 (status_reg & IXGB_STATUS_LU)) { in ixgb_check_for_link()
928 (status_reg & IXGB_STATUS_LU)) { in ixgb_check_for_link()
1185 link_status = ((IXGB_READ_REG(hw, STATUS) & IXGB_STATUS_LU) && in ixgb_link_reset()
HDixgb_hw.h293 #define IXGB_STATUS_LU 0x00000002 macro