Home
last modified time | relevance | path

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

/Linux-v5.10/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()
590 kfree(lnk->wr_tx_compl); in smc_wr_free_link_mem()
591 lnk->wr_tx_compl = NULL; in smc_wr_free_link_mem()
662 link->wr_tx_compl = kcalloc(SMC_WR_BUF_CNT, in smc_wr_alloc_link_mem()
663 sizeof(link->wr_tx_compl[0]), in smc_wr_alloc_link_mem()
665 if (!link->wr_tx_compl) in smc_wr_alloc_link_mem()
Dsmc_core.h90 struct completion *wr_tx_compl; /* WR send CQE completion */ member