Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_com.h113 unsigned int pkts_per_interval; member
993 if ((pkts > curr_moder_entry->pkts_per_interval) || in ena_com_calculate_interrupt_delay()
1000 if ((pkts <= pred_moder_entry->pkts_per_interval) || in ena_com_calculate_interrupt_delay()
1004 else if ((pkts > curr_moder_entry->pkts_per_interval) || in ena_com_calculate_interrupt_delay()
Dena_ethtool.c321 coalesce->rx_max_coalesced_frames_low = intr_moder_entry.pkts_per_interval; in ena_get_coalesce()
325 coalesce->rx_max_coalesced_frames = intr_moder_entry.pkts_per_interval; in ena_get_coalesce()
329 coalesce->rx_max_coalesced_frames_high = intr_moder_entry.pkts_per_interval; in ena_get_coalesce()
402 intr_moder_entry.pkts_per_interval = coalesce->rx_max_coalesced_frames_low; in ena_set_coalesce()
407 intr_moder_entry.pkts_per_interval = coalesce->rx_max_coalesced_frames; in ena_set_coalesce()
412 intr_moder_entry.pkts_per_interval = coalesce->rx_max_coalesced_frames_high; in ena_set_coalesce()
Dena_com.c2630 intr_moder_tbl[ENA_INTR_MODER_LOWEST].pkts_per_interval = in ena_com_config_default_interrupt_moderation_table()
2637 intr_moder_tbl[ENA_INTR_MODER_LOW].pkts_per_interval = in ena_com_config_default_interrupt_moderation_table()
2644 intr_moder_tbl[ENA_INTR_MODER_MID].pkts_per_interval = in ena_com_config_default_interrupt_moderation_table()
2651 intr_moder_tbl[ENA_INTR_MODER_HIGH].pkts_per_interval = in ena_com_config_default_interrupt_moderation_table()
2658 intr_moder_tbl[ENA_INTR_MODER_HIGHEST].pkts_per_interval = in ena_com_config_default_interrupt_moderation_table()
2692 intr_moder_tbl[level].pkts_per_interval = entry->pkts_per_interval; in ena_com_init_intr_moderation_entry()
2711 entry->pkts_per_interval = in ena_com_get_intr_moderation_entry()
2712 intr_moder_tbl[level].pkts_per_interval; in ena_com_get_intr_moderation_entry()