/linux-4.1.27/kernel/time/ |
H A D | Makefile | 7 obj-y += tick-broadcast.o 8 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
|
H A D | tick-broadcast.c | 2 * 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 D | tick-broadcast-hrtimer.c | 2 * 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 D | tick-internal.h | 20 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 D | tick-common.c | 133 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 D | clockevents.c | 564 * 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 D | if_inet6.h | 231 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 D | ip.h | 402 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 D | genetlink.h | 402 * 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 D | dn_dev.h | 38 * The mode field is used to find out if a device is broadcast,
|
/linux-4.1.27/net/tipc/ |
H A D | bcast.h | 2 * 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 D | bcast.c | 2 * 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 D | bearer.h | 78 * @broadcast: non-zero if address is a broadcast address 83 u8 broadcast; member in struct:tipc_media_addr
|
H A D | eth_media.c | 70 addr->broadcast = !memcmp(addr->value, bcast_mac, ETH_ALEN); tipc_eth_raw2addr()
|
H A D | ib_media.c | 73 addr->broadcast = !memcmp(msg, b->bcast_addr.value, tipc_ib_raw2addr()
|
H A D | node.h | 78 * @reasm_buf: broadcast reassembly queue head from node 107 * @bclink: broadcast-related info
|
H A D | udp_media.c | 102 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 D | link.c | 828 * 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 D | ipoib_multicast.c | 101 * 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 D | ipoib_vlan.c | 71 priv->dev->broadcast[8] = pkey >> 8; __ipoib_vlan_add() 72 priv->dev->broadcast[9] = pkey & 0xff; __ipoib_vlan_add()
|
H A D | ipoib_netlink.c | 128 * broadcast group, etc. ipoib_new_child_link()
|
H A D | ipoib_main.c | 533 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 D | ipoib_ib.c | 237 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 D | ipoib.h | 145 /* 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 D | team_mode_broadcast.c | 56 .kind = "broadcast", 77 MODULE_ALIAS("team-mode-broadcast");
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_conntrack_netbios_ns.c | 2 * NetBIOS name service broadcast connection tracking helper 30 MODULE_DESCRIPTION("NetBIOS name service broadcast connection tracking helper");
|
H A D | nf_conntrack_snmp.c | 2 * SNMP service broadcast connection tracking helper 24 MODULE_DESCRIPTION("SNMP service broadcast connection tracking helper");
|
H A D | nf_conntrack_broadcast.c | 2 * broadcast connection tracking helper
|
/linux-4.1.27/include/linux/fsl/bestcomm/ |
H A D | fec.h | 28 #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 D | localtimer.c | 58 clk->broadcast = smp_timer_broadcast; local_timer_setup()
|
/linux-4.1.27/arch/sh/mm/ |
H A D | cache-shx3.c | 16 #define CCR_CACHE_IBE 0x1000000 /* ICBI broadcast */
|
/linux-4.1.27/net/bluetooth/bnep/ |
H A D | netdev.c | 79 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 D | core.c | 173 /* 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 D | dev.c | 22 dev->broadcast[0] = 0xFF; ltalk_setup()
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | highmem.h | 33 * 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 D | mmu_context.h | 123 * __sync_icache_dcache doesn't broadcast the I-cache invalidation, switch_mm()
|
H A D | kvm_arm.h | 64 * FB: Force broadcast of all maintainance operations
|
/linux-4.1.27/include/rdma/ |
H A D | ib_addr.h | 70 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 D | clockchips.h | 58 * - 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 D | drbd_genl_api.h | 8 * For (unicast) replies or informational (broadcast) messages
|
H A D | in.h | 59 /* limited broadcast */ ipv4_is_lbcast()
|
H A D | etherdevice.h | 109 * 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 D | isdnif.h | 54 #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 D | cpuidle.h | 115 /* used by the cpuidle framework to setup the broadcast timer */
|
H A D | ieee802154.h | 231 * is used internally as extended to short address broadcast mapping. ieee802154_is_valid_extended_addr()
|
/linux-4.1.27/arch/arm64/mm/ |
H A D | context.c | 65 * 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 D | seq_system.c | 56 * 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 D | pasemi_mac_ethtool.c | 34 { "rx-broadcast-packets" }, 50 { "tx-broadcast-packets" },
|
/linux-4.1.27/drivers/staging/vt6655/ |
H A D | key.c | 49 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 D | key.c | 55 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 D | if_tun.h | 91 * If the filter is enabled in order to accept broadcast packets 92 * broadcast addr must be explicitly included in the addr list.
|
H A D | if_addr.h | 18 * It makes no difference for normally configured broadcast interfaces,
|
H A D | sockios.h | 42 #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 D | if_arcnet.h | 109 dest, /* destination ARCnet - 0 for broadcast */
|
H A D | rtnetlink.h | 202 RTN_BROADCAST, /* Accept locally as broadcast, 203 send as broadcast */ 204 RTN_ANYCAST, /* Accept locally as broadcast,
|
H A D | ppp_defs.h | 29 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */
|
H A D | if.h | 48 * @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 D | tlbflush.h | 12 * 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 D | mlme_linux.c | 75 /* Do it first for tx broadcast pkt after disconnection issue! */ rtw_os_indicate_disconnect23a()
|
/linux-4.1.27/drivers/cpuidle/ |
H A D | driver.c | 133 * 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 D | cpuidle.c | 161 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 D | cpuidle-powernv.c | 63 /* Register for fastsleep only in oneshot mode of broadcast */
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
H A D | enic_dev.c | 79 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 D | enic_dev.h | 47 int broadcast, int promisc, int allmulti);
|
H A D | vnic_dev.h | 97 int broadcast, int promisc, int allmulti);
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | cpuidle44xx.c | 180 * 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 D | fddi.c | 125 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 D | hippi.c | 147 /* 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 D | fc.c | 92 memset(dev->broadcast, 0xFF, FC_ALEN); fc_setup()
|
/linux-4.1.27/net/mac802154/ |
H A D | cfg.c | 116 * 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 D | pvrusb2-debug.h | 44 #define PVR2_TRACE_CHIPS (1 << 16) /* chip broadcast operation */
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
H A D | init.h | 40 /* broadcast dummy access category */
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | socket.h | 27 broadcast messages. */
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | process.c | 68 ** (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 D | hpmc.S | 267 * Some systems may lockup from a broadcast reset, so try the 289 * If call returned, do a broadcast reset.
|
H A D | cache.c | 42 * 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 D | time.c | 116 static void broadcast(const struct cpumask *mask) broadcast() function 130 .broadcast = broadcast,
|
/linux-4.1.27/net/batman-adv/ |
H A D | routing.c | 161 /* 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 D | types.h | 206 * @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 D | packet.h | 24 * @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 D | main.h | 35 /* Time To Live of broadcast messages */ 90 /* msecs after which an ARP_REQUEST is sent in broadcast as fallback */
|
H A D | soft-interface.c | 229 /* 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 D | send.c | 416 /* add a broadcast packet to the queue and setup timers. broadcast packets
|
/linux-4.1.27/drivers/net/usb/ |
H A D | catc.c | 641 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 D | dm9601.c | 299 hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */ dm9601_set_multicast() 424 /* receive broadcast packets */ dm9601_bind()
|
H A D | sr9700.c | 268 /* broadcast address */ sr9700_set_multicast() 365 /* receive broadcast packets */ sr9700_bind()
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
H A D | meth.h | 95 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 D | process.c | 407 /* 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 D | leon_smp.c | 135 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 D | rt2800usb.h | 82 * BROADCAST: This is a broadcast frame.
|
/linux-4.1.27/drivers/staging/gdm724x/ |
H A D | netlink_k.c | 144 pr_err("nl broadcast g=%d, t=%d, l=%d, r=%d\n", netlink_send()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
H A D | r819xU_cmdpkt.c | 101 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 D | r819xU_cmdpkt.h | 108 u16 txbcok; /* Tx broadcast */
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
H A D | scan.h | 62 * add broadcast ssid in addition to the configured ssids.
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
H A D | txrx.h | 27 /* broadcast wq ID */
|
H A D | txrx.c | 238 * 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 D | hw.h | 393 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 D | apic_noop.c | 120 /* logical delivery broadcast to all CPUs: */
|
H A D | ipi.c | 121 * error if we try to broadcast, thus avoid sending IPIs in this case. default_send_IPI_allbutself()
|
H A D | probe_32.c | 84 /* logical delivery broadcast to all CPUs: */
|
H A D | apic.c | 279 * 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 D | ipi.h | 30 * We use 'broadcast', CPU->CPU IPIs and self-IPIs too.
|
/linux-4.1.27/drivers/usb/wusbcore/ |
H A D | reservation.c | 25 * broadcast cluster ID (BCID) as the target DevAddr.
|
/linux-4.1.27/fs/cifs/ |
H A D | rfc1002pdu.h | 70 implementing broadcast resolution of the server ip address (from
|
/linux-4.1.27/net/ipv4/ |
H A D | icmp.c | 56 * 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 D | arp.c | 195 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 D | ip_input.c | 24 * 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 D | ip_gre.c | 343 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 D | devinet.c | 947 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 D | tegra20_das.h | 100 * cater for the case where N DAPs are connected to 1 DAC for broadcast
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | evergreen_cs.c | 2920 /* 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 D | ucc_geth.h | 91 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 D | ucc_geth_ethtool.c | 50 "tx-broadcast-frames", 55 "rx-broadcast-frames",
|
H A D | fec.h | 87 #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 D | bfa_defs_cna.h | 73 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 D | mmu.h | 36 /* 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 D | xpnet.c | 15 * 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 D | en_port.h | 206 /* 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 D | ipvlan_core.c | 220 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 D | mv_defs.h | 226 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 D | cmd.h | 361 /* 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 D | init.c | 457 /* use the min basic rate for AP broadcast/multicast */ wl1271_init_ap_rates() 534 /* Beacons and broadcast settings */ wl12xx_init_sta_role()
|
H A D | wlcore.h | 389 * 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 D | l3_1tr6.c | 770 (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 D | isdnl1.c | 241 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 D | vnic_dev.h | 134 int broadcast, int promisc, int allmulti);
|
H A D | vnic_dev.c | 473 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 D | tsi568.c | 25 /* Global (broadcast) route registers */
|
H A D | tsi57x.c | 25 /* Global (broadcast) route registers */
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
H A D | mlme_linux.c | 97 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 D | atl1c.h | 315 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 D | atl1e.h | 262 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 D | atl1.h | 325 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 D | atl2.h | 256 unsigned bcast:1; /* broadcast packet */ 305 unsigned bcast:1; /* current packet is broadcast */
|
/linux-4.1.27/drivers/clocksource/ |
H A D | i8253.c | 179 * when it is used as broadcast device later. clockevent_i8253_init()
|
H A D | timer-keystone.c | 2 * Keystone broadcast clock-event
|
/linux-4.1.27/arch/x86/platform/intel-mid/ |
H A D | intel-mid.c | 47 * 3. per cpu lapic clock (C3STOP) and one apbt clock, with broadcast.
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | cacheflush.h | 49 * broadcast to make the L1I coherent everywhere. This includes
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | gddr5.c | 85 /* this seems wrong, alternate field used for the broadcast nvkm_gddr5_calc()
|
/linux-4.1.27/drivers/usb/host/whci/ |
H A D | wusb.c | 197 * whc_set_gtk - set the GTK for subsequent broadcast packets
|
/linux-4.1.27/include/uapi/linux/can/ |
H A D | bcm.h | 51 * struct bcm_msg_head - head of messages to/from the broadcast manager
|
/linux-4.1.27/include/uapi/sound/ |
H A D | asequencer.h | 94 /** 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 D | kvm_arm.h | 73 * FB: Force broadcast of all maintainance operations
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | m68360_enet.h | 72 #define ETHER_BRO 0x0100 /* broadcast address */
|
/linux-4.1.27/net/caif/ |
H A D | caif_usb.c | 165 dev->broadcast); cfusbl_device_notify()
|
/linux-4.1.27/net/8021q/ |
H A D | vlan_dev.c | 563 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 D | ax25_addr.c | 30 * The default broadcast address of an interface is QST-0; the default address
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_common.h | 79 u64 tx_bcast_bytes; /* broadcast */ 92 u64 rx_bcast_bytes; /* broadcast */
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfa_defs_svc.h | 660 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 D | recv.c | 360 * 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 D | wow.c | 102 * 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 D | ps3fb.c | 140 /* 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 D | sta.c | 674 * 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 D | fw-api.h | 1304 * 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 D | sta.h | 133 * mac80211, such as broadcast station in AP / GO mode, or AUX sta for 342 * broadcast)
|
/linux-4.1.27/drivers/acpi/ |
H A D | processor_idle.c | 173 /* 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 D | vgic-v3-emul.c | 894 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 D | vxge-traffic.h | 339 * 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 D | micrel.c | 220 /* 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 D | aerdrv_core.c | 320 * 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 D | addr.c | 116 memcpy(dev_addr->broadcast, dev->broadcast, MAX_ADDR_LEN); rdma_copy_addr()
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | bpqether.c | 323 * 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 D | hostap_80211_tx.c | 174 /* send broadcast and multicast frames to broadcast RA, if hostap_data_start_xmit()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip.h | 196 * include broadcast packets. Only includes packets whose 201 * Number of identified L2 broadcast packets. Does not
|
H A D | cvmx-wqe.h | 146 * broadcast. 262 * broadcast.
|
/linux-4.1.27/drivers/uwb/ |
H A D | lc-rc.c | 123 * 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 D | l64781.c | 522 * 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 D | pdc.h | 200 #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 D | dn_neigh.c | 139 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 D | eth.c | 163 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 D | ipmi_msghandler.c | 136 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 D | rfc1051.c | 68 /* if someone else already owns the broadcast, we won't take it */ arcnet_rfc1051_init()
|
/linux-4.1.27/drivers/net/dsa/ |
H A D | mv88e6123_61_65.c | 99 * messages, disable flood broadcast override, disable mv88e6123_61_65_setup_global()
|
H A D | mv88e6171.c | 86 * messages, disable flood broadcast override, disable mv88e6171_setup_global()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
H A D | atp.h | 75 #define CMR2h_Normal 2 /* Accept physical and broadcast address. */
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | filter.h | 30 * Used for RX default unicast and multicast/broadcast filters.
|
/linux-4.1.27/drivers/scsi/libsas/ |
H A D | sas_port.c | 282 SAS_DPRINTK("broadcast received: %d\n", prim); sas_porte_broadcast_rcvd()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
H A D | kernel_user_comm.c | 107 /** Add a receiver to a broadcast group
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
H A D | lproc_mdc.c | 135 /* 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 D | chipcommon.h | 56 /* Silicon backplane configuration broadcast control */
|
/linux-4.1.27/drivers/net/ethernet/arc/ |
H A D | emac.h | 32 #define DSBC_MASK (1<<8) /* Disable receive broadcast */
|
/linux-4.1.27/drivers/crypto/vmx/ |
H A D | ghashp8-ppc.pl | 83 vsrab $t1,$t1,$t2 # broadcast carry bit
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | irq_comm.c | 64 printk(KERN_INFO "kvm: apic: phys broadcast and lowest prio\n"); kvm_irq_delivery_to_apic()
|
/linux-4.1.27/include/media/ |
H A D | tuner.h | 181 send a command to a single i2c device. Instead you should broadcast
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | time-ts.c | 329 evt->broadcast = smp_timer_broadcast; bfin_coretmr_clockevent_init()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
H A D | eth_defs.h | 150 unsigned int broadcast : 1; member in struct:__anon449
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
H A D | core.c | 115 memset(dev->broadcast, 0xff, IEEE802154_ADDR_LEN); lowpan_setup()
|
H A D | tx.c | 216 /* if the destination address is the broadcast address, use the lowpan_header()
|
/linux-4.1.27/net/irda/ |
H A D | irda_device.c | 275 memset(dev->broadcast, 0xff, LAP_ALEN); irda_device_setup()
|
/linux-4.1.27/net/l2tp/ |
H A D | l2tp_eth.c | 77 eth_broadcast_addr(dev->broadcast); l2tp_eth_dev_init()
|
/linux-4.1.27/kernel/sched/ |
H A D | idle.c | 241 * path that the tick broadcast device expired cpu_idle_loop()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | sta.c | 358 * 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 D | tlb_uv.c | 510 * 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 D | qeth_l3_main.c | 1325 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 D | rtl871x_recv.c | 329 /* 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 D | bcmsysport.h | 507 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 D | bcmgenet.h | 94 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 D | vsc7326_reg.h | 208 RxBroadcast = 0x08, // # good broadcast frames 230 TxBroadcast = 0x1d, // # frames broadcast
|
/linux-4.1.27/drivers/firewire/ |
H A D | core-card.c | 279 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 D | mtpav.c | 48 * The three global ports, computer, adat and broadcast ports, are created 632 strcpy(substream->name, "MTP broadcast"); snd_mtpav_set_name()
|