Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
H A 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()
105 /* clear the full struct smc_wr_tx_pend including .priv */ 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()
238 /* clear the full struct smc_wr_tx_pend including .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 *pen in smc_wr_tx_send_wait()
[all...]
H A Dsmc_core.h89 struct smc_wr_tx_pend *wr_tx_pends; /* WR send waiting for CQE */
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_wr.c40 struct smc_wr_tx_pend { /* control data for a pending send request */ struct
79 struct smc_wr_tx_pend pnd_snd; in smc_wr_tx_process_cqe()
101 /* clear the full struct smc_wr_tx_pend including .priv */ in smc_wr_tx_process_cqe()
112 /* clear the full struct smc_wr_tx_pend including .priv */ in smc_wr_tx_process_cqe()
202 struct smc_wr_tx_pend *wr_pend; in smc_wr_tx_get_free_slot()
249 struct smc_wr_tx_pend *wr_pend; in smc_wr_tx_get_v2_slot()
274 struct smc_wr_tx_pend *pend; in smc_wr_tx_put_slot()
276 pend = container_of(wr_pend_priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_put_slot()
280 /* clear the full struct smc_wr_tx_pend including .priv */ in smc_wr_tx_put_slot()
306 struct smc_wr_tx_pend *pen in smc_wr_tx_send()
[all...]
H A Dsmc_core.h106 struct smc_wr_tx_pend *wr_tx_pends; /* WR send waiting for CQE */
111 struct smc_wr_tx_pend *wr_tx_v2_pend; /* WR send v2 waiting for CQE */

Completed in 4 milliseconds