Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.h150 session->bytes_count += dma_len; in mlx5e_xdp_mpwqe_add_dseg()
Dxdp.c208 .bytes_count = 0, in mlx5e_xdp_mpwqe_session_start()
/Linux-v5.10/crypto/
Daf_alg.c549 size_t bytes_count; in af_alg_count_tsgl() local
558 bytes_count = sg[i].length - offset; in af_alg_count_tsgl()
564 if (bytes_count >= bytes) in af_alg_count_tsgl()
567 bytes -= bytes_count; in af_alg_count_tsgl()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c493 .bytes_count = 0, in mlx5e_tx_mpwqe_session_start()
517 session->bytes_count += txd->len; in mlx5e_tx_mpwqe_add_dseg()
543 .num_bytes = session->bytes_count, in mlx5e_tx_mpwqe_session_complete()
Den.h326 u32 bytes_count; member