| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_machdep.c | 97 uint32_t macaddr[ETHER_ADDR_LEN]; in ar71xx_redboot_get_macaddr() local 107 &macaddr[0], &macaddr[1], in ar71xx_redboot_get_macaddr() 108 &macaddr[2], &macaddr[3], in ar71xx_redboot_get_macaddr() 109 &macaddr[4], &macaddr[5]); in ar71xx_redboot_get_macaddr() 112 memset(macaddr, 0, in ar71xx_redboot_get_macaddr() 113 sizeof(macaddr)); in ar71xx_redboot_get_macaddr() 116 tmpmac[i] = macaddr[i] & 0xff; in ar71xx_redboot_get_macaddr() 171 uint8_t macaddr[ETHER_ADDR_LEN]; in ar71xx_platform_read_eeprom_mac() local 186 macaddr[i] = strtol(&(mac[i*3]), NULL, 16); in ar71xx_platform_read_eeprom_mac() 191 macaddr[i] = mac[i]; in ar71xx_platform_read_eeprom_mac() [all …]
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_node.h | 400 const uint8_t macaddr[IEEE80211_ADDR_LEN]); 402 const uint8_t macaddr[IEEE80211_ADDR_LEN]); 404 const uint8_t macaddr[IEEE80211_ADDR_LEN]); 413 const uint8_t macaddr[IEEE80211_ADDR_LEN], 416 const uint8_t macaddr[IEEE80211_ADDR_LEN], 421 const uint8_t macaddr[IEEE80211_ADDR_LEN], 426 const uint8_t macaddr[IEEE80211_ADDR_LEN], 457 const uint8_t macaddr[IEEE80211_ADDR_LEN]); 459 const uint8_t macaddr[IEEE80211_ADDR_LEN]); 462 const uint8_t macaddr[IEEE80211_ADDR_LEN]); [all …]
|
| H A D | ieee80211_node.c | 1390 ni = ic->ic_node_alloc(vap, macaddr); in ieee80211_alloc_node() 1398 ether_sprintf(macaddr), nt->nt_name); in ieee80211_alloc_node() 1445 const uint8_t macaddr[IEEE80211_ADDR_LEN]) in ieee80211_tmp_node() 1450 ni = ic->ic_node_alloc(vap, macaddr); in ieee80211_tmp_node() 1492 const uint8_t macaddr[IEEE80211_ADDR_LEN]) in ieee80211_dup_bss() 1582 const uint8_t macaddr[IEEE80211_ADDR_LEN]) in ieee80211_find_node_locked_debug() 1613 const uint8_t macaddr[IEEE80211_ADDR_LEN]) in ieee80211_find_node_debug() 1632 const uint8_t macaddr[IEEE80211_ADDR_LEN]) in ieee80211_find_vap_node_locked_debug() 1666 const uint8_t macaddr[IEEE80211_ADDR_LEN]) in ieee80211_find_vap_node_debug() 1691 ni = ieee80211_dup_bss(vap, macaddr); in ieee80211_fakeup_adhoc_node() [all …]
|
| H A D | ieee80211_acl.c | 133 _find_acl(struct aclstate *as, const uint8_t *macaddr) in _find_acl() argument 138 hash = ACL_HASH(macaddr); in _find_acl() 140 if (IEEE80211_ADDR_EQ(acl->acl_macaddr, macaddr)) in _find_acl()
|
| H A D | ieee80211_scan_sta.c | 249 const uint8_t *macaddr = wh->i_addr2; in sta_add() local 257 hash = STA_HASH(macaddr); in sta_add() 261 if (IEEE80211_ADDR_EQ(se->base.se_macaddr, macaddr)) in sta_add() 271 IEEE80211_ADDR_COPY(se->base.se_macaddr, macaddr); in sta_add() 399 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_SCAN, macaddr, in sta_add() 1332 int hash = STA_HASH(macaddr); in sta_lookup() 1484 se = sta_lookup(st, macaddr); in sta_assoc_fail() 1489 macaddr, "%s: reason %u fails %u", in sta_assoc_fail() 1496 const uint8_t macaddr[IEEE80211_ADDR_LEN]) in sta_assoc_success() 1501 se = sta_lookup(st, macaddr); in sta_assoc_success() [all …]
|
| H A D | ieee80211_scan.h | 322 const uint8_t macaddr[IEEE80211_ADDR_LEN], 326 const uint8_t macaddr[IEEE80211_ADDR_LEN]);
|
| H A D | ieee80211_ioctl.h | 416 uint8_t macaddr[IEEE80211_ADDR_LEN]; member 469 uint8_t macaddr[IEEE80211_ADDR_LEN]; member
|
| H A D | ieee80211_ioctl.c | 214 uint8_t macaddr[IEEE80211_ADDR_LEN]; in ieee80211_ioctl_getstastats() local 220 error = copyin(ireq->i_data, macaddr, IEEE80211_ADDR_LEN); in ieee80211_ioctl_getstastats() 223 ni = ieee80211_find_vap_node(&vap->iv_ic->ic_sta, vap, macaddr); in ieee80211_ioctl_getstastats() 508 uint8_t macaddr[IEEE80211_ADDR_LEN]; in ieee80211_ioctl_getstainfo() local 515 error = copyin(ireq->i_data, macaddr, IEEE80211_ADDR_LEN); in ieee80211_ioctl_getstainfo() 518 if (IEEE80211_ADDR_EQ(macaddr, vap->iv_ifp->if_broadcastaddr)) { in ieee80211_ioctl_getstainfo() 521 ni = ieee80211_find_vap_node(&vap->iv_ic->ic_sta, vap, macaddr); in ieee80211_ioctl_getstainfo() 1758 uint8_t macaddr[IEEE80211_ADDR_LEN]; in ieee80211_ioctl_setstastats() local 1768 error = copyin(ireq->i_data, macaddr, IEEE80211_ADDR_LEN); in ieee80211_ioctl_setstastats() 1771 ni = ieee80211_find_vap_node(&vap->iv_ic->ic_sta, vap, macaddr); in ieee80211_ioctl_setstastats()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_dtsec.c | 105 uint8_t *macaddr, in fman_dtsec_init() argument 317 tmp = (uint32_t)((macaddr[5] << 24) | in fman_dtsec_init() 318 (macaddr[4] << 16) | in fman_dtsec_init() 319 (macaddr[3] << 8) | in fman_dtsec_init() 320 macaddr[2]); in fman_dtsec_init() 323 tmp = (uint32_t)((macaddr[1] << 24) | in fman_dtsec_init() 324 (macaddr[0] << 16)); in fman_dtsec_init() 374 macaddr[0] = (uint8_t)((tmp2 & 0x00ff0000) >> 16); in fman_dtsec_get_mac_address() 375 macaddr[1] = (uint8_t)((tmp2 & 0xff000000) >> 24); in fman_dtsec_get_mac_address() 376 macaddr[2] = (uint8_t)(tmp1 & 0x000000ff); in fman_dtsec_get_mac_address() [all …]
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | board.c | 142 xlpge_get_macaddr(uint8_t *macaddr) in xlpge_get_macaddr() argument 147 macaddr[0] = 0x00; macaddr[1] = 0x0f; macaddr[2] = 0x30; in xlpge_get_macaddr() 148 macaddr[3] = 0x20; macaddr[4] = 0x0d; macaddr[5] = 0x5b; in xlpge_get_macaddr() 150 memcpy(macaddr, &board_eeprom_buf[EEPROM_MACADDR_OFFSET], in xlpge_get_macaddr()
|
| H A D | board.h | 145 void xlpge_get_macaddr(uint8_t *macaddr);
|
| /f-stack/freebsd/mips/conf/ |
| H A D | RT5350.hints | 23 # macaddr can be statically set 24 #hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
|
| H A D | MT7620.hints | 27 # macaddr can be statically set 28 #hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
|
| H A D | RT305X.hints | 21 # macaddr can be statically set 22 #hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_efuse.c | 59 uint8_t macaddr[6]; member 151 sc->data.macaddr, ":"); in jz4780_efuse_update_kenv()
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_bgx.c | 37 memcpy(conf->macaddr, bgx_conf.macaddr, 6); in octeontx_bgx_port_open() 121 memcpy(conf->macaddr, bgx_conf.macaddr, 6); in octeontx_bgx_port_get_config()
|
| H A D | octeontx_bgx.h | 46 uint8_t macaddr[6]; /* MAC address.*/ member
|
| /f-stack/freebsd/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_dtsec.h | 438 } macaddr[15]; /* 0x148-0x1BC mac exact match addresses 1-15 */ member 771 uint8_t *macaddr, uint8_t fm_rev_maj, 815 void fman_dtsec_set_mac_address(struct dtsec_regs *regs, uint8_t *macaddr); 822 void fman_dtsec_get_mac_address(struct dtsec_regs *regs, uint8_t *macaddr);
|
| H A D | fsl_fman_tgec.h | 377 void fman_tgec_set_mac_address(struct tgec_regs *regs, uint8_t *macaddr);
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | e1000em.rst | 106 -net nic,model=e1000,vlan=1,macaddr=DE:AD:1E:00:00:01 108 -net nic,model=e1000,vlan=2,macaddr=DE:AD:1E:00:00:02
|
| H A D | liquidio.rst | 79 ip link set <PF iface> vf <VF id> mac <macaddr>
|
| H A D | qede.rst | 248 ip link set <PF iface> vf <VF id> mac <macaddr> 297 [QEDE PMD: (84:00.0:dpdk-port-0)]qede_common_dev_init:macaddr \
|
| H A D | bnx2x.rst | 177 ip link set <PF iface> vf <VF id> mac <macaddr>
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ethtool.rst | 49 * ``macaddr``: Gets/sets MAC address
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.c | 1478 struct rte_ether_addr *macaddr; in dpaa2_dev_remove_mac_addr() local 1482 macaddr = &data->mac_addrs[index]; in dpaa2_dev_remove_mac_addr() 1490 priv->token, macaddr->addr_bytes); in dpaa2_dev_remove_mac_addr()
|