Home
last modified time | relevance | path

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

/linux-6.12.1/net/smc/
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()
909 init_waitqueue_head(&lnk->wr_tx_wait); in smc_wr_create_link()
Dsmc_wr.h82 wake_up_all(&lnk->wr_tx_wait); in smc_wr_wakeup_tx_wait()
Dsmc_core.h119 wait_queue_head_t wr_tx_wait; /* wait for free WR send buf */ member