Searched refs:smc_wr_tx_send (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_wr.h | 50 * All other WRs (CDC/LLC) use smc_wr_tx_send handling WR_ID implicitly 115 int smc_wr_tx_send(struct smc_link *link,
|
H A D | smc_llc.c | 370 "must adapt SMC_WR_TX_SIZE to sizeof(struct smc_llc_msg); if not all smc_wr upper layer protocols use the same message size any more, must start to set link->wr_tx_sges[i].length on each individual smc_wr_tx_send()"); in smc_llc_add_pending_send() 406 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link() 452 rc = smc_wr_tx_send(send_link, pend); in smc_llc_send_confirm_rkey() 479 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_rkey() 520 rc = smc_wr_tx_send(link, pend); in smc_llc_send_add_link() 556 rc = smc_wr_tx_send(link, pend); in smc_llc_send_delete_link() 581 rc = smc_wr_tx_send(link, pend); in smc_llc_send_test_link() 600 rc = smc_wr_tx_send(link, pend); in smc_llc_send_message() 741 rc = smc_wr_tx_send(link, pend); in smc_llc_add_link_cont()
|
H A D | smc_cdc.c | 91 "must adapt SMC_WR_TX_SIZE to sizeof(struct smc_cdc_msg); if not all smc_wr upper layer protocols use the same message size any more, must start to set link->wr_tx_sges[i].length on each individual smc_wr_tx_send()"); in smc_cdc_add_pending_send() 118 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smc_cdc_msg_send() 156 rc = smc_wr_tx_send(link, (struct smc_wr_tx_pend_priv *)pend); in smcr_cdc_msg_send_validation()
|
H A D | smc_wr.c | 254 int smc_wr_tx_send(struct smc_link *link, struct smc_wr_tx_pend_priv *priv) in smc_wr_tx_send() function 286 rc = smc_wr_tx_send(link, priv); in smc_wr_tx_send_wait()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_wr.h | 50 * All other WRs (CDC/LLC) use smc_wr_tx_send handling WR_ID implicitly 125 int smc_wr_tx_send(struct smc_link *link,
|
H A D | smc_cdc.c | 101 "must adapt SMC_WR_TX_SIZE to sizeof(struct smc_cdc_msg); if not all smc_wr upper layer protocols use the same message size any more, must start to set link->wr_tx_sges[i].length on each individual smc_wr_tx_send()"); in smc_cdc_add_pending_send() 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 | 415 "must adapt SMC_WR_TX_SIZE to sizeof(struct smc_llc_msg); if not all smc_wr upper layer protocols use the same message size any more, must start to set link->wr_tx_sges[i].length on each individual smc_wr_tx_send()"); in smc_llc_add_pending_send() 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()
|
Completed in 12 milliseconds