Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_wr.c55 static inline bool smc_wr_is_tx_pend(struct smc_link *link) in smc_wr_is_tx_pend() function
63 wait_event(link->wr_tx_wait, !smc_wr_is_tx_pend(link)); in smc_wr_tx_wait_no_pending_sends()