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