Lines Matching refs:wr_pend
202 struct smc_wr_tx_pend *wr_pend; in smc_wr_tx_get_free_slot() local
230 wr_pend = &link->wr_tx_pends[idx]; in smc_wr_tx_get_free_slot()
231 wr_pend->wr_id = wr_id; in smc_wr_tx_get_free_slot()
232 wr_pend->handler = handler; in smc_wr_tx_get_free_slot()
233 wr_pend->link = link; in smc_wr_tx_get_free_slot()
234 wr_pend->idx = idx; in smc_wr_tx_get_free_slot()
240 *wr_pend_priv = &wr_pend->priv; in smc_wr_tx_get_free_slot()
249 struct smc_wr_tx_pend *wr_pend; in smc_wr_tx_get_v2_slot() local
259 wr_pend = link->wr_tx_v2_pend; in smc_wr_tx_get_v2_slot()
260 wr_pend->wr_id = wr_id; in smc_wr_tx_get_v2_slot()
261 wr_pend->handler = handler; in smc_wr_tx_get_v2_slot()
262 wr_pend->link = link; in smc_wr_tx_get_v2_slot()
263 wr_pend->idx = link->wr_tx_cnt; in smc_wr_tx_get_v2_slot()
267 *wr_pend_priv = &wr_pend->priv; in smc_wr_tx_get_v2_slot()