newLFC            946 dev/pci/ixgb_hw.c 	uint32_t newLFC, newRFC;
newLFC            950 dev/pci/ixgb_hw.c 		newLFC = IXGB_READ_REG(hw, LFC);
newLFC            952 dev/pci/ixgb_hw.c 		if((hw->lastLFC + 250 < newLFC) || (hw->lastRFC + 250 < newRFC)) {
newLFC            956 dev/pci/ixgb_hw.c 		hw->lastLFC = newLFC;