/linux-4.19.296/include/net/ |
D | bond_3ad.h | 40 typedef struct mac_addr { struct 122 struct mac_addr actor_system; 131 struct mac_addr partner_system; 159 struct mac_addr requester_system; /* The requester's system id */ 185 struct mac_addr aggregator_mac_address; 190 struct mac_addr partner_system; 203 struct mac_addr system; 215 …struct mac_addr actor_system; /* This parameter is added here although it is not specified in the … 255 struct mac_addr sys_mac_addr;
|
D | ax88796.h | 31 u8 *mac_addr; /* MAC addr (only used when member
|
D | cfg80211.h | 1355 int cfg80211_get_station(struct net_device *dev, const u8 *mac_addr, 1359 const u8 *mac_addr, in cfg80211_get_station() argument 1746 u8 mac_addr[ETH_ALEN] __aligned(2); member 1878 u8 mac_addr[ETH_ALEN] __aligned(2); member 3154 u8 key_index, bool pairwise, const u8 *mac_addr, 3157 u8 key_index, bool pairwise, const u8 *mac_addr, 3161 u8 key_index, bool pairwise, const u8 *mac_addr); 5873 void cfg80211_new_sta(struct net_device *dev, const u8 *mac_addr, 5883 void cfg80211_del_sta_sinfo(struct net_device *dev, const u8 *mac_addr, 5894 const u8 *mac_addr, gfp_t gfp) in cfg80211_del_sta() argument [all …]
|
/linux-4.19.296/drivers/uwb/ |
D | address.c | 130 const struct uwb_mac_addr *mac_addr = _addr; in uwb_rc_addr_set() local 140 baAddr = mac_addr->data; in uwb_rc_addr_set() 169 struct uwb_mac_addr *mac_addr = _addr; in uwb_rc_addr_get() local 179 baAddr = mac_addr->data; in uwb_rc_addr_get() 192 memcpy(&mac_addr->data, evt.baAddr, in uwb_rc_addr_get() 193 sizeof(mac_addr->data)); in uwb_rc_addr_get() 248 if (!uwb_mac_addr_cmp(addr, &uwb_dev->mac_addr)) in __uwb_mac_addr_assigned_check() 348 rc->uwb_dev.mac_addr = addr; in uwb_rc_mac_addr_store()
|
D | lc-dev.c | 114 uwb_mac_addr_init(&uwb_dev->mac_addr); in uwb_dev_init() 124 uwb_mac_addr_print(addr, sizeof(addr), &uwb_dev->mac_addr); in uwb_dev_EUI_48_show() 359 uwb_mac_addr_print(macbuf, sizeof(macbuf), &uwb_dev->mac_addr); in __uwb_dev_offair() 417 uwb_mac_addr_print(macbuf, sizeof(macbuf), bce->mac_addr); in uwbd_dev_onair() 427 uwb_dev->mac_addr = *bce->mac_addr; in uwbd_dev_onair()
|
D | beacon.c | 191 const struct uwb_mac_addr *mac_addr) in __uwb_beca_find_bymac() argument 195 if (!memcmp(bce->mac_addr, mac_addr->data, in __uwb_beca_find_bymac() 447 bce->mac_addr = &bf->Device_Identifier; in uwbd_evt_handle_rc_beacon()
|
D | lc-rc.c | 285 uwb_dev->mac_addr = addr; in uwb_rc_mac_addr_setup() 382 uwb_mac_addr_print(macbuf, sizeof(macbuf), &rc->uwb_dev.mac_addr); in uwb_rc_add()
|
D | reset.c | 384 ret = uwb_rc_mac_addr_set(rc, &rc->uwb_dev.mac_addr); in uwb_rc_post_reset()
|
D | uwb-internal.h | 281 struct uwb_mac_addr *mac_addr; member
|
/linux-4.19.296/include/uapi/linux/ |
D | atmlec.h | 64 unsigned char mac_addr[ETH_ALEN]; member 78 unsigned char mac_addr[ETH_ALEN]; /* dst mac addr */ member
|
D | if_bridge.h | 94 __u8 mac_addr[ETH_ALEN]; member
|
/linux-4.19.296/include/linux/ |
D | ks8851_mll.h | 30 u8 mac_addr[ETH_ALEN]; member
|
D | sh_eth.h | 14 unsigned char mac_addr[ETH_ALEN]; member
|
D | davinci_emac.h | 22 char mac_addr[ETH_ALEN]; member
|
D | mv643xx_eth.h | 53 u8 mac_addr[ETH_ALEN]; member
|
D | etherdevice.h | 33 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
|
D | uwb.h | 67 struct uwb_mac_addr mac_addr; member
|
/linux-4.19.296/drivers/uwb/i1480/dfu/ |
D | i1480-dfu.h | 204 u8 mac_addr[6]; /* EUI-64 bit IEEE address [still 8 bytes?] */ member 218 u8 mac_addr[8]; /* EUI-64 bit IEEE address [still 8 bytes?] */
|
/linux-4.19.296/include/linux/platform_data/ |
D | wiznet.h | 14 u8 mac_addr[ETH_ALEN]; member
|
/linux-4.19.296/include/linux/dsa/ |
D | lan9303.h | 15 u8 mac_addr[ETH_ALEN]; member
|
/linux-4.19.296/drivers/s390/net/ |
D | qeth_l2.h | 30 u8 mac_addr[ETH_ALEN]; member
|
D | lcs.h | 191 __u8 mac_addr[LCS_MAC_LENGTH]; member 226 __u8 mac_addr[LCS_MAC_LENGTH]; member
|
/linux-4.19.296/drivers/isdn/hysdn/ |
D | hysdn_net.c | 69 if (!card->mac_addr[0]) { in net_open() 78 memcpy(dev->dev_addr, card->mac_addr, ETH_ALEN); in net_open()
|
D | hysdn_defs.h | 147 unsigned char mac_addr[6];/* MAC Address read from card */ member
|
D | hysdn_boot.c | 387 memcpy(card->mac_addr, cp + 2, 6); in EvalSysrTokData()
|