Home
last modified time | relevance | path

Searched refs:mac_addr (Results 1 – 25 of 31) sorted by relevance

12

/linux-4.19.296/include/net/
Dbond_3ad.h40 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;
Dax88796.h31 u8 *mac_addr; /* MAC addr (only used when member
Dcfg80211.h1355 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/
Daddress.c130 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()
Dlc-dev.c114 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()
Dbeacon.c191 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()
Dlc-rc.c285 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()
Dreset.c384 ret = uwb_rc_mac_addr_set(rc, &rc->uwb_dev.mac_addr); in uwb_rc_post_reset()
Duwb-internal.h281 struct uwb_mac_addr *mac_addr; member
/linux-4.19.296/include/uapi/linux/
Datmlec.h64 unsigned char mac_addr[ETH_ALEN]; member
78 unsigned char mac_addr[ETH_ALEN]; /* dst mac addr */ member
Dif_bridge.h94 __u8 mac_addr[ETH_ALEN]; member
/linux-4.19.296/include/linux/
Dks8851_mll.h30 u8 mac_addr[ETH_ALEN]; member
Dsh_eth.h14 unsigned char mac_addr[ETH_ALEN]; member
Ddavinci_emac.h22 char mac_addr[ETH_ALEN]; member
Dmv643xx_eth.h53 u8 mac_addr[ETH_ALEN]; member
Detherdevice.h33 int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
Duwb.h67 struct uwb_mac_addr mac_addr; member
/linux-4.19.296/drivers/uwb/i1480/dfu/
Di1480-dfu.h204 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/
Dwiznet.h14 u8 mac_addr[ETH_ALEN]; member
/linux-4.19.296/include/linux/dsa/
Dlan9303.h15 u8 mac_addr[ETH_ALEN]; member
/linux-4.19.296/drivers/s390/net/
Dqeth_l2.h30 u8 mac_addr[ETH_ALEN]; member
Dlcs.h191 __u8 mac_addr[LCS_MAC_LENGTH]; member
226 __u8 mac_addr[LCS_MAC_LENGTH]; member
/linux-4.19.296/drivers/isdn/hysdn/
Dhysdn_net.c69 if (!card->mac_addr[0]) { in net_open()
78 memcpy(dev->dev_addr, card->mac_addr, ETH_ALEN); in net_open()
Dhysdn_defs.h147 unsigned char mac_addr[6];/* MAC Address read from card */ member
Dhysdn_boot.c387 memcpy(card->mac_addr, cp + 2, 6); in EvalSysrTokData()

12