Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgb/
Dixgb_hw.c949 u32 newLFC, newRFC; in ixgb_check_for_bad_link() local
953 newLFC = IXGB_READ_REG(hw, LFC); in ixgb_check_for_bad_link()
955 if ((hw->lastLFC + 250 < newLFC) in ixgb_check_for_bad_link()
960 hw->lastLFC = newLFC; in ixgb_check_for_bad_link()