Searched refs:tx_max_timer (Results 1 – 1 of 1) sorted by relevance
897 int tx_max_timer = self->aq_nic_cfg->tx_itr / 2; in hw_atl_b0_hw_interrupt_moderation_set() local898 int tx_min_timer = tx_max_timer / 2; in hw_atl_b0_hw_interrupt_moderation_set()903 tx_max_timer = min(HW_ATL_INTR_MODER_MAX, tx_max_timer); in hw_atl_b0_hw_interrupt_moderation_set()909 itr_tx |= tx_max_timer << 0x10U; in hw_atl_b0_hw_interrupt_moderation_set()