Home
last modified time | relevance | path

Searched refs:chcr_ktls (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
DMakefile5 ch_ktls-objs := chcr_ktls.o
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c691 if (!refcount_read(&adap->chcr_ktls.ktls_refcount)) { in cxgb4_set_ktls_feature()
704 refcount_set(&adap->chcr_ktls.ktls_refcount, 1); in cxgb4_set_ktls_feature()
708 refcount_inc(&adap->chcr_ktls.ktls_refcount); in cxgb4_set_ktls_feature()
712 if (!refcount_read(&adap->chcr_ktls.ktls_refcount)) in cxgb4_set_ktls_feature()
717 if (refcount_dec_and_test(&adap->chcr_ktls.ktls_refcount)) { in cxgb4_set_ktls_feature()
Dcxgb4_uld.h278 struct chcr_ktls { struct
Dcxgb4.h1198 struct chcr_ktls chcr_ktls; member
Dcxgb4_debugfs.c3563 refcount_read(&adap->chcr_ktls.ktls_refcount)); in chcr_stats_show()
Dcxgb4_main.c6839 refcount_set(&pi->adapter->chcr_ktls.ktls_refcount, 0); in init_one()