Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c57 wait_queue_head_t tx_flush_wait; member
274 init_waitqueue_head(&client->tx_flush_wait); in fw_device_op_open()
558 wake_up(&client->tx_flush_wait); in complete_transaction()
1893 wait_event(client->tx_flush_wait, !has_outbound_transactions(client)); in fw_device_op_release()