Searched refs:smc_wr_tx_pend (Results 1 – 2 of 2) sorted by relevance
40 struct smc_wr_tx_pend { /* control data for a pending send request */ struct83 struct smc_wr_tx_pend pnd_snd; in smc_wr_tx_process_cqe()206 struct smc_wr_tx_pend *wr_pend; in smc_wr_tx_get_free_slot()253 struct smc_wr_tx_pend *wr_pend; in smc_wr_tx_get_v2_slot()278 struct smc_wr_tx_pend *pend; in smc_wr_tx_put_slot()280 pend = container_of(wr_pend_priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_put_slot()310 struct smc_wr_tx_pend *pend; in smc_wr_tx_send()315 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send()347 struct smc_wr_tx_pend *pend; in smc_wr_tx_send_wait()351 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send_wait()
97 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 */
Completed in 8 milliseconds