Searched refs:custom_itr (Results 1 – 1 of 1) sorted by relevance
711 int custom_itr = hw->itr; in aq_hw_interrupt_moderation_set() local712 int active = custom_itr != 0; in aq_hw_interrupt_moderation_set()718 if (custom_itr == -1) { in aq_hw_interrupt_moderation_set()729 if (custom_itr > 0x1FF) in aq_hw_interrupt_moderation_set()730 custom_itr = 0x1FF; in aq_hw_interrupt_moderation_set()732 itr_rx |= (custom_itr/2) << 0x8U; /* set min timer value */ in aq_hw_interrupt_moderation_set()733 itr_rx |= custom_itr << 0x10U; /* set max timer value */ in aq_hw_interrupt_moderation_set()735 itr_tx |= (custom_itr/2) << 0x8U; /* set min timer value */ in aq_hw_interrupt_moderation_set()736 itr_tx |= custom_itr << 0x10U; /* set max timer value */ in aq_hw_interrupt_moderation_set()