Lines Matching refs:total_bytes
2055 uint64_t total_pkts = 0, total_bytes = 0; in fsw_devna_rx() local
2091 total_bytes += n_bytes; in fsw_devna_rx()
2102 out_stats->nps_bytes = total_bytes; in fsw_devna_rx()
2104 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(devna), total_pkts, total_bytes); in fsw_devna_rx()
3145 uint32_t total_pkts = 0, total_bytes = 0; in fsw_dev_ring_flush() local
3156 total_bytes += n_bytes; in fsw_dev_ring_flush()
3166 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(r), total_pkts, total_bytes); in fsw_dev_ring_flush()
3168 uint32_t, total_bytes); in fsw_dev_ring_flush()
3172 r->ckr_netif_mit_stats(r, total_pkts, total_bytes); in fsw_dev_ring_flush()
3182 uint32_t total_pkts = 0, total_bytes = 0; in fsw_user_ring_flush() local
3193 total_bytes += n_bytes; in fsw_user_ring_flush()
3203 kr_update_stats(r, total_pkts, total_bytes); in fsw_user_ring_flush()
3205 KDBG(SK_KTRACE_FSW_USER_RING_FLUSH, SK_KVA(r), total_pkts, total_bytes); in fsw_user_ring_flush()
3207 uint32_t, total_bytes); in fsw_user_ring_flush()