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
170 pend); in smc_llc_add_pending_send()
191 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_confirm_link() local
195 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_confirm_link()
213 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link()
222 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_confirm_rkey() local
226 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_confirm_rkey()
238 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_rkey()
247 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_delete_rkey() local
251 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_delete_rkey()
261 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_rkey()
288 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_add_link() local
292 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_add_link()
298 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link()
324 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_delete_link() local
328 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_delete_link()
334 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link()
342 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_test_link() local
346 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_test_link()
355 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link()
371 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_message_work() local
377 rc = smc_llc_add_pending_send(llcwrk->link, &wr_buf, &pend); in smc_llc_send_message_work()
381 smc_wr_tx_send(llcwrk->link, pend); in smc_llc_send_message_work()