Searched refs:smc_wr_tx_send (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/smc/ |
H A D | smc_wr.h | 125 int smc_wr_tx_send(struct smc_link *link,
|
H A D | smc_cdc.c | 128 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smc_cdc_msg_send() 166 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smcr_cdc_msg_send_validation()
|
H A D | smc_llc.c | 480 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link() 529 rc = smc_wr_tx_send(send_link, pend); in smc_llc_send_confirm_rkey() 556 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_rkey() 697 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link() 733 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link() 758 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link() 777 rc = smc_wr_tx_send(link, pend); in smc_llc_send_message() 881 rc = smc_wr_tx_send(link, pend); in smc_llc_add_link_cont()
|
H A D | smc_wr.c | 304 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()
|