Home
last modified time | relevance | path

Searched refs:smc_wr_tx_send (Results 1 – 4 of 4) sorted by relevance

/net/smc/
Dsmc_llc.c406 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link()
452 rc = smc_wr_tx_send(send_link, pend); in smc_llc_send_confirm_rkey()
479 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_rkey()
520 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link()
556 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link()
581 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link()
600 rc = smc_wr_tx_send(link, pend); in smc_llc_send_message()
741 rc = smc_wr_tx_send(link, pend); in smc_llc_add_link_cont()
Dsmc_wr.h115 int smc_wr_tx_send(struct smc_link *link,
Dsmc_cdc.c118 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smc_cdc_msg_send()
156 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smcr_cdc_msg_send_validation()
Dsmc_wr.c254 int smc_wr_tx_send(struct smc_link *link, struct smc_wr_tx_pend_priv *priv) in smc_wr_tx_send() function
286 rc = smc_wr_tx_send(link, priv); in smc_wr_tx_send_wait()