Searched refs:done_bytes (Results 1 – 2 of 2) sorted by relevance
975 u32 done_pkts = 0, done_bytes = 0; in nfp_net_tx_complete() local1009 done_bytes += tx_ring->txbufs[idx].real_len; in nfp_net_tx_complete()1029 r_vec->tx_bytes += done_bytes; in nfp_net_tx_complete()1037 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_net_tx_complete()1054 u32 done_pkts = 0, done_bytes = 0; in nfp_net_xdp_complete() local1077 done_bytes += tx_ring->txbufs[idx].real_len; in nfp_net_xdp_complete()1081 r_vec->tx_bytes += done_bytes; in nfp_net_xdp_complete()
1406 size_t done_bytes = 0; in artpec6_crypto_prepare_hash() local1429 done_bytes += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()1437 done_bytes); in artpec6_crypto_prepare_hash()1442 size_t sg_skip = ready_bytes - done_bytes; in artpec6_crypto_prepare_hash()