Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_core.c127 list_add_tail(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_init()
146 list_move(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_move()
290 INIT_LIST_HEAD(&drv_data.inact_dev); in chcr_crypto_init()
312 list_for_each_entry_safe(u_ctx, tmp, &drv_data.inact_dev, entry) { in chcr_crypto_exit()
Dchcr_core.h124 struct list_head inact_dev; member