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