Searched refs:smc_llc_add_pending_send (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/smc/ |
| D | smc_llc.c | 163 static int smc_llc_add_pending_send(struct smc_link *link, in smc_llc_add_pending_send() function 195 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_confirm_link() 226 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_confirm_rkey() 251 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_delete_rkey() 292 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_add_link() 328 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_delete_link() 346 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_test_link() 377 rc = smc_llc_add_pending_send(llcwrk->link, &wr_buf, &pend); in smc_llc_send_message_work()
|