Home
last modified time | relevance | path

Searched refs:wr_tx_compl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/smc/
H A 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()
H A Dsmc_core.h90 struct completion *wr_tx_compl; /* WR send CQE completion */ member
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_wr.c109 complete(&link->wr_tx_compl[pnd_snd_idx]); in smc_wr_tx_process_cqe()
350 init_completion(&link->wr_tx_compl[pnd_idx]); in smc_wr_tx_send_wait()
357 &link->wr_tx_compl[pnd_idx], timeout); in smc_wr_tx_send_wait()
699 kfree(lnk->wr_tx_compl); in smc_wr_free_link_mem()
700 lnk->wr_tx_compl = NULL; in smc_wr_free_link_mem()
787 link->wr_tx_compl = kcalloc(SMC_WR_BUF_CNT, in smc_wr_alloc_link_mem()
788 sizeof(link->wr_tx_compl[0]), in smc_wr_alloc_link_mem()
790 if (!link->wr_tx_compl) in smc_wr_alloc_link_mem()
814 kfree(link->wr_tx_compl); in smc_wr_alloc_link_mem()
H A Dsmc_core.h107 struct completion *wr_tx_compl; /* WR send CQE completion */ member

Completed in 6 milliseconds