Home
last modified time | relevance | path

Searched refs:done_bytes (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c422 u32 done_pkts = 0, done_bytes = 0; in nfp_nfd3_tx_complete() local
461 done_bytes += tx_buf->real_len; in nfp_nfd3_tx_complete()
481 r_vec->tx_bytes += done_bytes; in nfp_nfd3_tx_complete()
489 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_nfd3_tx_complete()
507 u32 done_pkts = 0, done_bytes = 0; in nfp_nfd3_xdp_complete() local
530 done_bytes += tx_ring->txbufs[idx].real_len; in nfp_nfd3_xdp_complete()
534 r_vec->tx_bytes += done_bytes; in nfp_nfd3_xdp_complete()
H A Dxsk.c278 u32 done_pkts = 0, done_bytes = 0, reused = 0; in nfp_nfd3_xsk_complete() local
310 done_bytes += txbuf->real_len; in nfp_nfd3_xsk_complete()
320 r_vec->tx_bytes += done_bytes; in nfp_nfd3_xsk_complete()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c197 u32 done_bytes, u32 total_bytes) in mlxfw_status_notify()
200 done_bytes, total_bytes); in mlxfw_status_notify()
195 mlxfw_status_notify(struct mlxfw_dev *mlxfw_dev, const char *msg, const char *comp_name, u32 done_bytes, u32 total_bytes) mlxfw_status_notify() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c197 u32 done_bytes, u32 total_bytes) in mlxfw_status_notify()
200 done_bytes, total_bytes); in mlxfw_status_notify()
195 mlxfw_status_notify(struct mlxfw_dev *mlxfw_dev, const char *msg, const char *comp_name, u32 done_bytes, u32 total_bytes) mlxfw_status_notify() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c472 u32 done_pkts = 0, done_bytes = 0; in nfp_nfdk_tx_complete() local
527 done_bytes += skb->len; in nfp_nfdk_tx_complete()
530 done_bytes += txbuf->real_len; in nfp_nfdk_tx_complete()
545 r_vec->tx_bytes += done_bytes; in nfp_nfdk_tx_complete()
553 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_nfdk_tx_complete()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c1144 u32 done_pkts = 0, done_bytes = 0; in nfp_net_tx_complete() local
1182 done_bytes += tx_buf->real_len; in nfp_net_tx_complete()
1202 r_vec->tx_bytes += done_bytes; in nfp_net_tx_complete()
1210 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_net_tx_complete()
1227 u32 done_pkts = 0, done_bytes = 0; in nfp_net_xdp_complete() local
1250 done_bytes += tx_ring->txbufs[idx].real_len; in nfp_net_xdp_complete()
1254 r_vec->tx_bytes += done_bytes; in nfp_net_xdp_complete()
/kernel/linux/linux-5.10/drivers/crypto/axis/
H A Dartpec6_crypto.c1399 size_t done_bytes = 0; in artpec6_crypto_prepare_hash() local
1422 done_bytes += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1430 done_bytes); in artpec6_crypto_prepare_hash()
1435 size_t sg_skip = ready_bytes - done_bytes; in artpec6_crypto_prepare_hash()
/kernel/linux/linux-6.6/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()

Completed in 18 milliseconds