Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
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()
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()
306 struct smc_wr_tx_pend *pend; in smc_wr_tx_send()
311 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send()
343 struct smc_wr_tx_pend *pend; in smc_wr_tx_send_wait()
347 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send_wait()
Dsmc_core.h97 struct smc_wr_tx_pend *wr_tx_pends; /* WR send waiting for CQE */
102 struct smc_wr_tx_pend *wr_tx_v2_pend; /* WR send v2 waiting for CQE */