Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_wr.h87 wake_up(&lnk->wr_reg_wait); in smc_wr_wakeup_reg_wait()
H A Dsmc_wr.c381 rc = wait_event_interruptible_timeout(link->wr_reg_wait, in smc_wr_reg_send()
912 init_waitqueue_head(&lnk->wr_reg_wait); in smc_wr_create_link()
H A Dsmc_core.h136 wait_queue_head_t wr_reg_wait; /* wait for wr_reg result */ member