Home
last modified time | relevance | path

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

/openbmc/linux/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c90 rc = wait_event_timeout(ne_pci_dev->cmd_reply_wait_q, in ne_wait_for_reply()
197 wake_up(&ne_pci_dev->cmd_reply_wait_q); in ne_reply_handler()
519 init_waitqueue_head(&ne_pci_dev->cmd_reply_wait_q); in ne_pci_probe()
H A Dne_pci_dev.h297 wait_queue_head_t cmd_reply_wait_q; member