Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
Dsmc_wr.c40 struct smc_wr_tx_pend { /* control data for a pending send request */ struct
83 struct smc_wr_tx_pend pnd_snd; in smc_wr_tx_process_cqe()
187 struct smc_wr_tx_pend *wr_pend; in smc_wr_tx_get_free_slot()
232 struct smc_wr_tx_pend *pend; in smc_wr_tx_put_slot()
234 pend = container_of(wr_pend_priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_put_slot()
256 struct smc_wr_tx_pend *pend; in smc_wr_tx_send()
261 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send()
277 struct smc_wr_tx_pend *pend; in smc_wr_tx_send_wait()
281 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send_wait()
Dsmc_core.h89 struct smc_wr_tx_pend *wr_tx_pends; /* WR send waiting for CQE */