Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_core.c69 complete(&dev->detach_comp); in detach_work_fn()
72 complete(&dev->detach_comp); in detach_work_fn()
121 init_completion(&dev->detach_comp); in chcr_dev_init()
253 wait_for_completion(&dev->detach_comp); in chcr_detach_device()
Dchcr_core.h149 struct completion detach_comp; member