Searched refs:confllc (Results 1 – 1 of 1) sorted by relevance
190 struct smc_llc_msg_confirm_link *confllc; in smc_llc_send_confirm_link() local198 confllc = (struct smc_llc_msg_confirm_link *)wr_buf; in smc_llc_send_confirm_link()199 memset(confllc, 0, sizeof(*confllc)); in smc_llc_send_confirm_link()200 confllc->hd.common.type = SMC_LLC_CONFIRM_LINK; in smc_llc_send_confirm_link()201 confllc->hd.length = sizeof(struct smc_llc_msg_confirm_link); in smc_llc_send_confirm_link()202 confllc->hd.flags |= SMC_LLC_FLAG_NO_RMBE_EYEC; in smc_llc_send_confirm_link()204 confllc->hd.flags |= SMC_LLC_FLAG_RESP; in smc_llc_send_confirm_link()205 memcpy(confllc->sender_mac, link->smcibdev->mac[link->ibport - 1], in smc_llc_send_confirm_link()207 memcpy(confllc->sender_gid, link->gid, SMC_GID_SIZE); in smc_llc_send_confirm_link()208 hton24(confllc->sender_qp_num, link->roce_qp->qp_num); in smc_llc_send_confirm_link()[all …]