Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_wr.h126 int smc_wr_tx_send(struct smc_link *link,
Dsmc_cdc.c126 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smc_cdc_msg_send()
164 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smcr_cdc_msg_send_validation()
Dsmc_llc.c476 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link()
522 rc = smc_wr_tx_send(send_link, pend); in smc_llc_send_confirm_rkey()
549 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_rkey()
686 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link()
722 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link()
747 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link()
766 rc = smc_wr_tx_send(link, pend); in smc_llc_send_message()
869 rc = smc_wr_tx_send(link, pend); in smc_llc_add_link_cont()
Dsmc_wr.c304 int smc_wr_tx_send(struct smc_link *link, struct smc_wr_tx_pend_priv *priv) in smc_wr_tx_send() function
352 rc = smc_wr_tx_send(link, priv); in smc_wr_tx_send_wait()