Searched defs:ea (Results 1 - 14 of 14) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dscb.h70 u8 ea[ETH_ALEN]; /* station address */ member in struct:scb
H A Dsrom.c651 u8 ea[ETH_ALEN]; local
668 ea[0] = (srom[srv->off] >> 8) & 0xff;
669 ea[1] = srom[srv->off] & 0xff;
670 ea[2] = (srom[srv->off + 1] >> 8) & 0xff;
671 ea[3] = srom[srv->off + 1] & 0xff;
672 ea[4] = (srom[srv->off + 2] >> 8) & 0xff;
673 ea[5] = srom[srv->off + 2] & 0xff;
726 snprintf(entry->buf, 18, "%pM", ea);
/drivers/base/
H A Dcore.c129 struct dev_ext_attribute *ea = to_ext_attr(attr); local
134 *(unsigned long *)(ea->var) = new;
144 struct dev_ext_attribute *ea = to_ext_attr(attr); local
145 return snprintf(buf, PAGE_SIZE, "%lx\n", *(unsigned long *)(ea->var));
153 struct dev_ext_attribute *ea = to_ext_attr(attr); local
158 *(int *)(ea->var) = new;
168 struct dev_ext_attribute *ea = to_ext_attr(attr); local
170 return snprintf(buf, PAGE_SIZE, "%d\n", *(int *)(ea->var));
/drivers/net/wireless/bcmdhd/
H A Ddhd_wlfc.h115 uint8 ea[ETHER_ADDR_LEN]; member in struct:wlfc_mac_descriptor
280 ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea);
H A Dbcmutils.c956 bcm_ether_atoe(const char *p, struct ether_addr *ea) argument
962 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16);
1002 bcm_ether_ntoa(const struct ether_addr *ea, char *buf) argument
1009 const uint8 *octet = ea->octet;
H A Ddhd_cdc.c377 uint8* ea; local
443 ea = interfaces[i].ea;
444 bcm_bprintf(strbuf, "INTERFACE[%d].ea = "
447 ea[0], ea[1], ea[2], ea[3], ea[4], ea[
1369 _dhd_wlfc_mac_entry_update(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea) argument
1434 dhd_wlfc_interface_entry_update(void* state, ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea) argument
1738 dhd_wlfc_find_mac_desc_id_from_mac(dhd_pub_t *dhdp, uint8* ea) argument
2036 uint8* ea; local
[all...]
H A Ddhd_common.c1021 uint8* ea = pvt_data->eth.ether_dhost; local
1027 ea[0], ea[1], ea[2], ea[3], ea[4], ea[5]));
1028 (void)ea;
1032 ifevent->ifidx, ifevent->is_AP, ea);
1037 ifevent->ifidx, ifevent->is_AP, ea);
[all...]
H A Ddhd_linux.c5414 uint8 iftype, uint8* ea);
5418 ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea)
5423 return dhd_wlfc_interface_entry_update(dhd->pub.wlfc_state, action, ifid, iftype, ea);
5417 dhd_wlfc_interface_event(struct dhd_info *dhd, ewlfc_mac_entry_action_t action, uint8 ifid, uint8 iftype, uint8* ea) argument
/drivers/mmc/card/
H A Dmmc_test.c1925 unsigned int dev_addr, cnt, rnd_addr, range1, range2, last_ea = 0, ea; local
1942 ea = mmc_test_rnd_num(range1);
1943 if (ea == last_ea)
1944 ea -= 1;
1945 last_ea = ea;
1946 dev_addr = rnd_addr + test->card->pref_erase * ea +
/drivers/net/ethernet/apple/
H A Dbmac.c1188 bmac_get_station_address(struct net_device *dev, unsigned char *ea) argument
1197 ea[2*i] = bitrev8(data & 0x0ff);
1198 ea[2*i+1] = bitrev8((data >> 8) & 0x0ff);
/drivers/net/ethernet/tile/
H A Dtilepro.c1020 netio_ipp_address_t ea = { local
1026 ea.pte = hv_pte_set_lotar(ea.pte, epp_lotar);
1027 ea.pte = hv_pte_set_mode(ea.pte, HV_PTE_MODE_CACHE_TILE_L3);
1029 (HV_VirtAddr)&ea,
1030 sizeof(ea),
/drivers/atm/
H A Dfirestream.h458 struct FS_QENTRY *sa, *ea; member in struct:queue
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd.h507 u8 ea[ETH_ALEN]; /* per station */ member in struct:brcmf_wsec_key
529 u8 ea[ETH_ALEN]; /* per station */ member in struct:brcmf_wsec_key_le
535 u8 ea[ETH_ALEN]; member in struct:brcmf_scb_val_le
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h879 struct ether_addr ea; /* per station */ member in struct:wl_wsec_key
1044 struct ether_addr ea; member in struct:__anon3410
1055 struct ether_addr ea; /* Station address */ member in struct:__anon3411
1101 struct ether_addr ea; member in struct:__anon3412
1120 struct ether_addr ea[1]; /* variable length array of MAC addresses */ member in struct:maclist
1167 struct ether_addr ea; /* MAC Address */ member in struct:__anon3416
3425 /* structure for identifying ea/tid for sending addba/delba */
3427 struct ether_addr ea; /* Station address */
3457 struct ether_addr ea; /* Station address */
3514 struct ether_addr ea; /* Statio
[all...]

Completed in 359 milliseconds