Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_core.c124 list_add_tail(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_init()
139 list_move(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_move()
273 INIT_LIST_HEAD(&drv_data.inact_dev); in chcr_crypto_init()
297 list_for_each_entry_safe(u_ctx, tmp, &drv_data.inact_dev, entry) { in chcr_crypto_exit()
Dchcr_core.h77 struct list_head inact_dev; member