Searched refs:confllc (Results 1 – 1 of 1) sorted by relevance
381 struct smc_llc_msg_confirm_link *confllc; in smc_llc_send_confirm_link() local391 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->sender_gid, link->gid, SMC_GID_SIZE); in smc_llc_send_confirm_link()401 hton24(confllc->sender_qp_num, link->roce_qp->qp_num); in smc_llc_send_confirm_link()[all …]