Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_wr.h48 * All other WRs (CDC/LLC) use smc_wr_tx_send handling WR_ID implicitly
123 int smc_wr_tx_send(struct smc_link *link,
H A Dsmc_llc.c502 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link()
551 rc = smc_wr_tx_send(send_link, pend); in smc_llc_send_confirm_rkey()
578 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_rkey()
719 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link()
755 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link()
780 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link()
799 rc = smc_wr_tx_send(link, pend); in smc_llc_send_message()
903 rc = smc_wr_tx_send(link, pend); in smc_llc_add_link_cont()
H A Dsmc_cdc.c129 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smc_cdc_msg_send()
167 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smcr_cdc_msg_send_validation()
H A 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()