Home
last modified time | relevance | path

Searched refs:done_bytes (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c425 u32 done_pkts = 0, done_bytes = 0; in nfp_nfd3_tx_complete() local
464 done_bytes += tx_buf->real_len; in nfp_nfd3_tx_complete()
484 r_vec->tx_bytes += done_bytes; in nfp_nfd3_tx_complete()
492 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_nfd3_tx_complete()
510 u32 done_pkts = 0, done_bytes = 0; in nfp_nfd3_xdp_complete() local
533 done_bytes += tx_ring->txbufs[idx].real_len; in nfp_nfd3_xdp_complete()
537 r_vec->tx_bytes += done_bytes; in nfp_nfd3_xdp_complete()
/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c197 u32 done_bytes, u32 total_bytes) in mlxfw_status_notify() argument
200 done_bytes, total_bytes); in mlxfw_status_notify()
/linux/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c475 u32 done_pkts = 0, done_bytes = 0; in nfp_nfdk_tx_complete() local
530 done_bytes += skb->len; in nfp_nfdk_tx_complete()
533 done_bytes += txbuf->real_len; in nfp_nfdk_tx_complete()
548 r_vec->tx_bytes += done_bytes; in nfp_nfdk_tx_complete()
556 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_nfdk_tx_complete()
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c1400 size_t done_bytes = 0; in artpec6_crypto_prepare_hash() local
1423 done_bytes += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1431 done_bytes); in artpec6_crypto_prepare_hash()
1436 size_t sg_skip = ready_bytes - done_bytes; in artpec6_crypto_prepare_hash()