Searched refs:ktls_stats (Results 1 – 2 of 2) sorted by relevance
286 const struct ch_ktls_port_stats_debug *ktls_stats; in collect_sge_port_stats() local313 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()
108 mlx5_core-$(CONFIG_MLX5_EN_TLS) += en_accel/ktls_stats.o \