Lines Matching refs:pend
232 struct smc_wr_tx_pend *pend; in smc_wr_tx_put_slot() local
234 pend = container_of(wr_pend_priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_put_slot()
235 if (pend->idx < link->wr_tx_cnt) { in smc_wr_tx_put_slot()
236 u32 idx = pend->idx; in smc_wr_tx_put_slot()
256 struct smc_wr_tx_pend *pend; in smc_wr_tx_send() local
261 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send()
262 rc = ib_post_send(link->roce_qp, &link->wr_tx_ibs[pend->idx], NULL); in smc_wr_tx_send()
277 struct smc_wr_tx_pend *pend; in smc_wr_tx_send_wait() local
281 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send_wait()
282 pend->compl_requested = 1; in smc_wr_tx_send_wait()
283 pnd_idx = pend->idx; in smc_wr_tx_send_wait()