Searched refs:macaddr (Results 126 - 150 of 153) sorted by relevance

1234567

/linux-master/drivers/staging/rtl8192e/
H A Drtllib.h1113 u8 macaddr[ETH_ALEN]; member in struct:sw_cam_table
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c2981 u8 *macaddr; local
2989 macaddr = 2 + (u8 *)&oct->sriov_info.vf_macaddr[vfidx];
2990 ether_addr_copy(&ivi->mac[0], macaddr);
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c3524 if (ether_addr_equal(mac_addr[i].addr, f->macaddr))
3598 ether_addr_copy(mac_addr[i].addr, f->macaddr);
3605 ether_addr_copy(mac_addr[i].addr, f->macaddr);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcfg.c1456 memcpy(cmd.macaddr, &priv->assoc_bss, ETH_ALEN);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c2290 params->macaddr);
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmain.c569 memcpy(common->macaddr, vif->addr, ETH_ALEN);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h779 u8 macaddr[ETH_ALEN]; member in struct:mt76_phy
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4216 u8 *macaddr = fi->l_data.mac.mac_addr; local
4223 if (is_broadcast_ether_addr(macaddr))
4226 else if (is_multicast_ether_addr(macaddr))
4229 else if (is_unicast_ether_addr(macaddr))
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c591 memcpy(phy->macaddr, (void *)skb->data, ETH_ALEN);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h2293 u8 macaddr[6]; member in struct:fw_vi_mac_cmd::fw_vi_mac::fw_vi_mac_exact
2307 __u8 macaddr[6]; member in struct:fw_vi_mac_cmd::fw_vi_mac::fw_vi_mac_vni
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1228 ether_addr_copy(mac->macaddr, resp_info->dev_mac);
1232 ether_addr_copy(vif->mac_addr, mac->macaddr);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c725 if (is_valid_ether_addr(params->macaddr)) {
726 eth_hw_addr_set(ndev, params->macaddr);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c239 const u8 *macaddr, u32 flags)
248 .macaddr = macaddr,
300 const u8 *macaddr, u32 flags)
313 ret = ath10k_send_key(arvif, key, cmd, macaddr, flags);
236 ath10k_send_key(struct ath10k_vif *arvif, struct ieee80211_key_conf *key, enum set_key_cmd cmd, const u8 *macaddr, u32 flags) argument
297 ath10k_install_key(struct ath10k_vif *arvif, struct ieee80211_key_conf *key, enum set_key_cmd cmd, const u8 *macaddr, u32 flags) argument
H A Dwmi-tlv.c2385 if (arg->macaddr)
2386 ether_addr_copy(cmd->peer_macaddr.addr, arg->macaddr);
H A Dwmi.h5052 const u8 *macaddr; member in struct:wmi_vdev_install_key_arg
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c3172 struct sockaddr *macaddr = (struct sockaddr *)addr; local
3174 if (!is_valid_ether_addr(macaddr->sa_data))
3178 eth_hw_addr_set(dev, macaddr->sa_data);
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dbase.c529 iter_data.hw_macaddr = common->macaddr;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c139 f->macaddr, f->vlan,
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2228 u8 *macaddr, bool is_group, u8 enc_algo,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c3500 const u8 *macaddr, u32 flags)
3510 .macaddr = macaddr,
3564 if (ether_addr_equal(macaddr, arvif->vif->addr))
3497 ath12k_install_key(struct ath12k_vif *arvif, struct ieee80211_key_conf *key, enum set_key_cmd cmd, const u8 *macaddr, u32 flags) argument
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c3739 memcpy(mac, resp->macid_macaddr.mac_addr_id.macaddr,
3769 memcpy(mac, resp->macaddr_list[0].mac_addr_id.macaddr,
4066 /* Non-zero macaddr indicates WOL is enabled */
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c4633 memcpy((unsigned char *)(&(pdel_sta_evt->macaddr)), MacAddr, ETH_ALEN);
4684 memcpy((unsigned char *)(&(padd_sta_evt->macaddr)), MacAddr, ETH_ALEN);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c6488 if (!hwts->macaddr)
6496 ret = iwl_mvm_time_sync_config(mvm, hwts->macaddr, protocols);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c4204 const u8 *macaddr, u32 flags)
4214 .macaddr = macaddr,
4201 ath11k_install_key(struct ath11k_vif *arvif, struct ieee80211_key_conf *key, enum set_key_cmd cmd, const u8 *macaddr, u32 flags) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c778 memcpy(mphy->macaddr, (void *)tlv->data, ETH_ALEN);

Completed in 1045 milliseconds

1234567