Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_hw.c951 u32 newLFC, newRFC; in ixgb_check_for_bad_link() local
956 newRFC = IXGB_READ_REG(hw, RFC); in ixgb_check_for_bad_link()
958 || (hw->lastRFC + 250 < newRFC)) { in ixgb_check_for_bad_link()
963 hw->lastRFC = newRFC; in ixgb_check_for_bad_link()