Searched refs:newitr (Results 1 – 3 of 3) sorted by relevance
1647 u32 newitr; in em_newitr() local1657 newitr = 0; in em_newitr()1664 newitr = EM_INTS_4K; in em_newitr()1669 newitr = em_max_interrupt_rate; in em_newitr()1744 newitr = EM_INTS_70K; in em_newitr()1747 newitr = EM_INTS_20K; in em_newitr()1750 newitr = EM_INTS_4K; in em_newitr()1754 newitr = em_max_interrupt_rate; in em_newitr()1760 newitr = IGB_INTS_TO_EITR(newitr); in em_newitr()1763 newitr |= newitr << 16; in em_newitr()[all …]
2266 uint32_t newitr = 0; in ixgbe_perform_aim() local2289 newitr = rxr->bytes / rxr->packets; in ixgbe_perform_aim()2297 newitr += 24; /* account for hardware frame, crc */ in ixgbe_perform_aim()2299 newitr = min(newitr, 3000); in ixgbe_perform_aim()2302 if ((newitr > 300) && (newitr < 1200)) { in ixgbe_perform_aim()2303 newitr = (newitr / 3); in ixgbe_perform_aim()2305 newitr = (newitr / 2); in ixgbe_perform_aim()2309 newitr |= newitr << 16; in ixgbe_perform_aim()2311 newitr |= IXGBE_EITR_CNT_WDIS; in ixgbe_perform_aim()2315 que->eitr_setting = newitr; in ixgbe_perform_aim()[all …]
1598 u32 ivar = 0, newitr = 0; in igc_configure_queues() local1643 newitr = IGC_INTS_TO_EITR(igc_max_interrupt_rate); in igc_configure_queues()1645 newitr |= IGC_EITR_CNT_IGNR; in igc_configure_queues()1649 IGC_WRITE_REG(hw, IGC_EITR(rx_que->msix), newitr); in igc_configure_queues()