Searched refs:wr_tx_wait (Results 1 – 3 of 3) sorted by relevance
73 wake_up_all(&link->wr_tx_wait); in smc_wr_tx_link_put()78 wake_up_all(&lnk->wr_tx_wait); in smc_wr_wakeup_tx_wait()
67 wait_event(link->wr_tx_wait, !smc_wr_is_tx_pend(link)); in smc_wr_tx_wait_no_pending_sends()118 wake_up(&link->wr_tx_wait); in smc_wr_tx_process_cqe()201 link->wr_tx_wait, in smc_wr_tx_get_free_slot()244 wake_up(&link->wr_tx_wait); in smc_wr_tx_put_slot()547 wait_event(lnk->wr_tx_wait, (!atomic_read(&lnk->wr_tx_refcnt))); in smc_wr_free_link()705 init_waitqueue_head(&lnk->wr_tx_wait); in smc_wr_create_link()
99 wait_queue_head_t wr_tx_wait; /* wait for free WR send buf */ member