Lines Matching refs:memcpy

362 	memcpy(dclc.hdr.eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER));  in smc_clc_send_decline()
367 memcpy(dclc.id_for_peer, local_systemid, sizeof(local_systemid)); in smc_clc_send_decline()
369 memcpy(dclc.trl.eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER)); in smc_clc_send_decline()
408 memcpy(pclc.hdr.eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER)); in smc_clc_send_proposal()
414 memcpy(pclc.lcl.id_for_peer, local_systemid, in smc_clc_send_proposal()
416 memcpy(&pclc.lcl.gid, gid, SMC_GID_SIZE); in smc_clc_send_proposal()
417 memcpy(&pclc.lcl.mac, &ibdev->mac[ibport - 1], ETH_ALEN); in smc_clc_send_proposal()
429 memcpy(trl.eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER)); in smc_clc_send_proposal()
477 memcpy(cclc.hdr.eyecatcher, SMCD_EYECATCHER, in smc_clc_send_confirm()
485 memcpy(&cclc.linkid, conn->lgr->id, SMC_LGR_ID_SIZE); in smc_clc_send_confirm()
486 memcpy(cclc.smcd_trl.eyecatcher, SMCD_EYECATCHER, in smc_clc_send_confirm()
491 memcpy(cclc.hdr.eyecatcher, SMC_EYECATCHER, in smc_clc_send_confirm()
495 memcpy(cclc.lcl.id_for_peer, local_systemid, in smc_clc_send_confirm()
497 memcpy(&cclc.lcl.gid, link->gid, SMC_GID_SIZE); in smc_clc_send_confirm()
498 memcpy(&cclc.lcl.mac, &link->smcibdev->mac[link->ibport - 1], in smc_clc_send_confirm()
510 memcpy(cclc.smcr_trl.eyecatcher, SMC_EYECATCHER, in smc_clc_send_confirm()
551 memcpy(aclc.hdr.eyecatcher, SMCD_EYECATCHER, in smc_clc_send_accept()
558 memcpy(&aclc.linkid, conn->lgr->id, SMC_LGR_ID_SIZE); in smc_clc_send_accept()
559 memcpy(aclc.smcd_trl.eyecatcher, SMCD_EYECATCHER, in smc_clc_send_accept()
564 memcpy(aclc.hdr.eyecatcher, SMC_EYECATCHER, in smc_clc_send_accept()
568 memcpy(aclc.lcl.id_for_peer, local_systemid, in smc_clc_send_accept()
570 memcpy(&aclc.lcl.gid, link->gid, SMC_GID_SIZE); in smc_clc_send_accept()
571 memcpy(&aclc.lcl.mac, link->smcibdev->mac[link->ibport - 1], in smc_clc_send_accept()
583 memcpy(aclc.smcr_trl.eyecatcher, SMC_EYECATCHER, in smc_clc_send_accept()