Home
last modified time | relevance | path

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

/Linux-v5.15/net/smc/
Dsmc_wr.c108 complete(&link->wr_tx_compl[pnd_snd_idx]); in smc_wr_tx_process_cqe()
295 init_completion(&link->wr_tx_compl[pend->idx]); in smc_wr_tx_send_wait()
302 &link->wr_tx_compl[pend->idx], timeout); in smc_wr_tx_send_wait()
598 kfree(lnk->wr_tx_compl); in smc_wr_free_link_mem()
599 lnk->wr_tx_compl = NULL; in smc_wr_free_link_mem()
670 link->wr_tx_compl = kcalloc(SMC_WR_BUF_CNT, in smc_wr_alloc_link_mem()
671 sizeof(link->wr_tx_compl[0]), in smc_wr_alloc_link_mem()
673 if (!link->wr_tx_compl) in smc_wr_alloc_link_mem()
Dsmc_core.h93 struct completion *wr_tx_compl; /* WR send CQE completion */ member