Searched refs:broadcast (Results 1 - 200 of 579) sorted by relevance

123

/linux-4.1.27/kernel/time/
H A DMakefile7 obj-y += tick-broadcast.o
8 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
H A Dtick-broadcast.c2 * linux/kernel/time/tick-broadcast.c
5 * device via a broadcast event source.
69 * Check, if the device can be utilized as broadcast device:
87 * Conditionally install/replace broadcast device
109 * of a oneshot capable broadcast device. Without that tick_install_broadcast_device()
118 * Check, if the device is the broadcast device
140 pr_crit_once("Failed to broadcast timer tick. Some CPUs may be unresponsive.\n"); err_broadcast()
145 if (!dev->broadcast) tick_device_setup_broadcast_func()
146 dev->broadcast = tick_broadcast; tick_device_setup_broadcast_func()
147 if (!dev->broadcast) { tick_device_setup_broadcast_func()
148 pr_warn_once("%s depends on broadcast, but no broadcast function available\n", tick_device_setup_broadcast_func()
150 dev->broadcast = err_broadcast; tick_device_setup_broadcast_func()
156 * needs to be handled by the broadcast device.
169 * operated from the broadcast device and is a placeholder for tick_device_uses_broadcast()
183 * Clear the broadcast bit for this cpu if the tick_device_uses_broadcast()
192 * Clear the broadcast bit if the CPU is not in tick_device_uses_broadcast()
193 * periodic broadcast on state. tick_device_uses_broadcast()
215 * whether the broadcast device can be tick_device_uses_broadcast()
221 * If we kept the cpu in the broadcast mask, tick_device_uses_broadcast()
224 * is delivered by the broadcast device. tick_device_uses_broadcast()
275 * have different broadcast functions. For now, just use the tick_do_broadcast()
280 td->evtdev->broadcast(mask); tick_do_broadcast()
285 * Periodic broadcast:
286 * - invoke the broadcast handlers
295 * Event handler for periodic broadcast ticks
330 * tick_broadcast_control - Enable/disable or force broadcast mode
331 * @mode: The selected broadcast mode
403 * Set the periodic handler depending on broadcast on/off
405 void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) tick_set_periodic_handler() argument
407 if (!broadcast) tick_set_periodic_handler()
456 * In none of these cases the broadcast device mode can change and the
457 * bit of the resuming CPU in the broadcast mask is safe as well.
509 * broadcast event from the other core is about to happen. We detected
512 * broadcast IPI right away.
520 * Set broadcast interrupt affinity
613 /* Take care of enforced broadcast requests */
618 * Sanity check. Catch the case where we try to broadcast to
641 * Rearm the broadcast device. If event expired,
665 * if we own the broadcast timer. broadcast_shutdown_local()
677 * tick_broadcast_oneshot_control - Enter/exit broadcast oneshot mode
681 * Returns 0 on success, -EBUSY if the cpu is used to broadcast wakeups.
720 * We only reprogram the broadcast timer if we tick_broadcast_oneshot_control()
723 * broadcast event. If the current CPU is in tick_broadcast_oneshot_control()
732 * If the current CPU owns the hrtimer broadcast tick_broadcast_oneshot_control()
734 * CPU from the broadcast mask. We don't have to go tick_broadcast_oneshot_control()
745 * The cpu which was handling the broadcast tick_broadcast_oneshot_control()
746 * timer marked this cpu in the broadcast tick_broadcast_oneshot_control()
747 * pending mask and fired the broadcast tick_broadcast_oneshot_control()
749 * event anyway via the broadcast IPI tick_broadcast_oneshot_control()
764 * either the CPU handling the broadcast tick_broadcast_oneshot_control()
767 * We are not longer in the broadcast mask, so tick_broadcast_oneshot_control()
773 * to idle and therefor rearm the broadcast tick_broadcast_oneshot_control()
782 * then we know that the broadcast timer tick_broadcast_oneshot_control()
784 * broadcast is about to be handled. So we tick_broadcast_oneshot_control()
786 * broadcast handler, which did not run yet, tick_broadcast_oneshot_control()
813 * Reset the one shot broadcast for a cpu
837 * tick_broadcast_setup_oneshot - setup the broadcast device
851 * waiting for periodic broadcast. We need to set the tick_broadcast_setup_oneshot()
853 * broadcast device to fire. tick_broadcast_setup_oneshot()
871 * (periodic) broadcast mask. So the bit is set and tick_broadcast_setup_oneshot()
872 * would prevent the first broadcast enter after this tick_broadcast_setup_oneshot()
880 * Select oneshot operating mode for the broadcast device
907 /* This moves the broadcast assignment to this CPU: */ hotplug_cpu__broadcast_tick_pull()
923 * Clear the broadcast masks for the dead cpu, but do not stop tick_shutdown_broadcast_oneshot()
924 * the broadcast device! tick_shutdown_broadcast_oneshot()
935 * Check, whether the broadcast device is in one shot mode
943 * Check whether the broadcast device supports oneshot.
H A Dtick-broadcast-hrtimer.c2 * linux/kernel/time/tick-broadcast-hrtimer.c
47 * This is called from the guts of the broadcast code when the cpu
48 * which is about to enter idle has the earliest broadcast timer event.
H A Dtick-internal.h20 extern void tick_setup_periodic(struct clock_event_device *dev, int broadcast);
33 /* Check, if the device is functional or a dummy for broadcast */ tick_device_is_functional()
60 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast);
76 /* Set the periodic handler in non broadcast mode */ tick_set_periodic_handler()
77 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) tick_set_periodic_handler() argument
H A Dtick-common.c133 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) tick_setup_periodic() argument
135 tick_set_periodic_handler(dev, broadcast); tick_setup_periodic()
211 * device is registered as a placeholder for broadcast mode. tick_setup_device()
214 * current active broadcast state for this CPU. tick_setup_device()
315 * device. If the current device is the broadcast device, do tick_check_new_device()
330 * Can the new device be used as a broadcast device ? tick_check_new_device()
403 bool broadcast = tick_resume_check_broadcast(); tick_resume_local() local
406 if (!broadcast) { tick_resume_local()
415 * tick_suspend - Suspend the tick and the broadcast device
430 * tick_resume - Resume the tick and the broadcast device
H A Dclockevents.c564 * cpu timer events. If called for the broadcast device the core takes
701 /* We don't support the abomination of removable broadcast devices */ sysfs_unbind_tick_dev()
735 .init_name = "broadcast",
/linux-4.1.27/include/net/
H A Dif_inet6.h231 const unsigned char *broadcast, char *buf) ipv6_ib_mc_map()
233 unsigned char scope = broadcast[5] & 0xF; ipv6_ib_mc_map()
240 buf[5] = 0x10 | scope; /* scope from broadcast address */ ipv6_ib_mc_map()
243 buf[8] = broadcast[8]; /* P_Key */ ipv6_ib_mc_map()
244 buf[9] = broadcast[9]; ipv6_ib_mc_map()
249 const unsigned char *broadcast, char *buf) ipv6_ipgre_mc_map()
251 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) { ipv6_ipgre_mc_map()
252 memcpy(buf, broadcast, 4); ipv6_ipgre_mc_map()
230 ipv6_ib_mc_map(const struct in6_addr *addr, const unsigned char *broadcast, char *buf) ipv6_ib_mc_map() argument
248 ipv6_ipgre_mc_map(const struct in6_addr *addr, const unsigned char *broadcast, char *buf) ipv6_ipgre_mc_map() argument
H A Dip.h402 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) ip_ib_mc_map() argument
405 unsigned char scope = broadcast[5] & 0xF; ip_ib_mc_map()
413 buf[5] = 0x10 | scope; /* scope from broadcast address */ ip_ib_mc_map()
416 buf[8] = broadcast[8]; /* P_Key */ ip_ib_mc_map()
417 buf[9] = broadcast[9]; ip_ib_mc_map()
433 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) ip_ipgre_mc_map() argument
435 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) ip_ipgre_mc_map()
436 memcpy(buf, broadcast, 4); ip_ipgre_mc_map()
H A Dgenetlink.h402 * genl_set_err - report error to genetlink broadcast listeners
406 * @group: the broadcast group that will notice the error
410 * This function returns the number of broadcast listeners that have set the
H A Ddn_dev.h38 * The mode field is used to find out if a device is broadcast,
/linux-4.1.27/net/tipc/
H A Dbcast.h2 * net/tipc/bcast.h: Include file for TIPC broadcast code
45 * struct tipc_bcbearer_pair - a pair of bearers used by broadcast link
61 * struct tipc_bcbearer - bearer used by broadcast link
62 * @bearer: (non-standard) broadcast bearer structure
63 * @media: (non-standard) broadcast media structure
84 * struct tipc_bclink - link used for broadcast messages
86 * @link: (non-standard) broadcast link structure
88 * @bcast_nodes: map of broadcast-capable nodes
H A Dbcast.c2 * net/tipc/bcast.c: TIPC broadcast code
47 const char tipc_bclink_name[] = "broadcast-link";
152 * bclink_retransmit_pkt - retransmit broadcast packets
184 * tipc_bclink_acknowledge - handle acknowledgement of broadcast packets
186 * @acked: broadcast sequence # that has been acknowledged
249 /* Try resolving broadcast link congestion, if necessary */ tipc_bclink_acknowledge()
261 * tipc_bclink_update_link_state - update broadcast link state
397 * bclink_accept_pkt - accept an incoming, in-sequence broadcast packet
422 * tipc_bclink_rcv - receive a broadcast packet, and deliver upwards
439 /* Screen out unwanted broadcast messages */ tipc_bclink_rcv()
451 /* Handle broadcast protocol message */ tipc_bclink_rcv()
472 /* Handle in-sequence broadcast message */ tipc_bclink_rcv()
554 /* Handle out-of-sequence broadcast message */ tipc_bclink_rcv()
586 * tipc_bcbearer_send - send a packet through the broadcast pseudo-bearer
589 * that have joined the broadcast link.
592 * since the broadcast link's pseudo-bearer never blocks
604 /* Prepare broadcast link message for reliable transmission, tipc_bcbearer_send()
606 * preparation is skipped for broadcast link protocol messages tipc_bcbearer_send()
661 * tipc_bcbearer_sort - create sets of bearer pairs used by broadcast bearer
798 /* The broadcast link is always up */ tipc_nl_add_bc_link()
889 sprintf(bcbearer->media.name, "tipc-broadcast"); tipc_bclink_init()
H A Dbearer.h78 * @broadcast: non-zero if address is a broadcast address
83 u8 broadcast; member in struct:tipc_media_addr
H A Deth_media.c70 addr->broadcast = !memcmp(addr->value, bcast_mac, ETH_ALEN); tipc_eth_raw2addr()
H A Dib_media.c73 addr->broadcast = !memcmp(msg, b->bcast_addr.value, tipc_ib_raw2addr()
H A Dnode.h78 * @reasm_buf: broadcast reassembly queue head from node
107 * @bclink: broadcast-related info
H A Dudp_media.c102 addr->broadcast = 1; tipc_udp_media_addr_set()
105 addr->broadcast = 1; tipc_udp_media_addr_set()
361 b->bcast_addr.broadcast = 1; tipc_udp_enable()
H A Dlink.c828 * tipc_link_sync_xmit - synchronize broadcast link endpoints.
831 * start receiving and acking broadcast packets.
852 * tipc_link_sync_rcv - synchronize broadcast link endpoints.
854 * acking broadcast packets from a newly added peer node, and open
931 /* Handle failure on broadcast link */ link_retransmit_failure()
1468 /* Synchronize broadcast link info, if not done previously */ tipc_link_proto_rcv()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c101 * allocate the broadcast multicast group, wait __ipoib_mcast_schedule_join_thread()
220 * the broadcast group. ipoib_mcast_join_finish()
222 if (!memcmp(mcast->mcmember.mgid.raw, priv->dev->broadcast + 4, ipoib_mcast_join_finish()
225 if (!priv->broadcast) { ipoib_mcast_join_finish()
230 priv->broadcast->mcmember.qkey = mcmember->qkey; ipoib_mcast_join_finish()
231 priv->broadcast->mcmember.mtu = mcmember->mtu; ipoib_mcast_join_finish()
232 priv->broadcast->mcmember.traffic_class = mcmember->traffic_class; ipoib_mcast_join_finish()
233 priv->broadcast->mcmember.rate = mcmember->rate; ipoib_mcast_join_finish()
234 priv->broadcast->mcmember.sl = mcmember->sl; ipoib_mcast_join_finish()
235 priv->broadcast->mcmember.flow_label = mcmember->flow_label; ipoib_mcast_join_finish()
236 priv->broadcast->mcmember.hop_limit = mcmember->hop_limit; ipoib_mcast_join_finish()
241 IPOIB_UD_MTU(ib_mtu_enum_to_int(priv->broadcast->mcmember.mtu)); ipoib_mcast_join_finish()
244 IPOIB_UD_MTU(ib_mtu_enum_to_int(priv->broadcast->mcmember.mtu)); ipoib_mcast_join_finish()
246 priv->qkey = be32_to_cpu(priv->broadcast->mcmember.qkey); ipoib_mcast_join_finish()
387 * send out all of the non-broadcast joins ipoib_mcast_join_complete()
389 if (mcast == priv->broadcast) { ipoib_mcast_join_complete()
486 rec.qkey = priv->broadcast->mcmember.qkey; ipoib_mcast_join()
488 rec.mtu = priv->broadcast->mcmember.mtu; ipoib_mcast_join()
489 rec.traffic_class = priv->broadcast->mcmember.traffic_class; ipoib_mcast_join()
491 rec.rate = priv->broadcast->mcmember.rate; ipoib_mcast_join()
492 rec.sl = priv->broadcast->mcmember.sl; ipoib_mcast_join()
493 rec.flow_label = priv->broadcast->mcmember.flow_label; ipoib_mcast_join()
494 rec.hop_limit = priv->broadcast->mcmember.hop_limit; ipoib_mcast_join()
542 if (!priv->broadcast) { ipoib_mcast_join_task()
543 struct ipoib_mcast *broadcast; ipoib_mcast_join_task() local
545 broadcast = ipoib_mcast_alloc(dev, 0); ipoib_mcast_join_task()
546 if (!broadcast) { ipoib_mcast_join_task()
547 ipoib_warn(priv, "failed to allocate broadcast group\n"); ipoib_mcast_join_task()
550 * creating our broadcast group and attaching to ipoib_mcast_join_task()
558 memcpy(broadcast->mcmember.mgid.raw, priv->dev->broadcast + 4, ipoib_mcast_join_task()
560 priv->broadcast = broadcast; ipoib_mcast_join_task()
562 __ipoib_mcast_add(dev, priv->broadcast); ipoib_mcast_join_task()
565 if (!test_bit(IPOIB_MCAST_FLAG_ATTACHED, &priv->broadcast->flags)) { ipoib_mcast_join_task()
566 if (IS_ERR_OR_NULL(priv->broadcast->mc) && ipoib_mcast_join_task()
567 !test_bit(IPOIB_MCAST_FLAG_BUSY, &priv->broadcast->flags)) { ipoib_mcast_join_task()
568 mcast = priv->broadcast; ipoib_mcast_join_task()
580 * We'll never get here until the broadcast group is both allocated ipoib_mcast_join_task()
691 !priv->broadcast || ipoib_mcast_send()
692 !test_bit(IPOIB_MCAST_FLAG_ATTACHED, &priv->broadcast->flags)) { ipoib_mcast_send()
771 if (priv->broadcast) { ipoib_mcast_dev_flush()
772 rb_erase(&priv->broadcast->rb_node, &priv->multicast_tree); ipoib_mcast_dev_flush()
773 list_add_tail(&priv->broadcast->list, &remove_list); ipoib_mcast_dev_flush()
774 priv->broadcast = NULL; ipoib_mcast_dev_flush()
793 static int ipoib_mcast_addr_is_valid(const u8 *addr, const u8 *broadcast) ipoib_mcast_addr_is_valid() argument
796 if (memcmp(addr, broadcast, 6)) ipoib_mcast_addr_is_valid()
799 if (memcmp(addr + 7, broadcast + 7, 3)) ipoib_mcast_addr_is_valid()
842 if (!ipoib_mcast_addr_is_valid(ha->addr, dev->broadcast)) netdev_for_each_mc_addr()
H A Dipoib_vlan.c71 priv->dev->broadcast[8] = pkey >> 8; __ipoib_vlan_add()
72 priv->dev->broadcast[9] = pkey & 0xff; __ipoib_vlan_add()
H A Dipoib_netlink.c128 * broadcast group, etc. ipoib_new_child_link()
H A Dipoib_main.c533 if (!priv->broadcast) path_rec_create()
550 path->pathrec.traffic_class = priv->broadcast->mcmember.traffic_class; path_rec_create()
1399 memcpy(dev->broadcast, ipv4_bcast_addr, INFINIBAND_ALEN); ipoib_setup()
1495 * broadcast group, etc. create_child()
1606 * broadcast group, etc. ipoib_add_port()
1610 priv->dev->broadcast[8] = priv->pkey >> 8; ipoib_add_port()
1611 priv->dev->broadcast[9] = priv->pkey & 0xff; ipoib_add_port()
H A Dipoib_ib.c237 else if (memcmp(dgid, dev->broadcast + 4, sizeof(union ib_gid)) == 0) ipoib_ib_handle_rx_wc()
961 * Update the pkey in the broadcast address, while making sure to set update_parent_pkey()
962 * the full membership bit, so that we join the right broadcast group. update_parent_pkey()
964 priv->dev->broadcast[8] = priv->pkey >> 8; update_parent_pkey()
965 priv->dev->broadcast[9] = priv->pkey & 0xff; update_parent_pkey()
H A Dipoib.h145 /* Used for all multicast joins (broadcast, IPv4 mcast and IPv6 mcast) */
327 struct ipoib_mcast *broadcast; member in struct:ipoib_dev_priv
/linux-4.1.27/drivers/net/team/
H A Dteam_mode_broadcast.c56 .kind = "broadcast",
77 MODULE_ALIAS("team-mode-broadcast");
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_netbios_ns.c2 * NetBIOS name service broadcast connection tracking helper
30 MODULE_DESCRIPTION("NetBIOS name service broadcast connection tracking helper");
H A Dnf_conntrack_snmp.c2 * SNMP service broadcast connection tracking helper
24 MODULE_DESCRIPTION("SNMP service broadcast connection tracking helper");
H A Dnf_conntrack_broadcast.c2 * broadcast connection tracking helper
/linux-4.1.27/include/linux/fsl/bestcomm/
H A Dfec.h28 #define BCOM_FEC_RX_BD_BC 0x00800000ul /* DA is broadcast */
29 #define BCOM_FEC_RX_BD_MC 0x00400000ul /* DA is multicast and not broadcast */
/linux-4.1.27/arch/sh/kernel/
H A Dlocaltimer.c58 clk->broadcast = smp_timer_broadcast; local_timer_setup()
/linux-4.1.27/arch/sh/mm/
H A Dcache-shx3.c16 #define CCR_CACHE_IBE 0x1000000 /* ICBI broadcast */
/linux-4.1.27/net/bluetooth/bnep/
H A Dnetdev.c79 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN); bnep_net_set_mc_list()
86 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN); bnep_net_set_mc_list()
87 memcpy(__skb_put(skb, ETH_ALEN), dev->broadcast, ETH_ALEN); bnep_net_set_mc_list()
221 eth_broadcast_addr(dev->broadcast); bnep_net_setup()
H A Dcore.c173 /* Always send broadcast */ bnep_ctrl_set_mcfilter()
174 set_bit(bnep_mc_hash(s->dev->broadcast), (ulong *) &s->mc_filter); bnep_ctrl_set_mcfilter()
612 set_bit(bnep_mc_hash(dev->broadcast), (ulong *) &s->mc_filter); bnep_add_connection()
/linux-4.1.27/net/appletalk/
H A Ddev.c22 dev->broadcast[0] = 0xFF; ltalk_setup()
/linux-4.1.27/arch/arm/include/asm/
H A Dhighmem.h33 * broadcast, we simply cannot use ARCH_NEEDS_KMAP_HIGH_GET at all since
46 * Needed to be able to broadcast the TLB invalidation for kmap.
H A Dmmu_context.h123 * __sync_icache_dcache doesn't broadcast the I-cache invalidation, switch_mm()
H A Dkvm_arm.h64 * FB: Force broadcast of all maintainance operations
/linux-4.1.27/include/rdma/
H A Dib_addr.h70 unsigned char broadcast[MAX_ADDR_LEN]; member in struct:rdma_dev_addr
119 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9]; ib_addr_get_pkey()
124 dev_addr->broadcast[8] = pkey >> 8; ib_addr_set_pkey()
125 dev_addr->broadcast[9] = (unsigned char) pkey; ib_addr_set_pkey()
131 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid); ib_addr_get_mgid()
/linux-4.1.27/include/linux/
H A Dclockchips.h58 * - Clockevent source stops in C3 State and needs broadcast support.
65 * Core shall set the interrupt affinity dynamically in broadcast mode
71 * Clockevent device is based on a hrtimer for broadcast
95 * @broadcast: function to broadcast events
132 void (*broadcast)(const struct cpumask *mask); member in struct:clock_event_device
H A Ddrbd_genl_api.h8 * For (unicast) replies or informational (broadcast) messages
H A Din.h59 /* limited broadcast */ ipv4_is_lbcast()
H A Detherdevice.h109 * By definition the broadcast address is also a multicast address.
128 * is_broadcast_ether_addr - Determine if the Ethernet address is broadcast
131 * Return true if the address is the broadcast address.
188 * eth_broadcast_addr - Assign broadcast address
191 * Assign the broadcast address to the given address array.
H A Disdnif.h54 #define DSS1_STAT_INVOKE_BRD ((0x82 << 8) | ISDN_PTYPE_EURO) /* Deliver invoke broadcast info */
99 #define NI1_STAT_INVOKE_BRD ((0x82 << 8) | ISDN_PTYPE_NI1) /* Deliver invoke broadcast info */
110 /* returned by callback and broadcast */
H A Dcpuidle.h115 /* used by the cpuidle framework to setup the broadcast timer */
H A Dieee802154.h231 * is used internally as extended to short address broadcast mapping. ieee802154_is_valid_extended_addr()
/linux-4.1.27/arch/arm64/mm/
H A Dcontext.c65 * broadcast. This function is also called via IPI so the set_mm_context()
86 * Reset the ASID on the current CPU. This function call is broadcast from the
131 * Check the ASID again, in case the change was broadcast from another __new_context()
/linux-4.1.27/sound/core/seq/
H A Dseq_system.c56 * They are used only for timer broadcast (see above).
141 port->capability |= SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast */ snd_seq_system_client_init()
151 port->capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast only */ snd_seq_system_client_init()
/linux-4.1.27/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c34 { "rx-broadcast-packets" },
50 { "tx-broadcast-packets" },
/linux-4.1.27/drivers/staging/vt6655/
H A Dkey.c49 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; vnt_set_keymode() local
59 bssid = &broadcast[0]; vnt_set_keymode()
/linux-4.1.27/drivers/staging/vt6656/
H A Dkey.c55 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; vnt_set_keymode() local
65 bssid = &broadcast[0]; vnt_set_keymode()
/linux-4.1.27/include/uapi/linux/
H A Dif_tun.h91 * If the filter is enabled in order to accept broadcast packets
92 * broadcast addr must be explicitly included in the addr list.
H A Dif_addr.h18 * It makes no difference for normally configured broadcast interfaces,
H A Dsockios.h42 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */
43 #define SIOCSIFBRDADDR 0x891a /* set broadcast PA address */
66 #define SIOCSIFHWBROADCAST 0x8937 /* set hardware broadcast addr */
H A Dif_arcnet.h109 dest, /* destination ARCnet - 0 for broadcast */
H A Drtnetlink.h202 RTN_BROADCAST, /* Accept locally as broadcast,
203 send as broadcast */
204 RTN_ANYCAST, /* Accept locally as broadcast,
H A Dppp_defs.h29 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */
H A Dif.h48 * @IFF_BROADCAST: broadcast address valid. Volatile.
231 #define ifr_broadaddr ifr_ifru.ifru_broadaddr /* broadcast address */
/linux-4.1.27/arch/parisc/include/asm/
H A Dtlbflush.h12 * N class systems, only one PxTLB inter processor broadcast can be
57 * instructions are very slow because of the TLB broadcast. flush_tlb_mm()
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Dmlme_linux.c75 /* Do it first for tx broadcast pkt after disconnection issue! */ rtw_os_indicate_disconnect23a()
/linux-4.1.27/drivers/cpuidle/
H A Ddriver.c133 * cpuidle_setup_broadcast_timer - enable/disable the broadcast timer on a cpu
136 * If @arg is NULL broadcast is disabled otherwise enabled
169 * if the broadcast timer has to be set up. The loop is in the reverse __cpuidle_driver_init()
215 * global cpuidle driver variable(s) and set up the broadcast timer if the poll_idle_init()
253 * variable(s) and disable the timer broadcast notification mechanism if it was
H A Dcpuidle.c161 bool broadcast = !!(target_state->flags & CPUIDLE_FLAG_TIMER_STOP); cpuidle_enter_state() local
166 * Tell the time framework to switch to a broadcast timer because our cpuidle_enter_state()
168 * CPU as a broadcast timer, this call may fail if it is not available. cpuidle_enter_state()
170 if (broadcast && tick_broadcast_enter()) cpuidle_enter_state()
181 if (broadcast) { cpuidle_enter_state()
H A Dcpuidle-powernv.c63 /* Register for fastsleep only in oneshot mode of broadcast */
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c79 int broadcast, int promisc, int allmulti) enic_dev_packet_filter()
85 multicast, broadcast, promisc, allmulti); enic_dev_packet_filter()
78 enic_dev_packet_filter(struct enic *enic, int directed, int multicast, int broadcast, int promisc, int allmulti) enic_dev_packet_filter() argument
H A Denic_dev.h47 int broadcast, int promisc, int allmulti);
H A Dvnic_dev.h97 int broadcast, int promisc, int allmulti);
/linux-4.1.27/arch/arm/mach-omap2/
H A Dcpuidle44xx.c180 * For each cpu, setup the broadcast timer because local timers
244 /* Configure the broadcast timer on each cpu */ omap4_idle_init()
/linux-4.1.27/net/802/
H A Dfddi.c125 if (memcmp(fddi->daddr, dev->broadcast, FDDI_K_ALEN) == 0) fddi_type_trans()
168 memset(dev->broadcast, 0xFF, FDDI_K_ALEN); fddi_setup()
H A Dhippi.c147 /* Never send broadcast/multicast ARP messages */ hippi_neigh_setup_dev()
179 memset(dev->broadcast, 0xFF, HIPPI_ALEN); hippi_setup()
183 * HIPPI doesn't support broadcast+multicast and we only use hippi_setup()
H A Dfc.c92 memset(dev->broadcast, 0xFF, FC_ALEN); fc_setup()
/linux-4.1.27/net/mac802154/
H A Dcfg.c116 * I am not sure about to check here on broadcast pan_id. ieee802154_set_pan_id()
153 * I am not sure about to check here on broadcast short_addr. ieee802154_set_short_addr()
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debug.h44 #define PVR2_TRACE_CHIPS (1 << 16) /* chip broadcast operation */
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dinit.h40 /* broadcast dummy access category */
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dsocket.h27 broadcast messages. */
/linux-4.1.27/arch/parisc/kernel/
H A Dprocess.c68 ** (Lasi...'nuf said) may cause a broadcast reset to lockup
70 ** to perform a "safe", platform specific broadcast reset instead
74 ** return (with an error) and the regular broadcast reset can be
H A Dhpmc.S267 * Some systems may lockup from a broadcast reset, so try the
289 * If call returned, do a broadcast reset.
H A Dcache.c42 * only a single PxTLB broadcast at a time; this must be guaranteed
455 but cause a purge request to be broadcast to other TLBs. */ __flush_tlb_range()
/linux-4.1.27/arch/hexagon/kernel/
H A Dtime.c116 static void broadcast(const struct cpumask *mask) broadcast() function
130 .broadcast = broadcast,
/linux-4.1.27/net/batman-adv/
H A Drouting.c161 /* packet with broadcast indication but unicast recipient */ batadv_check_management_packet()
165 /* packet with broadcast sender address */ batadv_check_management_packet()
312 /* packet with unicast indication but broadcast recipient */ batadv_recv_icmp_packet()
316 /* packet with broadcast sender address */ batadv_recv_icmp_packet()
387 * reason: -ENODATA for bad header, -EBADR for broadcast destination or source,
401 /* packet with unicast indication but broadcast recipient */ batadv_check_unicast_packet()
405 /* packet with broadcast sender address */ batadv_check_unicast_packet()
1003 /* packet with broadcast indication but unicast recipient */ batadv_recv_bcast_packet()
1007 /* packet with broadcast sender address */ batadv_recv_bcast_packet()
1044 /* mark broadcast in flood history, update window position batadv_recv_bcast_packet()
1061 /* don't hand the broadcast up if it is from an originator batadv_recv_bcast_packet()
1072 /* broadcast for me */ batadv_recv_bcast_packet()
H A Dtypes.h206 * @bcast_seqno_reset: time when the broadcast seqno window was reset
224 * @bcast_bits: bitfield containing the info which payload broadcast originated
227 * @last_bcast_seqno: last broadcast sequence number received by this host
390 * struct batadv_bcast_duplist_entry - structure for LAN broadcast suppression
391 * @orig[ETH_ALEN]: mac address of orig node orginating the broadcast
392 * @crc: crc32 checksum of broadcast payload
393 * @entrytime: time when the broadcast packet was received
542 * @bcast_duplist: recently received broadcast packets array (for broadcast
544 * @bcast_duplist_curr: index of last broadcast packet added to bcast_duplist
731 * @orig_interval: OGM broadcast interval in milliseconds
734 * @bcast_seqno: last sent broadcast packet sequence number
735 * @bcast_queue_left: number of remaining buffered broadcast packet slots
741 * @forw_bcast_list: list of broadcast packets that will be rebroadcasted
H A Dpacket.h24 * @BATADV_BCAST: broadcast packets carrying broadcast payload
389 * struct batadv_bcast_packet - broadcast packet for network payload
395 * @orig: originator of the broadcast packet
H A Dmain.h35 /* Time To Live of broadcast messages */
90 /* msecs after which an ARP_REQUEST is sent in broadcast as fallback */
H A Dsoft-interface.c229 /* if gw mode is off, broadcast every packet */ batadv_interface_tx()
241 /* if gw_mode is on, broadcast any non-DHCP message. batadv_interface_tx()
292 /* batman packet type: broadcast */ batadv_interface_tx()
302 /* set broadcast sequence number */ batadv_interface_tx()
424 /* set the mark on broadcast packets if AP isolation is ON and batadv_interface_rx()
H A Dsend.c416 /* add a broadcast packet to the queue and setup timers. broadcast packets
/linux-4.1.27/drivers/net/usb/
H A Dcatc.c641 u8 broadcast[ETH_ALEN]; catc_set_multicast_list() local
644 eth_broadcast_addr(broadcast); catc_set_multicast_list()
647 catc_multicast(broadcast, catc->multicast); catc_set_multicast_list()
779 u8 broadcast[ETH_ALEN]; catc_probe() local
883 eth_broadcast_addr(broadcast); catc_probe()
884 catc_multicast(broadcast, catc->multicast); catc_probe()
H A Ddm9601.c299 hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */ dm9601_set_multicast()
424 /* receive broadcast packets */ dm9601_bind()
H A Dsr9700.c268 /* broadcast address */ sr9700_set_multicast()
365 /* receive broadcast packets */ sr9700_bind()
/linux-4.1.27/drivers/net/ethernet/sgi/
H A Dmeth.h95 u64 broadcast:1; member in struct:rx_status_vector::__anon7333
128 #define METH_ACCEPT_MCAST 0x20 /* 01: Accept physical, broadcast, and multicast filter matches only */
129 #define METH_ACCEPT_AMCAST 0x40 /* 10: Accept physical, broadcast, and all multicast packets */
/linux-4.1.27/arch/x86/kernel/
H A Dprocess.c407 /* Force broadcast so ACPI can not interfere. */ amd_e400_idle()
409 pr_info("Switch to broadcast mode on CPU%d\n", cpu); amd_e400_idle()
416 * The switch back from broadcast mode needs to be amd_e400_idle()
/linux-4.1.27/arch/sparc/kernel/
H A Dleon_smp.c135 int broadcast = leon_smp_setbroadcast() local
138 if (!broadcast) { leon_smp_setbroadcast()
139 prom_printf("######## !!!! The irqmp-ctrl must have broadcast enabled, smp wont work !!!!! ####### nr cpus: %d\n", leon_smp_setbroadcast()
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2800usb.h82 * BROADCAST: This is a broadcast frame.
/linux-4.1.27/drivers/staging/gdm724x/
H A Dnetlink_k.c144 pr_err("nl broadcast g=%d, t=%d, l=%d, r=%d\n", netlink_send()
/linux-4.1.27/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c101 broadcast or uni or multicast. So the relative statistics cmpk_count_txstatistic()
109 /* We can not make sure broadcast/multicast or unicast mode. */ cmpk_count_txstatistic()
125 /* We can not make sure broadcast/multicast or unicast mode. */ cmpk_count_txstatistic()
179 /* We can not know the packet length and transmit type: broadcast or uni cmpk_handle_tx_feedback()
H A Dr819xU_cmdpkt.h108 u16 txbcok; /* Tx broadcast */
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
H A Dscan.h62 * add broadcast ssid in addition to the configured ssids.
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.h27 /* broadcast wq ID */
H A Dtxrx.c238 * unicast even if address is broadcast. wcn36xx_set_tx_mgmt()
245 /* broadcast */ wcn36xx_set_tx_mgmt()
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
H A Dhw.h393 u64 rx_bcast; /* good RX broadcast packets */
413 u64 rx_bc_byte_cnt; /* RX broadcast bytes, excluding FCS */
419 u64 tx_bcast; /* good TX broadcast packets */
445 u64 tx_bc_byte_cnt; /* broadcast bytes transmitted, excluding FCS */
/linux-4.1.27/arch/x86/kernel/apic/
H A Dapic_noop.c120 /* logical delivery broadcast to all CPUs: */
H A Dipi.c121 * error if we try to broadcast, thus avoid sending IPIs in this case. default_send_IPI_allbutself()
H A Dprobe_32.c84 /* logical delivery broadcast to all CPUs: */
H A Dapic.c279 * get_physical_broadcast - Get number of physical broadcast IDs
481 /* Lapic used as dummy for broadcast ? */ lapic_timer_setup()
509 * Local APIC timer broadcast function
529 .broadcast = lapic_timer_broadcast,
831 * broadcast mechanism is used. On UP systems simply ignore it. setup_boot_APIC_clock()
835 /* No broadcast on UP ! */ setup_boot_APIC_clock()
844 /* No broadcast on UP ! */ setup_boot_APIC_clock()
857 /* Setup the lapic or request the broadcast */ setup_boot_APIC_clock()
903 * broadcast interrupts too. [in case the hw doesn't support APIC timers]
/linux-4.1.27/arch/x86/include/asm/
H A Dipi.h30 * We use 'broadcast', CPU->CPU IPIs and self-IPIs too.
/linux-4.1.27/drivers/usb/wusbcore/
H A Dreservation.c25 * broadcast cluster ID (BCID) as the target DevAddr.
/linux-4.1.27/fs/cifs/
H A Drfc1002pdu.h70 implementing broadcast resolution of the server ip address (from
/linux-4.1.27/net/ipv4/
H A Dicmp.c56 * broadcast responses from broken routers.
539 * MUST NOT reply to a multicast/broadcast IP address.
540 * MUST NOT reply to a multicast/broadcast MAC address.
575 * No replies to physical multicast/broadcast icmp_send()
825 * bogus responses to broadcast frames. If you see this message icmp_unreach()
832 net_warn_ratelimited("%pI4 sent an invalid ICMP type %u, code %u error to a broadcast: %pI4 on %s\n", icmp_unreach()
1005 * RFC 1122: 3.2.2.6 An ICMP_ECHO to broadcast MAY be icmp_rcv()
1008 * discarded if to broadcast/multicast. icmp_rcv()
1182 /* Control parameter - ignore bogus broadcast responses? */
H A Darp.c195 ip_ib_mc_map(addr, dev->broadcast, haddr); arp_mc_map()
198 ip_ipgre_mc_map(addr, dev->broadcast, haddr); arp_mc_map()
202 memcpy(haddr, dev->broadcast, dev->addr_len); arp_mc_map()
272 memcpy(neigh->ha, dev->broadcast, dev->addr_len); arp_constructor()
478 * Create an arp packet. If dest_hw is not set, we create a broadcast
509 dest_hw = dev->broadcast; arp_create()
723 sha = dev->broadcast; arp_process()
H A Dip_input.c24 * Alan Cox : Frames to bad broadcast subnets are dumped
25 * We used to process them non broadcast and
80 * Alan Cox : Stopped broadcast source route explosions.
H A Dip_gre.c343 It allows to construct virtual multiprotocol broadcast "LAN"
353 with broadcast 224.66.66.66. If you have access to mbone, play with me :-)
512 memcpy(dev->broadcast, &iph->daddr, 4); ipgre_tunnel_init()
H A Ddevinet.c947 case SIOCGIFBRDADDR: /* Get the broadcast address */ devinet_ioctl()
965 case SIOCSIFBRDADDR: /* Set the broadcast address */ devinet_ioctl()
1027 case SIOCGIFBRDADDR: /* Get the broadcast address */ devinet_ioctl()
1093 case SIOCSIFBRDADDR: /* Set the broadcast address */ devinet_ioctl()
1130 /* See if current broadcast address matches devinet_ioctl()
1132 * the broadcast address. Otherwise it's a devinet_ioctl()
/linux-4.1.27/sound/soc/tegra/
H A Dtegra20_das.h100 * cater for the case where N DAPs are connected to 1 DAC for broadcast
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Devergreen_cs.c2920 /* Copy L2L, DW aligned, broadcast */ evergreen_dma_cs_parse()
2922 /* L2L, dw, broadcast */ evergreen_dma_cs_parse()
2925 DRM_ERROR("bad L2L, dw, broadcast DMA_PACKET_COPY\n"); evergreen_dma_cs_parse()
2935 dev_warn(p->dev, "DMA L2L, dw, broadcast src buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
2940 dev_warn(p->dev, "DMA L2L, dw, broadcast dst buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
2945 dev_warn(p->dev, "DMA L2L, dw, broadcast dst2 buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
3018 /* Copy L2T broadcast */ evergreen_dma_cs_parse()
3020 /* L2T, broadcast */ evergreen_dma_cs_parse()
3022 DRM_ERROR("bad L2T, broadcast DMA_PACKET_COPY\n"); evergreen_dma_cs_parse()
3027 DRM_ERROR("bad L2T, broadcast DMA_PACKET_COPY\n"); evergreen_dma_cs_parse()
3037 dev_warn(p->dev, "DMA L2T, broadcast src buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
3042 dev_warn(p->dev, "DMA L2T, broadcast dst buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
3047 dev_warn(p->dev, "DMA L2T, broadcast dst2 buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
3105 /* Copy L2T broadcast (tile units) */ evergreen_dma_cs_parse()
3107 /* L2T, broadcast */ evergreen_dma_cs_parse()
3109 DRM_ERROR("bad L2T, broadcast DMA_PACKET_COPY\n"); evergreen_dma_cs_parse()
3114 DRM_ERROR("bad L2T, broadcast DMA_PACKET_COPY\n"); evergreen_dma_cs_parse()
3124 dev_warn(p->dev, "DMA L2T, broadcast src buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
3129 dev_warn(p->dev, "DMA L2T, broadcast dst buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
3134 dev_warn(p->dev, "DMA L2T, broadcast dst2 buffer too small (%llu %lu)\n", evergreen_dma_cs_parse()
3547 /* Copy L2L, DW aligned, broadcast */ evergreen_dma_ib_parse()
3559 /* Copy L2T broadcast */ evergreen_dma_ib_parse()
3571 /* Copy L2T broadcast (tile units) */ evergreen_dma_ib_parse()
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Ducc_geth.h91 that are not broadcast frames */
94 field equal to the broadcast address */
103 that are not broadcast frames */
106 broadcast address */
769 that are not broadcast frames */
772 field equal to the broadcast address */
781 that are not broadcast frames */
784 broadcast address */
H A Ducc_geth_ethtool.c50 "tx-broadcast-frames",
55 "rx-broadcast-frames",
H A Dfec.h87 #define RMON_T_BC_PKT 0x208 /* RMON TX broadcast pkts */
116 #define RMON_R_BC_PKT 0x288 /* RMON RX broadcast pkts */
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h73 u64 tx_bcast_packets; /*!< Tx broadcast packets */
82 u64 rx_bcast_packets; /*!< Rx broadcast packets */
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmmu.h36 /* Enable use of broadcast TLB invalidations. We don't always set it
47 * broadcast tlbivax or tlbsync. This makes the code use a spinlock
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxpnet.c15 * XPNET provides direct point-to-point and broadcast-like support
16 * for an ethernet-like device. The ethernet broadcast medium is
103 * our bitmask of partitions to which we broadcast.
422 * this packet is to be broadcast to all connected partitions.
478 /* we are being asked to broadcast to all partitions */ for_each_set_bit()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.h206 /* Received broadcast frames with good CRC */
444 /* Transmit broadcast frames with a good CRC */
466 /* Transmit good frames that are neither broadcast nor multicast */
/linux-4.1.27/drivers/net/ipvlan/
H A Dipvlan_core.c220 if (ether_addr_equal(eth->h_dest, ipvlan->phy_dev->broadcast)) ipvlan_multicast_frame()
242 if (ether_addr_equal(eth->h_dest, port->dev->broadcast)) ipvlan_multicast_frame()
418 /* In this mode we dont care about multicast and broadcast traffic */ ipvlan_process_outbound()
/linux-4.1.27/drivers/scsi/mvsas/
H A Dmv_defs.h226 PHY_BCAST_CHG = (1U << 2), /* broadcast(change) notif */
243 PHYEV_BROAD_CH = (1U << 8), /* broadcast(CHANGE) */
403 EXP_BRCT_CHG = (1U << 2), /* broadcast change */
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dcmd.h361 /* The host link id for the AP's broadcast queue */
480 * or broadcast key set. A special value 0xFF is
497 * key entry. For broadcast keys the index use as a
H A Dinit.c457 /* use the min basic rate for AP broadcast/multicast */ wl1271_init_ap_rates()
534 /* Beacons and broadcast settings */ wl12xx_init_sta_role()
H A Dwlcore.h389 * AP-mode - links indexed by HLID. The global and broadcast links
418 /* Flag determining whether AP should broadcast OFDM-only rates */
/linux-4.1.27/drivers/isdn/hisax/
H A Dl3_1tr6.c770 (pr == (DL_DATA | INDICATION)) ? " " : "(broadcast) ", up1tr6()
789 (pr == (DL_DATA | INDICATION)) ? " " : "(broadcast) ", mt); up1tr6()
832 (pr == (DL_DATA | INDICATION)) ? " " : "(broadcast) ", up1tr6()
839 (pr == (DL_DATA | INDICATION)) ? " " : "(broadcast) ", up1tr6()
H A Disdnl1.c241 printk(KERN_WARNING "HiSax: isdn broadcast buffer shortage\n"); DChannel_proc_rcv()
249 printk(KERN_WARNING "HiSax: tei broadcast buffer shortage\n"); DChannel_proc_rcv()
/linux-4.1.27/drivers/scsi/fnic/
H A Dvnic_dev.h134 int broadcast, int promisc, int allmulti);
H A Dvnic_dev.c473 int broadcast, int promisc, int allmulti) vnic_dev_packet_filter()
481 (broadcast ? CMD_PFILTER_BROADCAST : 0) | vnic_dev_packet_filter()
472 vnic_dev_packet_filter(struct vnic_dev *vdev, int directed, int multicast, int broadcast, int promisc, int allmulti) vnic_dev_packet_filter() argument
/linux-4.1.27/drivers/rapidio/switches/
H A Dtsi568.c25 /* Global (broadcast) route registers */
H A Dtsi57x.c25 /* Global (broadcast) route registers */
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
H A Dmlme_linux.c97 netif_carrier_off(adapter->pnetdev); /* Do it first for tx broadcast pkt after disconnection issue! */ rtw_os_indicate_disconnect()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h315 unsigned long rx_bcast; /* The number of good broadcast packet received. */
335 unsigned long rx_bcast_byte_cnt; /* The byte count of broadcast packet received, excluding FCS. */
341 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
363 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h262 unsigned long rx_bcast; /* The number of good broadcast packet received. */
282 unsigned long rx_bcast_byte_cnt; /* The byte count of broadcast packet received, excluding FCS. */
288 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
310 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datl1.h325 u32 rx_bcast; /* good RX broadcast packets */
345 u32 rx_bcast_byte_cnt; /* RX broadcast bytes, excluding FCS */
351 u32 tx_bcast; /* good TX broadcast packets */
375 u32 tx_bcast_byte; /* broadcast bytes transmitted, excluding FCS */
H A Datl2.h256 unsigned bcast:1; /* broadcast packet */
305 unsigned bcast:1; /* current packet is broadcast */
/linux-4.1.27/drivers/clocksource/
H A Di8253.c179 * when it is used as broadcast device later. clockevent_i8253_init()
H A Dtimer-keystone.c2 * Keystone broadcast clock-event
/linux-4.1.27/arch/x86/platform/intel-mid/
H A Dintel-mid.c47 * 3. per cpu lapic clock (C3STOP) and one apbt clock, with broadcast.
/linux-4.1.27/arch/tile/include/asm/
H A Dcacheflush.h49 * broadcast to make the L1I coherent everywhere. This includes
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c85 /* this seems wrong, alternate field used for the broadcast nvkm_gddr5_calc()
/linux-4.1.27/drivers/usb/host/whci/
H A Dwusb.c197 * whc_set_gtk - set the GTK for subsequent broadcast packets
/linux-4.1.27/include/uapi/linux/can/
H A Dbcm.h51 * struct bcm_msg_head - head of messages to/from the broadcast manager
/linux-4.1.27/include/uapi/sound/
H A Dasequencer.h94 /** system status messages (broadcast for subscribers)
158 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */
159 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */
346 #define SNDRV_SEQ_FILTER_BROADCAST (1<<0) /* accept broadcast messages */
/linux-4.1.27/arch/arm64/include/asm/
H A Dkvm_arm.h73 * FB: Force broadcast of all maintainance operations
/linux-4.1.27/arch/m68k/include/asm/
H A Dm68360_enet.h72 #define ETHER_BRO 0x0100 /* broadcast address */
/linux-4.1.27/net/caif/
H A Dcaif_usb.c165 dev->broadcast); cfusbl_device_notify()
/linux-4.1.27/net/8021q/
H A Dvlan_dev.c563 if (is_zero_ether_addr(dev->broadcast)) vlan_dev_init()
564 memcpy(dev->broadcast, real_dev->broadcast, dev->addr_len); vlan_dev_init()
803 eth_zero_addr(dev->broadcast); vlan_setup()
/linux-4.1.27/net/ax25/
H A Dax25_addr.c30 * The default broadcast address of an interface is QST-0; the default address
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h79 u64 tx_bcast_bytes; /* broadcast */
92 u64 rx_bcast_bytes; /* broadcast */
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_defs_svc.h660 u64 txf_bcast; /* Tx FCoE broadcast frames */
661 u64 txf_bcast_vlan; /* Tx FCoE broadcast vlan frames */
662 u64 txf_bcast_octets; /* Tx FCoE broadcast octets */
672 u64 rxf_bcast_octets; /* Rx FCoE broadcast octets */
673 u64 rxf_bcast; /* Rx FCoE broadcast frames */
674 u64 rxf_bcast_vlan; /* Rx FCoE broadcast vlan frames */
1294 u64 tx_bcast_packets; /* Tx broadcast packets */
1303 u64 rx_bcast_packets; /* Rx broadcast packets */
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Drecv.c360 * o always accept unicast, broadcast, and multicast traffic
570 * Remain awake waiting for buffered broadcast/multicast ath_rx_ps_beacon()
571 * frames. If the last broadcast/multicast frame is not ath_rx_ps_beacon()
577 "Received DTIM beacon indicating buffered broadcast/multicast frame(s)\n"); ath_rx_ps_beacon()
584 * This can happen if a broadcast frame is dropped or the AP ath_rx_ps_beacon()
610 * No more broadcast/multicast frames to be received at this ath_rx_ps()
H A Dwow.c102 * need not match the destination mac address, it can be a broadcast ath9k_wow_add_disassoc_deauth_pattern()
/linux-4.1.27/drivers/video/fbdev/
H A Dps3fb.c140 /* 60 Hz broadcast modes (modes "1" to "5") */
163 /* 50 Hz broadcast modes (modes "6" to "10") */
187 /* 60 Hz broadcast modes (full resolution versions of modes "1" to "5") */
210 /* 50 Hz broadcast modes (full resolution versions of modes "6" to "10") */
325 /* Non-fullscreen broadcast mode */ ps3fb_vmode()
431 /* Full broadcast modes have the full mode bit set */ ps3fb_find_mode()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dsta.c674 * Send the add station command for the vif's broadcast station.
678 * @vif: the interface to which the broadcast station is added
679 * @bsta: the broadcast station to add.
736 /* Allocate a new station entry for the broadcast station to the given vif,
738 * Note that each P2P mac should have its own broadcast station.
741 * @vif: the interface to which the broadcast station is added
742 * @bsta: the broadcast station to add. */ iwl_mvm_add_bcast_sta()
H A Dfw-api.h1304 * struct iwl_fw_bcast_filter_attr - broadcast filter attribute
1330 * struct iwl_fw_bcast_filter - broadcast filter
1346 * struct iwl_fw_bcast_mac - per-mac broadcast filtering configuration.
1357 * struct iwl_bcast_filter_cmd - broadcast filtering configuration
1361 * @filters: broadcast filters
1362 * @macs: broadcast filtering configuration per-mac
H A Dsta.h133 * mac80211, such as broadcast station in AP / GO mode, or AUX sta for
342 * broadcast)
/linux-4.1.27/drivers/acpi/
H A Dprocessor_idle.c173 /* Power(C) State timer broadcast control */ lapic_timer_state_broadcast()
176 int broadcast) lapic_timer_state_broadcast()
181 if (broadcast) lapic_timer_state_broadcast()
195 int broadcast) lapic_timer_state_broadcast()
744 * @timer_bc: Whether or not to change timer mode to broadcast
174 lapic_timer_state_broadcast(struct acpi_processor *pr, struct acpi_processor_cx *cx, int broadcast) lapic_timer_state_broadcast() argument
193 lapic_timer_state_broadcast(struct acpi_processor *pr, struct acpi_processor_cx *cx, int broadcast) lapic_timer_state_broadcast() argument
/linux-4.1.27/virt/kvm/arm/
H A Dvgic-v3-emul.c894 bool broadcast; vgic_v3_dispatch_sgi() local
898 broadcast = reg & BIT(ICC_SGI1R_IRQ_ROUTING_MODE_BIT); vgic_v3_dispatch_sgi()
919 if (!broadcast && target_cpus == 0) kvm_for_each_vcpu()
923 if (broadcast && c == vcpu_id) kvm_for_each_vcpu()
926 if (!broadcast) { kvm_for_each_vcpu()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.h339 * address other than the broadcast address) on this Aggregator on
343 * @tx_bcast_frms: Count of broadcast data frames transmitted on this Aggregator
363 * address other than the broadcast address) on this Aggregator on
367 * @rx_bcast_frms: Count of broadcast data frames received on this Aggregator on
415 * other than the broadcast address.
416 * @tx_bcast_frms: Count of successfully transmitted frames to the broadcast
514 * the broadcast group address. Does not include frames received
520 * a non-unicast (broadcast or multicast) address. Only includes
850 * other than the broadcast address.
851 * @tx_bcast_frms: Count of successfully transmitted frames to the broadcast
937 * broadcast group address. Does not include frames received with
943 * a non-unicast (broadcast or multicast) address. Only includes
/linux-4.1.27/drivers/net/phy/
H A Dmicrel.c220 /* Disable PHY address 0 as the broadcast address, so that it can be used as a
221 * unique (non-broadcast) address on a shared bus.
234 dev_err(&phydev->dev, "failed to disable broadcast address\n"); kszphy_broadcast_disable()
/linux-4.1.27/drivers/pci/pcie/aer/
H A Daerdrv_core.c320 * broadcast_error_message - handle message broadcast to downstream drivers
337 dev_printk(KERN_DEBUG, &dev->dev, "broadcast %s message\n", error_mesg); broadcast_error_message()
453 * Invoked when an error is nonfatal/fatal. Once being invoked, broadcast
/linux-4.1.27/drivers/infiniband/core/
H A Daddr.c116 memcpy(dev_addr->broadcast, dev->broadcast, MAX_ADDR_LEN); rdma_copy_addr()
/linux-4.1.27/drivers/net/hamradio/
H A Dbpqether.c323 * source ethernet address (broadcast
482 memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); bpq_setup()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c174 /* send broadcast and multicast frames to broadcast RA, if hostap_data_start_xmit()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-pip.h196 * include broadcast packets. Only includes packets whose
201 * Number of identified L2 broadcast packets. Does not
H A Dcvmx-wqe.h146 * broadcast.
262 * broadcast.
/linux-4.1.27/drivers/uwb/
H A Dlc-rc.c123 * Show the ASIE that is broadcast in the UWB beacon by this uwb_rc device.
158 * Update the ASIE that is broadcast in the UWB beacon by this uwb_rc device.
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dl64781.c522 * broadcast. If nothing responds there is no L64781 on the bus... l64781_attach()
525 dprintk("No response to reset and configure broadcast...\n"); l64781_attach()
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dpdc.h200 #define PDC_DO_RESET 0 /* option: perform a broadcast reset */
201 #define PDC_DO_FIRM_TEST_RESET 1 /* Do broadcast reset with bitmap */
/linux-4.1.27/net/decnet/
H A Ddn_neigh.c139 memcpy(neigh->ha, dev->broadcast, dev->addr_len); dn_neigh_construct()
207 * For talking to broadcast devices: Ethernet & PPP
/linux-4.1.27/net/ethernet/
H A Deth.c163 if (ether_addr_equal_64bits(eth->h_dest, dev->broadcast)) eth_type_trans()
360 eth_broadcast_addr(dev->broadcast); ether_setup()
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_msghandler.c136 unsigned int broadcast : 1; member in struct:seq_table
773 int broadcast, intf_next_seq()
796 intf->seq_table[i].broadcast = broadcast; intf_next_seq()
1408 int broadcast, format_ipmb_msg()
1412 int i = broadcast; format_ipmb_msg()
1418 if (broadcast) format_ipmb_msg()
1440 * broadcast. format_ipmb_msg()
1479 * broadcast. format_lan_msg()
1649 int broadcast = 0; i_ipmi_request() local
1677 broadcast = 1; i_ipmi_request()
1687 * possibly one for the broadcast. i_ipmi_request()
1689 if ((msg->data_len + 10 + broadcast) > IPMI_MAX_MSG_LENGTH) { i_ipmi_request()
1711 msgid, broadcast, i_ipmi_request()
1732 broadcast, i_ipmi_request()
1754 ipmb_seq, broadcast, i_ipmi_request()
4037 if (ent->broadcast) check_msg_timeout()
769 intf_next_seq(ipmi_smi_t intf, struct ipmi_recv_msg *recv_msg, unsigned long timeout, int retries, int broadcast, unsigned char *seq, long *seqid) intf_next_seq() argument
1403 format_ipmb_msg(struct ipmi_smi_msg *smi_msg, struct kernel_ipmi_msg *msg, struct ipmi_ipmb_addr *ipmb_addr, long msgid, unsigned char ipmb_seq, int broadcast, unsigned char source_address, unsigned char source_lun) format_ipmb_msg() argument
/linux-4.1.27/drivers/net/arcnet/
H A Drfc1051.c68 /* if someone else already owns the broadcast, we won't take it */ arcnet_rfc1051_init()
/linux-4.1.27/drivers/net/dsa/
H A Dmv88e6123_61_65.c99 * messages, disable flood broadcast override, disable mv88e6123_61_65_setup_global()
H A Dmv88e6171.c86 * messages, disable flood broadcast override, disable mv88e6171_setup_global()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A Datp.h75 #define CMR2h_Normal 2 /* Accept physical and broadcast address. */
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dfilter.h30 * Used for RX default unicast and multicast/broadcast filters.
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_port.c282 SAS_DPRINTK("broadcast received: %d\n", prim); sas_porte_broadcast_rcvd()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dkernel_user_comm.c107 /** Add a receiver to a broadcast group
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
H A Dlproc_mdc.c135 /* This works for either broadcast or unicast to a single fd */ mdc_kuc_write()
/linux-4.1.27/drivers/net/wireless/brcm80211/include/
H A Dchipcommon.h56 /* Silicon backplane configuration broadcast control */
/linux-4.1.27/drivers/net/ethernet/arc/
H A Demac.h32 #define DSBC_MASK (1<<8) /* Disable receive broadcast */
/linux-4.1.27/drivers/crypto/vmx/
H A Dghashp8-ppc.pl83 vsrab $t1,$t1,$t2 # broadcast carry bit
/linux-4.1.27/arch/x86/kvm/
H A Dirq_comm.c64 printk(KERN_INFO "kvm: apic: phys broadcast and lowest prio\n"); kvm_irq_delivery_to_apic()
/linux-4.1.27/include/media/
H A Dtuner.h181 send a command to a single i2c device. Instead you should broadcast
/linux-4.1.27/arch/blackfin/kernel/
H A Dtime-ts.c329 evt->broadcast = smp_timer_broadcast; bfin_coretmr_clockevent_init()
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
H A Deth_defs.h150 unsigned int broadcast : 1; member in struct:__anon449
/linux-4.1.27/net/ieee802154/6lowpan/
H A Dcore.c115 memset(dev->broadcast, 0xff, IEEE802154_ADDR_LEN); lowpan_setup()
H A Dtx.c216 /* if the destination address is the broadcast address, use the lowpan_header()
/linux-4.1.27/net/irda/
H A Dirda_device.c275 memset(dev->broadcast, 0xff, LAP_ALEN); irda_device_setup()
/linux-4.1.27/net/l2tp/
H A Dl2tp_eth.c77 eth_broadcast_addr(dev->broadcast); l2tp_eth_dev_init()
/linux-4.1.27/kernel/sched/
H A Didle.c241 * path that the tick broadcast device expired cpu_idle_loop()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dsta.c358 * STA and broadcast STA) pass in a NULL sta, and mac80211 iwl_prep_station()
1310 * iwlagn_alloc_bcast_station - add broadcast station into driver's station table.
1312 * This adds the broadcast station into the driver's station table
1325 IWL_ERR(priv, "Unable to prepare broadcast station\n"); iwlagn_alloc_bcast_station()
1350 * iwl_update_bcast_station - update broadcast station's LQ command
/linux-4.1.27/arch/x86/platform/uv/
H A Dtlb_uv.c510 * Wait for completion of a broadcast software ack message
864 * Send a broadcast and wait for it to complete.
866 * The flush_mask contains the cpus the broadcast is to be sent to including
1232 * We received a broadcast assist message.
1722 * describe a broadcast to 256 uv hubs. activation_descriptor_init()
2164 mmr = 1; /* should be 1 to broadcast to both sockets */ for_each_possible_blade()
/linux-4.1.27/drivers/s390/net/
H A Dqeth_l3_main.c1325 dev_warn(&card->gdev->dev, "Enabling broadcast filtering for " qeth_l3_start_ipa_broadcast()
1334 "Setting up broadcast filtering for %s failed\n", qeth_l3_start_ipa_broadcast()
1343 dev_warn(&card->gdev->dev, "Setting up broadcast echo " qeth_l3_start_ipa_broadcast()
1901 memcpy(tg_addr, card->dev->broadcast, qeth_l3_rebuild_skb()
1908 memcpy(tg_addr, card->dev->broadcast, qeth_l3_rebuild_skb()
2763 if (!memcmp(skb->data, skb->dev->broadcast, 6)) qeth_l3_get_cast_type()
2861 skb->dev->broadcast, 6)) { qeth_l3_fill_header()
2862 /* broadcast? */ qeth_l3_fill_header()
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_recv.c329 /* filter packets that SA is myself or multicast or broadcast */ sta2sta_data_frame()
404 /* filter packets that SA is myself or multicast or broadcast */ ap2sta_data_frame()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h507 u32 bca; /* RO # of Receive broadcast pkt */
530 u32 bca; /* RO # of xmited broadcast pkt */
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h94 u32 bca; /* RO # of Receive broadcast pkt */
117 u32 bca; /* RO # of xmited broadcast pkt */
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h208 RxBroadcast = 0x08, // # good broadcast frames
230 TxBroadcast = 0x1d, // # frames broadcast
/linux-4.1.27/drivers/firewire/
H A Dcore-card.c279 fw_notice(card, "failed to allocate broadcast channel\n"); allocate_broadcast_channel()
501 /* Will allocate broadcast channel after the reset. */ bm_work()
/linux-4.1.27/sound/drivers/
H A Dmtpav.c48 * The three global ports, computer, adat and broadcast ports, are created
632 strcpy(substream->name, "MTP broadcast"); snd_mtpav_set_name()

Completed in 5311 milliseconds

123