Home
last modified time | relevance | path

Searched refs:ktls_port (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c396 port_stats = &tx_info->adap->ch_ktls_stats.ktls_port[tx_info->port_id]; in chcr_ktls_dev_del()
434 port_stats = &adap->ch_ktls_stats.ktls_port[pi->port_id]; in chcr_ktls_dev_add()
887 &tx_info->adap->ch_ktls_stats.ktls_port[tx_info->port_id]; in chcr_ktls_xmit_tcb_cpls()
1963 port_stats = &stats->ktls_port[tx_info->port_id]; in chcr_ktls_xmit()
2195 port_stats = &tx_info->adap->ch_ktls_stats.ktls_port[tx_info->port_id]; in ch_ktls_reset_all_conn()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h386 struct ch_ktls_port_stats_debug ktls_port[MAX_ULD_NPORTS]; member
Dcxgb4_debugfs.c3531 struct ch_ktls_port_stats_debug *ktls_port; in chcr_stats_show() local
3579 ktls_port = &adap->ch_ktls_stats.ktls_port[i]; in chcr_stats_show()
3582 atomic64_read(&ktls_port->ktls_tx_connection_open)); in chcr_stats_show()
3584 atomic64_read(&ktls_port->ktls_tx_connection_fail)); in chcr_stats_show()
3586 atomic64_read(&ktls_port->ktls_tx_connection_close)); in chcr_stats_show()
Dcxgb4_ethtool.c313 ktls_stats = &adap->ch_ktls_stats.ktls_port[p->port_id]; in collect_sge_port_stats()