bcast            2108 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2112 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2121 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2125 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2134 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2138 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2147 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2151 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2595 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2599 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2608 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast            2612 arch/mips/include/asm/octeon/cvmx-pip-defs.h 		uint64_t bcast:32;
bcast             229 arch/sparc/kernel/sun4d_smp.c #define IGEN_MESSAGE(bcast, devid, sid, levels) \
bcast             230 arch/sparc/kernel/sun4d_smp.c 	(((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
bcast              70 drivers/gpu/drm/lima/lima_device.c 	LIMA_IP_DESC(bcast,       false, true,  -1,      0x13000, bcast,    NULL),
bcast              16 drivers/isdn/mISDN/layer2.h 	struct mISDNchannel	bcast;
bcast            1252 drivers/isdn/mISDN/tei.c 	list_del(&mgr->bcast.list);
bcast            1286 drivers/isdn/mISDN/tei.c 	struct manager		*mgr = container_of(ch, struct manager, bcast);
bcast            1361 drivers/isdn/mISDN/tei.c 	mgr->bcast.send = mgr_bcast;
bcast            1362 drivers/isdn/mISDN/tei.c 	mgr->bcast.ctrl = mgr_bcast_ctrl;
bcast            1363 drivers/isdn/mISDN/tei.c 	mgr->bcast.st = dev->D.st;
bcast            1364 drivers/isdn/mISDN/tei.c 	set_channel_address(&mgr->bcast, 0, GROUP_TEI);
bcast            1365 drivers/isdn/mISDN/tei.c 	add_layer2(&mgr->bcast, dev->D.st);
bcast             657 drivers/media/cec/cec-pin.c 	bool bcast, for_us;
bcast             789 drivers/media/cec/cec-pin.c 		bcast = dest == CEC_LOG_ADDR_BROADCAST;
bcast             791 drivers/media/cec/cec-pin.c 		for_us = bcast || (pin->la_mask & (1 << dest));
bcast             793 drivers/media/cec/cec-pin.c 		ack = bcast ? 1 : !for_us;
bcast             499 drivers/net/dsa/sja1105/sja1105_main.c 		int bcast = (SJA1105_NUM_PORTS * SJA1105_NUM_TC) + i;
bcast             505 drivers/net/dsa/sja1105/sja1105_main.c 		sja1105_setup_policer(policing, bcast);
bcast             240 drivers/net/ethernet/atheros/atlx/atl2.h 	unsigned bcast:1;	/* broadcast packet */
bcast             289 drivers/net/ethernet/atheros/atlx/atl2.h 	unsigned bcast:1;	/* current packet is broadcast */
bcast             686 drivers/net/ethernet/brocade/bna/bfi_enet.h 	u64 bcast;
bcast             705 drivers/net/ethernet/brocade/bna/bfi_enet.h 	u64 bcast;
bcast            1794 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 		int mtu, int promisc, int all_multi, int bcast, int vlanex,
bcast            7719 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		  int mtu, int promisc, int all_multi, int bcast, int vlanex,
bcast            7731 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	if (bcast < 0)
bcast            7732 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		bcast = FW_VI_RXMODE_CMD_BROADCASTEN_M;
bcast            7745 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			    FW_VI_RXMODE_CMD_BROADCASTEN_V(bcast) |
bcast            1474 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		    int mtu, int promisc, int all_multi, int bcast, int vlanex,
bcast            1486 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 	if (bcast < 0)
bcast            1487 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 		bcast = FW_VI_RXMODE_CMD_BROADCASTEN_M;
bcast            1501 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c 			    FW_VI_RXMODE_CMD_BROADCASTEN_V(bcast) |
bcast            1607 drivers/net/ethernet/intel/ixgb/ixgb_main.c 		u64 bcast = ((u64)bcast_h << 32) | bcast_l;
bcast            1611 drivers/net/ethernet/intel/ixgb/ixgb_main.c 		if (multi >= bcast)
bcast            1612 drivers/net/ethernet/intel/ixgb/ixgb_main.c 			multi -= bcast;
bcast             294 drivers/net/netconsole.c 	static const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
bcast             296 drivers/net/netconsole.c 	return snprintf(buf, PAGE_SIZE, "%pM\n", dev ? dev->dev_addr : bcast);
bcast            1678 drivers/net/usb/smsc95xx.c 			const u8 bcast[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
bcast            1686 drivers/net/usb/smsc95xx.c 			crc[filter/2] |= smsc_crc(bcast, 6, filter);
bcast            1353 drivers/net/wireless/admtek/adm8211.c 	static const u8 bcast[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
bcast            1384 drivers/net/wireless/admtek/adm8211.c 		adm8211_set_bssid(dev, bcast);
bcast             479 drivers/net/wireless/ath/carl9170/mac.c 	static const u8 bcast[ETH_ALEN] = {
bcast             482 drivers/net/wireless/ath/carl9170/mac.c 	mac = mac ? : bcast;
bcast             160 drivers/net/wireless/ath/wcn36xx/txrx.c 				bool bcast)
bcast             198 drivers/net/wireless/ath/wcn36xx/txrx.c 	if (bcast) {
bcast             220 drivers/net/wireless/ath/wcn36xx/txrx.c 				bool bcast)
bcast             245 drivers/net/wireless/ath/wcn36xx/txrx.c 		bcast = false;
bcast             247 drivers/net/wireless/ath/wcn36xx/txrx.c 	if (bcast) {
bcast             273 drivers/net/wireless/ath/wcn36xx/txrx.c 	bool bcast = is_broadcast_ether_addr(hdr->addr1) ||
bcast             284 drivers/net/wireless/ath/wcn36xx/txrx.c 		    is_low ? "low" : "high", bcast ? "bcast" : "ucast");
bcast             313 drivers/net/wireless/ath/wcn36xx/txrx.c 		wcn36xx_set_tx_data(&bd, wcn, &vif_priv, sta_priv, skb, bcast);
bcast             316 drivers/net/wireless/ath/wcn36xx/txrx.c 		wcn36xx_set_tx_mgmt(&bd, wcn, &vif_priv, skb, bcast);
bcast            2321 drivers/net/wireless/ath/wil6210/txrx.c 	bool bcast = is_multicast_ether_addr(da);
bcast            2349 drivers/net/wireless/ath/wil6210/txrx.c 	} else if (bcast) {
bcast             552 drivers/staging/uwb/uwb.h 	struct uwb_mac_addr bcast = {
bcast             555 drivers/staging/uwb/uwb.h 	return !uwb_mac_addr_cmp(addr, &bcast);
bcast             491 net/mac80211/mesh_pathtbl.c 	static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
bcast             506 net/mac80211/mesh_pathtbl.c 				WLAN_REASON_MESH_PATH_DEST_UNREACHABLE, bcast);
bcast            2089 net/tipc/link.c static bool tipc_link_build_bc_proto_msg(struct tipc_link *l, bool bcast,
bcast            2110 net/tipc/link.c 	msg_set_non_seq(hdr, bcast);