Home
last modified time | relevance | path

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

/net/smc/
Dsmc_wr.h89 struct smc_wr_tx_pend_priv **wr_pend_priv);
91 struct smc_wr_tx_pend_priv *wr_pend_priv);
93 struct smc_wr_tx_pend_priv *wr_pend_priv);
Dsmc_wr.c172 struct smc_wr_tx_pend_priv **wr_pend_priv) in smc_wr_tx_get_free_slot() argument
181 *wr_pend_priv = NULL; in smc_wr_tx_get_free_slot()
211 *wr_pend_priv = &wr_pend->priv; in smc_wr_tx_get_free_slot()
216 struct smc_wr_tx_pend_priv *wr_pend_priv) in smc_wr_tx_put_slot() argument
220 pend = container_of(wr_pend_priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_put_slot()