Home
last modified time | relevance | path

Searched refs:lcl (Results 1 – 7 of 7) sorted by relevance

/linux/net/smc/
H A Dsmc_clc.h179 struct smc_clc_msg_local lcl; member
205 struct smc_clc_msg_local lcl; member
H A Dsmc_clc.c908 memcpy(pclc_base->lcl.id_for_peer, local_systemid, in smc_clc_send_proposal()
910 memcpy(pclc_base->lcl.gid, ini->ib_gid, SMC_GID_SIZE); in smc_clc_send_proposal()
911 memcpy(pclc_base->lcl.mac, &ini->ib_dev->mac[ini->ib_port - 1], in smc_clc_send_proposal()
1107 memcpy(clc->r0.lcl.id_for_peer, local_systemid, in smcr_clc_prep_confirm_accept()
1109 memcpy(&clc->r0.lcl.gid, link->gid, SMC_GID_SIZE); in smcr_clc_prep_confirm_accept()
1110 memcpy(&clc->r0.lcl.mac, &link->smcibdev->mac[link->ibport - 1], in smcr_clc_prep_confirm_accept()
H A Daf_smc.c1242 memcpy(ini->smcrv2.nexthop_mac, &aclc->r0.lcl.mac, ETH_ALEN); in smc_connect_rdma_v2_prepare()
1246 smc_ib_gid_to_ipv4(aclc->r0.lcl.gid), in smc_connect_rdma_v2_prepare()
1276 memcpy(ini->peer_systemid, aclc->r0.lcl.id_for_peer, SMC_SYSTEMID_LEN); in smc_connect_rdma()
1277 memcpy(ini->peer_gid, aclc->r0.lcl.gid, SMC_GID_SIZE); in smc_connect_rdma()
1278 memcpy(ini->peer_mac, aclc->r0.lcl.mac, ETH_ALEN); in smc_connect_rdma()
1304 !memcmp(l->peer_gid, &aclc->r0.lcl.gid, in smc_connect_rdma()
1307 !memcmp(l->peer_mac, &aclc->r0.lcl.mac, in smc_connect_rdma()
2317 memcpy(ini->peer_systemid, pclc->lcl.id_for_peer, SMC_SYSTEMID_LEN); in smc_find_rdma_v2_device_serv()
2319 memcpy(ini->peer_mac, pclc->lcl.mac, ETH_ALEN); in smc_find_rdma_v2_device_serv()
2330 memcpy(ini->smcrv2.nexthop_mac, pclc->lcl.mac, ETH_ALEN); in smc_find_rdma_v2_device_serv()
[all …]
/linux/tools/perf/Documentation/
H A Dperf-c2c.txt125 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display
296 cycles - rmt hitm, lcl hitm, load (Display with HITM types)
299 cycles - rmt peer, lcl peer, load (Display with peer type)
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h131 u32 lcl; /* RO # of xmited late collision pkt */ member
H A Dbcmgenet.c1136 STAT_GENET_MIB_TX("tx_late_col", mib.tx.lcl),
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c254 STAT_MIB_TX("tx_late_col", mib.tx.lcl),