Lines Matching refs:n_bytes
990 uint32_t n_pkts_max, struct pktq *pktq, uint32_t *n_bytes) in fsw_rx_ring_dequeue_pktq() argument
998 *n_bytes = 0; in fsw_rx_ring_dequeue_pktq()
1016 *n_bytes += pkt->pkt_length; in fsw_rx_ring_dequeue_pktq()
1062 struct pktq *pktq, uint32_t *n_bytes, uint32_t *gso_pkts_estimate) in fsw_tx_ring_dequeue_pktq() argument
1074 *n_bytes = 0; in fsw_tx_ring_dequeue_pktq()
1116 *n_bytes += pkt->pkt_length; in fsw_tx_ring_dequeue_pktq()
1122 ifnet_t, fsw->fsw_ifp, uint32_t, n_pkts, uint32_t, *n_bytes, in fsw_tx_ring_dequeue_pktq()
1134 uint32_t n, n_pkts = 0, n_bytes = 0; in fsw_ring_enqueue_pktq() local
1152 n_bytes += pkt->pkt_length; in fsw_ring_enqueue_pktq()
1161 kr_update_stats(r, n_pkts, n_bytes); in fsw_ring_enqueue_pktq()
2332 uint32_t n_bytes = 0, n_pkts = 0; in fsw_devna_rx() local
2353 n_bytes += pkt->pkt_length; in fsw_devna_rx()
2369 total_bytes += n_bytes; in fsw_devna_rx()
2371 n_bytes = 0; in fsw_devna_rx()
3885 uint32_t n_bytes; in fsw_dev_ring_flush() local
3886 fsw_rx_ring_dequeue_pktq(fsw, r, fsw_rx_batch, &pktq, &n_bytes); in fsw_dev_ring_flush()
3887 if (n_bytes == 0) { in fsw_dev_ring_flush()
3891 total_bytes += n_bytes; in fsw_dev_ring_flush()
3922 uint32_t n_bytes; in fsw_user_ring_flush() local
3925 fsw_tx_ring_dequeue_pktq(fsw, r, fsw_tx_batch, &pktq, &n_bytes, in fsw_user_ring_flush()
3927 if (n_bytes == 0) { in fsw_user_ring_flush()
3931 total_bytes += n_bytes; in fsw_user_ring_flush()