bcast_mac        1069 drivers/net/ethernet/socionext/sni_ave.c 	unsigned char bcast_mac[ETH_ALEN];
bcast_mac        1072 drivers/net/ethernet/socionext/sni_ave.c 	eth_broadcast_addr(bcast_mac);
bcast_mac        1084 drivers/net/ethernet/socionext/sni_ave.c 	ave_pfsel_set_macaddr(ndev, AVE_PFNUM_BROADCAST, bcast_mac, 6);
bcast_mac        3603 drivers/net/wireless/ath/ath6kl/cfg80211.c 	static u8 bcast_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
bcast_mac        3619 drivers/net/wireless/ath/ath6kl/cfg80211.c 						bcast_mac : vif->bssid,
bcast_mac        1826 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	struct iwl_fw_bcast_mac *bcast_mac;
bcast_mac        1832 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	bcast_mac = &cmd->macs[mvmvif->id];
bcast_mac        1842 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	bcast_mac->default_discard = 1;
bcast_mac        1853 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 			bcast_mac->default_discard = 0;
bcast_mac        1854 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 			bcast_mac->attached_filters = 0;
bcast_mac        1867 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 		bcast_mac->attached_filters |=
bcast_mac          65 net/tipc/eth_media.c 	char bcast_mac[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
bcast_mac          70 net/tipc/eth_media.c 	addr->broadcast = !memcmp(addr->value, bcast_mac, ETH_ALEN);