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

/linux-master/net/smc/
H A Dsmc_llc.c1020 struct smc_llc_msg_add_link *add_llc)
1022 link->peer_qpn = ntoh24(add_llc->sender_qp_num);
1023 memcpy(link->peer_gid, add_llc->sender_gid, SMC_GID_SIZE);
1024 memcpy(link->peer_mac, add_llc->sender_mac, ETH_ALEN);
1025 link->peer_psn = ntoh24(add_llc->initial_psn);
1026 link->peer_mtu = add_llc->qp_mtu;
1408 struct smc_llc_msg_add_link *add_llc; local
1479 add_llc = &qentry->msg.add_link;
1480 if (add_llc->hd.flags & SMC_LLC_FLAG_ADD_LNK_REJ) {
1486 (!memcmp(add_llc
1019 smc_llc_save_add_link_info(struct smc_link *link, struct smc_llc_msg_add_link *add_llc) argument
1545 struct smc_llc_msg_add_link add_llc = {}; local
[all...]

Completed in 207 milliseconds