Home
last modified time | relevance | path

Searched refs:ktls_stats (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c286 const struct ch_ktls_port_stats_debug *ktls_stats; in collect_sge_port_stats() local
313 ktls_stats = &adap->ch_ktls_stats.ktls_port[p->port_id]; in collect_sge_port_stats()
315 atomic64_read(&ktls_stats->ktls_tx_encrypted_packets); in collect_sge_port_stats()
317 atomic64_read(&ktls_stats->ktls_tx_encrypted_bytes); in collect_sge_port_stats()
318 s->tx_tls_ctx = atomic64_read(&ktls_stats->ktls_tx_ctx); in collect_sge_port_stats()
319 s->tx_tls_ooo = atomic64_read(&ktls_stats->ktls_tx_ooo); in collect_sge_port_stats()
321 atomic64_read(&ktls_stats->ktls_tx_skip_no_sync_data); in collect_sge_port_stats()
323 atomic64_read(&ktls_stats->ktls_tx_drop_no_sync_data); in collect_sge_port_stats()
325 atomic64_read(&ktls_stats->ktls_tx_drop_bypass_req); in collect_sge_port_stats()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile108 mlx5_core-$(CONFIG_MLX5_EN_TLS) += en_accel/ktls_stats.o \