Searched refs:wr_tx_wait (Results 1 – 3 of 3) sorted by relevance
63 wait_event(link->wr_tx_wait, !smc_wr_is_tx_pend(link)); in smc_wr_tx_wait_no_pending_sends()133 wake_up(&link->wr_tx_wait); in smc_wr_tx_process_cqe()216 link->wr_tx_wait, in smc_wr_tx_get_free_slot()286 wake_up(&link->wr_tx_wait); in smc_wr_tx_put_slot()909 init_waitqueue_head(&lnk->wr_tx_wait); in smc_wr_create_link()
82 wake_up_all(&lnk->wr_tx_wait); in smc_wr_wakeup_tx_wait()
119 wait_queue_head_t wr_tx_wait; /* wait for free WR send buf */ member