Searched refs:ETH_ALEN (Results 26 - 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c654 memcpy(tail_buffer, d, ETH_ALEN);
655 memcpy(tail_buffer + ETH_ALEN, nic->node_addr, ETH_ALEN);
657 memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A De1000.c3469 unsigned char dst_addr[ETH_ALEN];
3470 unsigned char src_addr[ETH_ALEN];
3477 memcpy (&hdr.dst_addr, d, ETH_ALEN);
3478 memcpy (&hdr.src_addr, nic->node_addr, ETH_ALEN);
3614 memcpy (nic->node_addr, hw.mac_addr, ETH_ALEN);
H A Dtg3.c3059 uint8_t dst_addr[ETH_ALEN];
3060 uint8_t src_addr[ETH_ALEN];
3092 memcpy(&frame[frame_idx].dst_addr, dst_addr, ETH_ALEN);
3093 memcpy(&frame[frame_idx].src_addr, nic->node_addr, ETH_ALEN);
H A Dundi.c1167 ETH_ALEN );
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c920 return counter * ETH_ALEN;
938 if (mm_memcmp(data->mac.mac, pos->u.mac.mac, ETH_ALEN) &&
974 ETH_ALEN)) &&
994 if ((mm_memcmp(data->mac.mac, pos->u.mac.mac, ETH_ALEN)) &&
1032 ETH_ALEN)) &&
2900 return (ecore_crc32_le(0, mac, ETH_ALEN) >> 24) & 0xff;
2905 u8 mac[ETH_ALEN];
2985 mm_memcpy(cur_mac->mac, pos->mac, ETH_ALEN);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dpm3393.c508 bit = (calc_crc(addr, ETH_ALEN) >> 23) & 0x3f; /* bit[23:28] */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c996 for (i = 0; i < ETH_ALEN; i++) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2981 p_ecore_vlan_mac_obj->get_n_elements(pdev, p_ecore_vlan_mac_obj ,3, pdev->vars.stats.stats_mirror.stats_drv.drv_info_to_mfw.eth_stats.mac_local + MAC_PAD, MAC_PAD, ETH_ALEN);

Completed in 194 milliseconds

12