Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
H A Dsmc_llc.c381 struct smc_llc_msg_confirm_link *confllc; in smc_llc_send_confirm_link() local
391 confllc = (struct smc_llc_msg_confirm_link *)wr_buf; in smc_llc_send_confirm_link()
392 memset(confllc, 0, sizeof(*confllc)); in smc_llc_send_confirm_link()
393 confllc->hd.common.type = SMC_LLC_CONFIRM_LINK; in smc_llc_send_confirm_link()
394 confllc->hd.length = sizeof(struct smc_llc_msg_confirm_link); in smc_llc_send_confirm_link()
395 confllc->hd.flags |= SMC_LLC_FLAG_NO_RMBE_EYEC; in smc_llc_send_confirm_link()
397 confllc->hd.flags |= SMC_LLC_FLAG_RESP; in smc_llc_send_confirm_link()
398 memcpy(confllc->sender_mac, link->smcibdev->mac[link->ibport - 1], in smc_llc_send_confirm_link()
400 memcpy(confllc in smc_llc_send_confirm_link()
[all...]
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_llc.c450 struct smc_llc_msg_confirm_link *confllc; in smc_llc_send_confirm_link() local
460 confllc = (struct smc_llc_msg_confirm_link *)wr_buf; in smc_llc_send_confirm_link()
461 memset(confllc, 0, sizeof(*confllc)); in smc_llc_send_confirm_link()
462 confllc->hd.common.llc_type = SMC_LLC_CONFIRM_LINK; in smc_llc_send_confirm_link()
463 smc_llc_init_msg_hdr(&confllc->hd, link->lgr, sizeof(*confllc)); in smc_llc_send_confirm_link()
464 confllc->hd.flags |= SMC_LLC_FLAG_NO_RMBE_EYEC; in smc_llc_send_confirm_link()
466 confllc->hd.flags |= SMC_LLC_FLAG_RESP; in smc_llc_send_confirm_link()
467 memcpy(confllc in smc_llc_send_confirm_link()
[all...]

Completed in 5 milliseconds