Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgb_hw.c950 uint32_t newLFC, newRFC; in ixgb_check_for_bad_link() local
954 newLFC = IXGB_READ_REG(hw, LFC); in ixgb_check_for_bad_link()
956 if((hw->lastLFC + 250 < newLFC) || (hw->lastRFC + 250 < newRFC)) { in ixgb_check_for_bad_link()
960 hw->lastLFC = newLFC; in ixgb_check_for_bad_link()