Lines Matching refs:pend

143 static void smc_llc_tx_handler(struct smc_wr_tx_pend_priv *pend,  in smc_llc_tx_handler()  argument
165 struct smc_wr_tx_pend_priv **pend) in smc_llc_add_pending_send() argument
169 rc = smc_wr_tx_get_free_slot(link, smc_llc_tx_handler, wr_buf, pend); in smc_llc_add_pending_send()
190 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_confirm_link() local
194 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_confirm_link()
212 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link()
221 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_confirm_rkey() local
225 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_confirm_rkey()
237 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_rkey()
264 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_add_link() local
268 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_add_link()
274 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link()
300 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_delete_link() local
304 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_delete_link()
310 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link()
318 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_test_link() local
322 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_test_link()
331 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link()
347 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_message_work() local
353 rc = smc_llc_add_pending_send(llcwrk->link, &wr_buf, &pend); in smc_llc_send_message_work()
357 smc_wr_tx_send(llcwrk->link, pend); in smc_llc_send_message_work()