Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_wr.h73 wake_up_all(&link->wr_tx_wait); in smc_wr_tx_link_put()
83 wake_up_all(&lnk->wr_tx_wait); in smc_wr_wakeup_tx_wait()
Dsmc_wr.c63 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()
651 wait_event(lnk->wr_tx_wait, (!atomic_read(&lnk->wr_tx_refcnt))); in smc_wr_free_link()
892 init_waitqueue_head(&lnk->wr_tx_wait); in smc_wr_create_link()
Dsmc_core.h108 wait_queue_head_t wr_tx_wait; /* wait for free WR send buf */ member