Lines Matching refs:pend
335 static void smc_llc_tx_handler(struct smc_wr_tx_pend_priv *pend, in smc_llc_tx_handler() argument
357 struct smc_wr_tx_pend_priv **pend) in smc_llc_add_pending_send() argument
362 pend); in smc_llc_add_pending_send()
382 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_confirm_link() local
388 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_confirm_link()
406 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link()
417 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_confirm_rkey() local
424 rc = smc_llc_add_pending_send(send_link, &wr_buf, &pend); in smc_llc_send_confirm_rkey()
452 rc = smc_wr_tx_send(send_link, pend); in smc_llc_send_confirm_rkey()
463 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_delete_rkey() local
469 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_delete_rkey()
479 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_rkey()
491 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_add_link() local
497 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_add_link()
520 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link()
532 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_delete_link() local
538 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_delete_link()
556 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link()
566 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_test_link() local
572 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_test_link()
581 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link()
590 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_message() local
596 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_message()
600 rc = smc_wr_tx_send(link, pend); in smc_llc_send_message()
612 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_message_wait() local
618 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_message_wait()
622 rc = smc_wr_tx_send_wait(link, pend, SMC_LLC_WAIT_TIME); in smc_llc_send_message_wait()
700 struct smc_wr_tx_pend_priv *pend; in smc_llc_add_link_cont() local
707 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_add_link_cont()
741 rc = smc_wr_tx_send(link, pend); in smc_llc_add_link_cont()