Lines Matching refs:pend
274 struct smc_wr_tx_pend *pend; in smc_wr_tx_put_slot() local
276 pend = container_of(wr_pend_priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_put_slot()
277 if (pend->idx < link->wr_tx_cnt) { in smc_wr_tx_put_slot()
278 u32 idx = pend->idx; in smc_wr_tx_put_slot()
289 pend->idx == link->wr_tx_cnt) { in smc_wr_tx_put_slot()
306 struct smc_wr_tx_pend *pend; in smc_wr_tx_send() local
311 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send()
312 rc = ib_post_send(link->roce_qp, &link->wr_tx_ibs[pend->idx], NULL); in smc_wr_tx_send()
343 struct smc_wr_tx_pend *pend; in smc_wr_tx_send_wait() local
347 pend = container_of(priv, struct smc_wr_tx_pend, priv); in smc_wr_tx_send_wait()
348 pend->compl_requested = 1; in smc_wr_tx_send_wait()
349 pnd_idx = pend->idx; in smc_wr_tx_send_wait()