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

/linux-master/net/smc/
H A Dsmc_llc.c648 struct smc_llc_msg_add_link *addllc; local
650 int len = sizeof(*addllc);
661 addllc = (struct smc_llc_msg_add_link *)wr_buf;
663 &wr_buf->raw[sizeof(*addllc)];
671 addllc = (struct smc_llc_msg_add_link *)wr_buf;
674 memset(addllc, 0, sizeof(*addllc));
675 addllc->hd.common.llc_type = SMC_LLC_ADD_LINK;
677 addllc->hd.flags |= SMC_LLC_FLAG_RESP;
678 memcpy(addllc
[all...]

Completed in 79 milliseconds