Searched refs:broadcast (Results 1 - 25 of 141) sorted by relevance

123456

/linux-master/include/linux/i3c/
H A Dccc.h17 #define I3C_CCC_ID(id, broadcast) \
18 ((id) | ((broadcast) ? 0 : I3C_CCC_DIRECT))
20 /* Commands valid in both broadcast and unicast modes */
21 #define I3C_CCC_ENEC(broadcast) I3C_CCC_ID(0x0, broadcast)
22 #define I3C_CCC_DISEC(broadcast) I3C_CCC_ID(0x1, broadcast)
23 #define I3C_CCC_ENTAS(as, broadcast) I3C_CCC_ID(0x2 + (as), broadcast)
24 #define I3C_CCC_RSTDAA(broadcast) I3C_CCC_I
[all...]
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c104 * allocate the broadcast multicast group, wait
225 * the broadcast group.
227 if (!memcmp(mcast->mcmember.mgid.raw, priv->dev->broadcast + 4,
230 if (!priv->broadcast) {
235 priv->broadcast->mcmember.qkey = mcmember->qkey;
236 priv->broadcast->mcmember.mtu = mcmember->mtu;
237 priv->broadcast->mcmember.traffic_class = mcmember->traffic_class;
238 priv->broadcast->mcmember.rate = mcmember->rate;
239 priv->broadcast->mcmember.sl = mcmember->sl;
240 priv->broadcast
584 struct ipoib_mcast *broadcast; local
853 ipoib_mcast_addr_is_valid(const u8 *addr, const u8 *broadcast) argument
[all...]
/linux-master/include/net/
H A Dif_inet6.h244 const unsigned char *broadcast, char *buf)
246 unsigned char scope = broadcast[5] & 0xF;
253 buf[5] = 0x10 | scope; /* scope from broadcast address */
256 buf[8] = broadcast[8]; /* P_Key */
257 buf[9] = broadcast[9];
262 const unsigned char *broadcast, char *buf)
264 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[
243 ipv6_ib_mc_map(const struct in6_addr *addr, const unsigned char *broadcast, char *buf) argument
261 ipv6_ipgre_mc_map(const struct in6_addr *addr, const unsigned char *broadcast, char *buf) argument
[all...]
H A Dip.h622 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) argument
625 unsigned char scope = broadcast[5] & 0xF;
633 buf[5] = 0x10 | scope; /* scope from broadcast address */
636 buf[8] = broadcast[8]; /* P_Key */
637 buf[9] = broadcast[9];
653 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) argument
655 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[
[all...]
/linux-master/net/appletalk/
H A Ddev.c23 dev->broadcast[0] = 0xFF;
/linux-master/include/linux/
H A Dif_link.h14 __u64 broadcast; member in struct:ifla_vf_stats
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.h51 u64 broadcast; member in struct:oct_vf_stats
/linux-master/net/bluetooth/bnep/
H A Dnetdev.c79 __skb_put_data(skb, dev->broadcast, ETH_ALEN);
86 __skb_put_data(skb, dev->broadcast, ETH_ALEN);
87 __skb_put_data(skb, dev->broadcast, ETH_ALEN);
220 eth_broadcast_addr(dev->broadcast);
/linux-master/kernel/time/
H A DMakefile14 obj-y += tick-broadcast.o
15 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
H A Dtick-internal.h25 extern void tick_setup_periodic(struct clock_event_device *dev, int broadcast);
38 /* Check, if the device is functional or a dummy for broadcast */
74 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast);
90 /* Set the periodic handler in non broadcast mode */
91 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) argument
H A Dtick-common.c151 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) argument
153 tick_set_periodic_handler(dev, broadcast);
261 * device is registered as a placeholder for broadcast mode.
264 * current active broadcast state for this CPU.
357 * device. If the current device is the broadcast device, do
372 * Can the new device be used as a broadcast device ?
378 * tick_broadcast_oneshot_control - Enter/exit broadcast oneshot mode
382 * Returns 0 on success, -EBUSY if the cpu is used to broadcast wakeups.
477 bool broadcast = tick_resume_check_broadcast(); local
480 if (!broadcast) {
[all...]
H A Dtick-broadcast.c4 * device via a broadcast event source.
84 * Check, if the device can be utilized as broadcast device:
161 * Conditionally install/replace broadcast device
188 * registered broadcast device to oneshot mode explicitly.
199 * of a oneshot capable broadcast device. Without that
207 * Check, if the device is the broadcast device
229 pr_crit_once("Failed to broadcast timer tick. Some CPUs may be unresponsive.\n");
234 if (!dev->broadcast)
235 dev->broadcast = tick_broadcast;
236 if (!dev->broadcast) {
515 tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) argument
[all...]
/linux-master/arch/riscv/mm/
H A Dtlbflush.c107 bool broadcast; local
117 broadcast = cpumask_any_but(cmask, cpuid) < nr_cpu_ids;
119 broadcast = true;
122 if (broadcast) {
/linux-master/include/rdma/
H A Dib_addr.h29 * @broadcast: Broadcast address of the device.
39 unsigned char broadcast[MAX_ADDR_LEN]; member in struct:rdma_dev_addr
89 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9];
94 dev_addr->broadcast[8] = pkey >> 8;
95 dev_addr->broadcast[9] = (unsigned char) pkey;
101 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c47 static int broadcast; variable
160 info("Waker: Calling broadcast\n");
177 error("max broadcast iterations (%d) reached with %d/%d tasks woken or requeued\n",
280 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) argument
304 if (broadcast)
369 broadcast = 1;
400 "\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n",
401 broadcast, locked, owner, timeout_ns);
404 "%s broadcast=%d locked=%d owner=%d timeout=%ldns",
405 TEST_NAME, broadcast, locke
[all...]
/linux-master/arch/hexagon/kernel/
H A Dtime.c99 static void broadcast(const struct cpumask *mask) function
113 .broadcast = broadcast,
/linux-master/drivers/staging/vt6656/
H A Dkey.c39 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
49 bssid = &broadcast[0];
/linux-master/drivers/staging/vt6655/
H A Dkey.c22 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
32 bssid = &broadcast[0];
/linux-master/net/tipc/
H A Deth_media.c68 addr->broadcast = is_broadcast_ether_addr(addr->value);
H A Dib_media.c75 addr->broadcast = !memcmp(msg, b->bcast_addr.value,
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_dev.h32 int broadcast, int promisc, int allmulti);
H A Denic_dev.c64 int broadcast, int promisc, int allmulti)
70 multicast, broadcast, promisc, allmulti);
63 enic_dev_packet_filter(struct enic *enic, int directed, int multicast, int broadcast, int promisc, int allmulti) argument
/linux-master/net/dsa/
H A Dport.h109 int dsa_port_tag_8021q_vlan_add(struct dsa_port *dp, u16 vid, bool broadcast);
110 void dsa_port_tag_8021q_vlan_del(struct dsa_port *dp, u16 vid, bool broadcast);
/linux-master/net/802/
H A Dfddi.c121 if (memcmp(fddi->daddr, dev->broadcast, FDDI_K_ALEN) == 0)
157 memset(dev->broadcast, 0xFF, FDDI_K_ALEN);
/linux-master/tools/perf/bench/
H A Dfutex.h22 bool broadcast; /* requeue */ member in struct:bench_futex_parameters

Completed in 490 milliseconds

123456