Searched refs:wr_tx_wait (Results 1 – 3 of 3) sorted by relevance
67 if (wait_event_timeout(link->wr_tx_wait, !smc_wr_is_tx_pend(link), in smc_wr_tx_wait_no_pending_sends()131 wake_up(&link->wr_tx_wait); in smc_wr_tx_process_cqe()214 link->wr_tx_wait, in smc_wr_tx_get_free_slot()257 wake_up(&link->wr_tx_wait); in smc_wr_tx_put_slot()732 init_waitqueue_head(&lnk->wr_tx_wait); in smc_wr_create_link()
65 wake_up_all(&lnk->wr_tx_wait); in smc_wr_wakeup_tx_wait()
96 wait_queue_head_t wr_tx_wait; /* wait for free WR send buf */ member