Home
last modified time | relevance | path

Searched refs:total_pkts (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2485 uint64_t total_pkts = 0, total_bytes = 0; in fsw_devna_rx() local
2522 total_pkts += n_pkts; in fsw_devna_rx()
2531 FSW_STATS_ADD(FSW_STATS_RX_PACKETS, total_pkts); in fsw_devna_rx()
2533 out_stats->nps_pkts += total_pkts; in fsw_devna_rx()
2536 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(devna), total_pkts, total_bytes); in fsw_devna_rx()
4063 uint32_t total_pkts = 0, total_bytes = 0; in fsw_dev_ring_flush() local
4073 total_pkts += KPKTQ_LEN(&pktq); in fsw_dev_ring_flush()
4084 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(r), total_pkts, total_bytes); in fsw_dev_ring_flush()
4085 DTRACE_SKYWALK2(fsw__dp__dev__ring__flush, uint32_t, total_pkts, in fsw_dev_ring_flush()
4090 r->ckr_netif_mit_stats(r, total_pkts, total_bytes); in fsw_dev_ring_flush()
[all …]
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1518 estimate_buf_cnt(struct flow_entry *fe, uint32_t total_bytes, uint32_t total_pkts, in estimate_buf_cnt() argument
1526 return MIN(total_pkts, MAX_BUFLET_COUNT); in estimate_buf_cnt()