Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_core.c66 complete(&dev->detach_comp); in detach_work_fn()
69 complete(&dev->detach_comp); in detach_work_fn()
118 init_completion(&dev->detach_comp); in chcr_dev_init()
234 wait_for_completion(&dev->detach_comp); in chcr_detach_device()
H A Dchcr_core.h102 struct completion detach_comp; member