Home
last modified time | relevance | path

Searched refs:llcbuf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/smc/
H A Dsmc_llc.c588 static int smc_llc_send_message(struct smc_link *link, void *llcbuf) in smc_llc_send_message() argument
599 memcpy(wr_buf, llcbuf, sizeof(union smc_llc_msg)); in smc_llc_send_message()
610 static int smc_llc_send_message_wait(struct smc_link *link, void *llcbuf) in smc_llc_send_message_wait() argument
621 memcpy(wr_buf, llcbuf, sizeof(union smc_llc_msg)); in smc_llc_send_message_wait()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_llc.c765 static int smc_llc_send_message(struct smc_link *link, void *llcbuf) in smc_llc_send_message() argument
776 memcpy(wr_buf, llcbuf, sizeof(union smc_llc_msg)); in smc_llc_send_message()
787 static int smc_llc_send_message_wait(struct smc_link *link, void *llcbuf) in smc_llc_send_message_wait() argument
798 memcpy(wr_buf, llcbuf, sizeof(union smc_llc_msg)); in smc_llc_send_message_wait()

Completed in 6 milliseconds