Home
last modified time | relevance | path

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

/net/smc/
Dsmc_wr.c103 complete(&link->wr_tx_compl[pnd_snd_idx]); in smc_wr_tx_process_cqe()
284 init_completion(&link->wr_tx_compl[pnd_idx]); in smc_wr_tx_send_wait()
291 &link->wr_tx_compl[pnd_idx], timeout); in smc_wr_tx_send_wait()
565 kfree(lnk->wr_tx_compl); in smc_wr_free_link_mem()
566 lnk->wr_tx_compl = NULL; in smc_wr_free_link_mem()
637 link->wr_tx_compl = kcalloc(SMC_WR_BUF_CNT, in smc_wr_alloc_link_mem()
638 sizeof(link->wr_tx_compl[0]), in smc_wr_alloc_link_mem()
640 if (!link->wr_tx_compl) in smc_wr_alloc_link_mem()
Dsmc_core.h90 struct completion *wr_tx_compl; /* WR send CQE completion */ member