/drivers/net/usb/ |
D | kaweth.c | 885 const eth_addr_t bcast_addr = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in kaweth_probe() local 995 &bcast_addr, in kaweth_probe() 996 sizeof(bcast_addr))) { in kaweth_probe() 1046 memcpy(netdev->broadcast, &bcast_addr, sizeof(bcast_addr)); in kaweth_probe()
|
/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 246 unsigned char bcast_addr[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in r8712_init_bcmc_stainfo() local 249 r8712_alloc_stainfo(pstapriv, bcast_addr); in r8712_init_bcmc_stainfo()
|
/drivers/net/wan/ |
D | lapbether.c | 44 static const u8 bcast_addr[6] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable 257 dev_hard_header(skb, dev, ETH_P_DEC, bcast_addr, NULL, 0); in lapbeth_data_transmit()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 501 NDIS_802_11_MAC_ADDRESS bcast_addr = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in rtw_init_bcmc_stainfo() local 506 psta = rtw_alloc_stainfo(pstapriv, bcast_addr); in rtw_init_bcmc_stainfo()
|
/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00mac.c | 463 static const u8 bcast_addr[ETH_ALEN] = in rt2x00mac_set_key() local 501 crypto.address = bcast_addr; in rt2x00mac_set_key()
|
/drivers/net/ethernet/actions/ |
D | owl-emac.c | 464 const u8 bcast_addr[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in owl_emac_setup_frame_prepare() local 475 owl_emac_ether_addr_push(&frame, bcast_addr); in owl_emac_setup_frame_prepare()
|
/drivers/net/wireless/ti/wl1251/ |
D | main.c | 876 static const u8 bcast_addr[ETH_ALEN] = in wl1251_op_set_key() local 887 addr = sta ? sta->addr : bcast_addr; in wl1251_op_set_key()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 533 static const u8 bcast_addr[ETH_ALEN] = { in __qlcnic_set_multi() local 543 qlcnic_nic_add_mac(adapter, bcast_addr, vlan, QLCNIC_BROADCAST_MAC); in __qlcnic_set_multi()
|
D | qlcnic_sriov_common.c | 1547 static const u8 bcast_addr[ETH_ALEN] = { in qlcnic_sriov_vf_set_multi() local 1563 qlcnic_vf_add_mc_list(netdev, bcast_addr, QLCNIC_BROADCAST_MAC); in qlcnic_sriov_vf_set_multi()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 1537 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in rtl_op_set_key() local 1554 sta ? sta->addr : bcast_addr); in rtl_op_set_key()
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hw.c | 651 static const u8 bcast_addr[ETH_ALEN] = { in netxen_p3_nic_set_multi() local 665 nx_p3_nic_add_mac(adapter, bcast_addr, &del_list); in netxen_p3_nic_set_multi()
|
/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 4544 u8 bcast_addr[ETH_ALEN]; in dpaa2_eth_netdev_init() local 4556 eth_broadcast_addr(bcast_addr); in dpaa2_eth_netdev_init() 4557 err = dpni_add_mac_addr(priv->mc_io, 0, priv->mc_token, bcast_addr); in dpaa2_eth_netdev_init()
|
/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 2989 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable 2996 const u8 *addr = params->mac ? params->mac : bcast_addr; in ath6kl_del_station()
|
/drivers/net/wireless/broadcom/b43/ |
D | main.c | 4168 static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in b43_op_set_key() local 4276 sta ? sta->addr : bcast_addr); in b43_op_set_key()
|
/drivers/net/wireless/ti/wlcore/ |
D | main.c | 3386 static const u8 bcast_addr[ETH_ALEN] = { in wl1271_set_key() local 3390 addr = sta ? sta->addr : bcast_addr; in wl1271_set_key()
|