Symbol: ETHERNET_ADDRESS_SIZE
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
2321
ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/lm.h
63
u8_t mc_addr[ETHERNET_ADDRESS_SIZE];
usr/src/uts/common/io/bnx/bnxhwi.c
344
crc32 = compute_crc32(mc_addr, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnx/bnxhwi.c
350
ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1545
lm_status = lm_vf_pf_set_q_filters(pdev, LM_CLI_IDX_NDIS, cookie, Q_FILTER_MAC, mac_addr, ETHERNET_ADDRESS_SIZE,vlan_tag, b_set);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1559
ASSERT_STATIC( ETHERNET_ADDRESS_SIZE == sizeof(ramrod_param.user_req.u.vlan_mac.mac) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1569
ASSERT_STATIC( ETHERNET_ADDRESS_SIZE == sizeof(ramrod_param.user_req.u.mac.mac) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2250
u8 mc_count = buf_len / ETHERNET_ADDRESS_SIZE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2268
buf_len -= ETHERNET_ADDRESS_SIZE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2269
mc_addrs += ETHERNET_ADDRESS_SIZE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1409
u8_t cam_addr[ETHERNET_ADDRESS_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1424
u8_t addr[ETHERNET_ADDRESS_SIZE]; //MAC address of this entry.
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2088
num_entries = min((u32_t)num_entries, buf_len/ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2098
mm_memcpy(mess->filters[idx_entries].dest_mac, pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2115
num_entries = min((u32_t)num_entries, buf_len/ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2121
mm_mem_zero(&mess->multicast[idx_entries][0], ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2123
mm_memcpy(&mess->multicast[idx_entries][0], pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2177
num_entries = min((u32_t)num_entries, buf_len/ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2187
mm_memcpy(mess->filters[idx_entries].mac, pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2204
num_entries = min((u32_t)num_entries, buf_len/ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2210
mm_mem_zero(&mess->multicast[idx_entries][0], ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2212
mm_memcpy(&mess->multicast[idx_entries][0], pbuf + idx_entries*ETHERNET_ADDRESS_SIZE, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/bnxe.h
650
u8_t gldMac[ETHERNET_ADDRESS_SIZE];
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1030
if (dataLen < ETHERNET_ADDRESS_SIZE)
usr/src/uts/common/io/bnxe/bnxe_fcoe.c
1049
if (dataLen < ETHERNET_ADDRESS_SIZE)
usr/src/uts/common/io/bnxe/bnxe_gld.c
791
memcpy(pUM->gldMac, pMacAddr, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
1306
u8_t zero_mac_addr[ETHERNET_ADDRESS_SIZE];
usr/src/uts/common/io/bnxe/bnxe_hw.c
1307
memset(zero_mac_addr, 0, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
1624
u8_t mac_to_delete[ETHERNET_ADDRESS_SIZE];
usr/src/uts/common/io/bnxe/bnxe_hw.c
1630
memset(pUM->gldMac, 0, ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/bnxe_hw.c
854
ETHERNET_ADDRESS_SIZE));
usr/src/uts/common/io/bnxe/bnxe_hw.c
904
ETHERNET_ADDRESS_SIZE),
usr/src/uts/common/io/bnxe/bnxe_hw.c
929
ETHERNET_ADDRESS_SIZE));