Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_fsm.c44 u32 done_bytes, u32 total_bytes) in mlxfw_status_notify() argument
49 done_bytes, total_bytes); in mlxfw_status_notify()
Dmlxfw.h64 u32 done_bytes, u32 total_bytes);
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c1142 u32 done_pkts = 0, done_bytes = 0; in nfp_net_tx_complete() local
1180 done_bytes += tx_buf->real_len; in nfp_net_tx_complete()
1200 r_vec->tx_bytes += done_bytes; in nfp_net_tx_complete()
1208 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_net_tx_complete()
1225 u32 done_pkts = 0, done_bytes = 0; in nfp_net_xdp_complete() local
1248 done_bytes += tx_ring->txbufs[idx].real_len; in nfp_net_xdp_complete()
1252 r_vec->tx_bytes += done_bytes; in nfp_net_xdp_complete()
/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c1401 size_t done_bytes = 0; in artpec6_crypto_prepare_hash() local
1424 done_bytes += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1432 done_bytes); in artpec6_crypto_prepare_hash()
1437 size_t sg_skip = ready_bytes - done_bytes; in artpec6_crypto_prepare_hash()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c334 u32 done_bytes, u32 total_bytes) in mlxsw_sp_status_notify() argument
342 done_bytes, total_bytes); in mlxsw_sp_status_notify()