Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_com.h1008 unsigned int pkts, in ena_com_calculate_interrupt_delay() argument
1023 if (!pkts || !bytes) in ena_com_calculate_interrupt_delay()
1039 if ((pkts > curr_moder_entry->pkts_per_interval) || in ena_com_calculate_interrupt_delay()
1046 if ((pkts <= pred_moder_entry->pkts_per_interval) || in ena_com_calculate_interrupt_delay()
1050 else if ((pkts > curr_moder_entry->pkts_per_interval) || in ena_com_calculate_interrupt_delay()
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge.c3698 u_long ipackets, opackets, pkts; in mxge_update_stats() local
3703 pkts = ipackets - sc->ipackets; in mxge_update_stats()
3704 pkts += opackets - sc->opackets; in mxge_update_stats()
3709 return pkts; in mxge_update_stats()
3716 u_long pkts = 0; in mxge_tick() local
3725 pkts = mxge_update_stats(sc); in mxge_tick()
3729 if (pkts == 0) { in mxge_tick()
/dragonfly/sys/net/pf/
H A Dpf.c1376 u_int64_t pkts; in pf_state_expires() local
1394 pkts = state->packets[0] + state->packets[1]; in pf_state_expires()
1395 if (pkts > 100) in pf_state_expires()
1396 pkts = 100; in pf_state_expires()
1399 timeout, n, pkts, n + (100 - n) * pkts / 200); in pf_state_expires()
1402 n += (100 - n) * pkts / 200; /* recover by up-to 50% */ in pf_state_expires()