Lines Matching refs:pend
278 struct smc_wr_tx_pend *pend; in smc_wr_tx_put_slot() local
280 pend = container_of(wr_pend_priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_put_slot()
281 if (pend->idx < link->wr_tx_cnt) { in smc_wr_tx_put_slot()
282 u32 idx = pend->idx; in smc_wr_tx_put_slot()
293 pend->idx == link->wr_tx_cnt) { in smc_wr_tx_put_slot()
310 struct smc_wr_tx_pend *pend; in smc_wr_tx_send() local
315 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send()
316 rc = ib_post_send(link->roce_qp, &link->wr_tx_ibs[pend->idx], NULL); in smc_wr_tx_send()
347 struct smc_wr_tx_pend *pend; in smc_wr_tx_send_wait() local
351 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send_wait()
352 pend->compl_requested = 1; in smc_wr_tx_send_wait()
353 pnd_idx = pend->idx; in smc_wr_tx_send_wait()