Home
last modified time | relevance | path

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

/net/smc/
Dsmc_llc.c213 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link()
238 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_rkey()
261 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_rkey()
298 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link()
334 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link()
355 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link()
381 smc_wr_tx_send(llcwrk->link, pend); in smc_llc_send_message_work()
Dsmc_wr.h92 int smc_wr_tx_send(struct smc_link *link,
Dsmc_cdc.c105 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smc_cdc_msg_send()
Dsmc_wr.c239 int smc_wr_tx_send(struct smc_link *link, struct smc_wr_tx_pend_priv *priv) in smc_wr_tx_send() function