/openbmc/linux/kernel/time/ |
H A D | tick-broadcast.c | 4 * device via a broadcast event source. 23 * Broadcast support for broken x86 hardware, where the local apic 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. in tick_install_broadcast_device() 199 * of a oneshot capable broadcast device. Without that in tick_install_broadcast_device() 207 * Check, if the device is the broadcast device 229 pr_crit_once("Failed to broadcast timer tick. Some CPUs may be unresponsive.\n"); in err_broadcast() 234 if (!dev->broadcast) in tick_device_setup_broadcast_func() 235 dev->broadcast = tick_broadcast; in tick_device_setup_broadcast_func() [all …]
|
H A D | tick-broadcast-hrtimer.c | 40 * This is called from the guts of the broadcast code when the cpu 41 * which is about to enter idle has the earliest broadcast timer event. 47 * broadcast handler. In all cases tick_broadcast_lock is held. in bc_set_next() 50 * broadcast handler nor from the enter/exit idle code. The idle in bc_set_next() 52 * broadcast handler cannot wait for itself to complete for obvious in bc_set_next() 62 * The core tick broadcast mode expects bc->bound_on to be set in bc_set_next() 63 * correctly to prevent a CPU which has the broadcast hrtimer in bc_set_next()
|
H A D | tick-common.c | 152 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic() argument 154 tick_set_periodic_handler(dev, broadcast); in tick_setup_periodic() 156 /* Broadcast setup ? */ in tick_setup_periodic() 248 * device is registered as a placeholder for broadcast mode. in tick_setup_device() 251 * current active broadcast state for this CPU. in tick_setup_device() 344 * device. If the current device is the broadcast device, do in tick_check_new_device() 359 * Can the new device be used as a broadcast device ? in tick_check_new_device() 365 * tick_broadcast_oneshot_control - Enter/exit broadcast oneshot mode 369 * Returns 0 on success, -EBUSY if the cpu is used to broadcast wakeups. 449 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local [all …]
|
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 */ 70 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast); 86 /* Set the periodic handler in non broadcast mode */ 87 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument 133 #else /* !(BROADCAST && ONESHOT): */ 138 #endif /* !(BROADCAST && ONESHOT) */
|
/openbmc/linux/include/linux/i3c/ |
H A D | ccc.h | 17 #define I3C_CCC_ID(id, broadcast) \ argument 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) argument 22 #define I3C_CCC_DISEC(broadcast) I3C_CCC_ID(0x1, broadcast) argument 23 #define I3C_CCC_ENTAS(as, broadcast) I3C_CCC_ID(0x2 + (as), broadcast) argument 24 #define I3C_CCC_RSTDAA(broadcast) I3C_CCC_ID(0x6, broadcast) argument 25 #define I3C_CCC_SETMWL(broadcast) I3C_CCC_ID(0x9, broadcast) argument 26 #define I3C_CCC_SETMRL(broadcast) I3C_CCC_ID(0xa, broadcast) argument 27 #define I3C_CCC_SETXTIME(broadcast) ((broadcast) ? 0x28 : 0x98) argument [all …]
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 104 * allocate the broadcast multicast group, wait in __ipoib_mcast_schedule_join_thread() 225 * the broadcast group. in ipoib_mcast_join_finish() 227 if (!memcmp(mcast->mcmember.mgid.raw, priv->dev->broadcast + 4, in ipoib_mcast_join_finish() 230 if (!priv->broadcast) { in ipoib_mcast_join_finish() 235 priv->broadcast->mcmember.qkey = mcmember->qkey; in ipoib_mcast_join_finish() 236 priv->broadcast->mcmember.mtu = mcmember->mtu; in ipoib_mcast_join_finish() 237 priv->broadcast->mcmember.traffic_class = mcmember->traffic_class; in ipoib_mcast_join_finish() 238 priv->broadcast->mcmember.rate = mcmember->rate; in ipoib_mcast_join_finish() 239 priv->broadcast->mcmember.sl = mcmember->sl; in ipoib_mcast_join_finish() 240 priv->broadcast->mcmember.flow_label = mcmember->flow_label; in ipoib_mcast_join_finish() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | simple.script | 19 BROADCAST="broadcast +" 22 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast" 41 /SBIN_DIR/ip addr add dev $interface local $ip/$mask $BROADCAST 43 /SBIN_DIR/ifconfig $interface $ip $BROADCAST $NETMASK
|
/openbmc/qemu/hw/i2c/ |
H A D | core.c | 38 if (!bus->broadcast) { in i2c_bus_pre_save() 82 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast, in i2c_scan_bus() argument 92 if (sc->match_and_add(candidate, address, broadcast, current_devs)) { in i2c_scan_bus() 93 if (!broadcast) { in i2c_scan_bus() 100 * If broadcast was true, and the list was full or empty, return true. If in i2c_scan_bus() 101 * broadcast was false, return false. in i2c_scan_bus() 103 return broadcast; in i2c_scan_bus() 131 * This is a broadcast, the current_devs will be all the devices of the in i2c_do_start_transfer() 134 bus->broadcast = true; in i2c_do_start_transfer() 147 (void)i2c_scan_bus(bus, address, bus->broadcast, &bus->current_devs); in i2c_do_start_transfer() [all …]
|
H A D | i2c_mux_pca954x.c | 68 bool broadcast, in OBJECT_DECLARE_TYPE() 76 if ((candidate->address == address) || broadcast) { in OBJECT_DECLARE_TYPE() 80 if (!broadcast) { in OBJECT_DECLARE_TYPE() 90 if (i2c_scan_bus(mux->bus[i], address, broadcast, in OBJECT_DECLARE_TYPE() 92 if (!broadcast) { in OBJECT_DECLARE_TYPE() 98 /* If we arrived here we didn't find a match, return broadcast. */ in OBJECT_DECLARE_TYPE() 99 return broadcast; in OBJECT_DECLARE_TYPE()
|
/openbmc/linux/net/batman-adv/ |
H A D | send.c | 48 * @hard_iface: the interface to use to send the broadcast packet 51 * Send out an already prepared packet to the given neighbor or broadcast it 116 * batadv_send_broadcast_skb() - Send broadcast packet via hard interface 697 * batadv_forw_packet_bcast_queue() - try to queue a broadcast packet 702 * This function tries to (re)queue a broadcast packet. 734 * batadv_forw_bcast_packet_to_list() - queue broadcast packet for transmissions 736 * @skb: broadcast packet to add 738 * @own_packet: true if it is a self-generated broadcast packet 742 * Adds a broadcast packet to the queue and sets up timers. Broadcast packets 789 * batadv_forw_bcast_packet_if() - forward and queue a broadcast packet [all …]
|
/openbmc/linux/include/net/ |
H A D | if_inet6.h | 244 const unsigned char *broadcast, char *buf) in ipv6_ib_mc_map() argument 246 unsigned char scope = broadcast[5] & 0xF; in ipv6_ib_mc_map() 253 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ipv6_ib_mc_map() 256 buf[8] = broadcast[8]; /* P_Key */ in ipv6_ib_mc_map() 257 buf[9] = broadcast[9]; in ipv6_ib_mc_map() 262 const unsigned char *broadcast, char *buf) in ipv6_ipgre_mc_map() argument 264 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) { in ipv6_ipgre_mc_map() 265 memcpy(buf, broadcast, 4); in ipv6_ipgre_mc_map()
|
/openbmc/linux/drivers/net/team/ |
H A D | team_mode_broadcast.c | 3 * drivers/net/team/team_mode_broadcast.c - Broadcast mode for team 51 .kind = "broadcast", 72 MODULE_DESCRIPTION("Broadcast mode for team"); 73 MODULE_ALIAS_TEAM_MODE("broadcast");
|
/openbmc/linux/include/rdma/ |
H A D | ib_addr.h | 29 * @broadcast: Broadcast address of the device. 39 unsigned char broadcast[MAX_ADDR_LEN]; member 89 return ((u16)dev_addr->broadcast[8] << 8) | (u16)dev_addr->broadcast[9]; in ib_addr_get_pkey() 94 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey() 95 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey() 101 memcpy(gid, dev_addr->broadcast + 4, sizeof *gid); in ib_addr_get_mgid()
|
/openbmc/linux/net/tipc/ |
H A D | bcast.c | 2 * net/tipc/bcast.c: TIPC broadcast code 48 const char tipc_bclink_name[] = "broadcast-link"; 52 * struct tipc_bc_base - base structure for keeping broadcast send state 53 * @link: broadcast send link structure 56 * @primary_bearer: a bearer having links to all broadcast destinations, if any 57 * @bcast_support: indicates if primary bearer, if any, supports broadcast 58 * @force_bcast: forces broadcast for multicast traffic 62 * @bc_threshold: calculated from rc_ratio; if dests > threshold use broadcast 82 /* tipc_bcast_get_mtu(): -get the MTU currently used by broadcast link 167 /* tipc_bcbase_xmit - broadcast a packet queue across one or more bearers [all …]
|
/openbmc/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi.c | 45 static int broadcast; variable 60 printf(" -b Broadcast wakeup (all waiters)\n"); in usage() 158 info("Waker: Calling broadcast\n"); in broadcast_wakerfn() 175 error("max broadcast iterations (%d) reached with %d/%d tasks woken or requeued\n", in broadcast_wakerfn() 278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() argument 302 if (broadcast) in unit_test() 366 broadcast = 1; in main() 397 "\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n", in main() 398 broadcast, locked, owner, timeout_ns); in main() 405 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
|
/openbmc/linux/include/linux/ |
H A D | clockchips.h | 53 * - Clockevent source stops in C3 State and needs broadcast support. 60 * Core shall set the interrupt affinity dynamically in broadcast mode 66 * Clockevent device is based on a hrtimer for broadcast 89 * @broadcast: function to broadcast events 119 void (*broadcast)(const struct cpumask *mask); member
|
/openbmc/linux/Documentation/networking/ |
H A D | vrf.rst | 237 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA… 239 …4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA… 241 …7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN mode DEFAULT group defaul… 248 eth1 UP 02:00:00:00:02:02 <BROADCAST,MULTICAST,UP,LOWER_UP> 249 eth2 UP 02:00:00:00:02:03 <BROADCAST,MULTICAST,UP,LOWER_UP> 250 eth5 DOWN 02:00:00:00:02:06 <BROADCAST,MULTICAST> 282 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP group def… 290 …4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP group def… 298 7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN group default qlen 1000 321 broadcast 10.2.1.0 dev eth1 proto kernel scope link src 10.2.1.2 [all …]
|
/openbmc/linux/arch/riscv/mm/ |
H A D | tlbflush.c | 84 bool broadcast; in __flush_tlb_range() local 95 broadcast = cpumask_any_but(cmask, cpuid) < nr_cpu_ids; in __flush_tlb_range() 101 broadcast = true; in __flush_tlb_range() 104 if (broadcast) { in __flush_tlb_range()
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | nvidia,tegra186-mc.yaml | 155 - const: broadcast 174 - const: broadcast 205 - const: broadcast 245 <0x0 0x02c10000 0x0 0x10000>, /* Broadcast channel */ 250 reg-names = "sid", "broadcast", "ch0", "ch1", "ch2", "ch3";
|
/openbmc/qemu/hw/i3c/ |
H A D | core.c | 68 bus->broadcast = false; in i3c_init_bus_type() 93 "ENTDAA instead of a broadcast address\n", in i3c_target_match() 110 if ((targ_addr == address) || bus->broadcast) { in i3c_target_match() 172 bus->broadcast = true; in i3c_do_start_transfer() 173 /* If we're not in ENTDAA, a broadcast is the start of a new CCC. */ in i3c_do_start_transfer() 178 bus->broadcast = false; in i3c_do_start_transfer() 192 if (rv && !bus->broadcast) { in i3c_do_start_transfer() 230 * This is because everyone initially participates due to the broadcast, in i3c_end_transfer() 258 bus->broadcast = false; in i3c_end_transfer() 337 /* If this message is a broadcast and no CCC has been found, grab it. */ in i3c_send() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/cache/ |
H A D | qcom,llcc.yaml | 65 - description: LLCC broadcast base register region 83 - description: LLCC broadcast base register region 109 - description: LLCC broadcast base register region 141 - description: LLCC broadcast base register region
|
/openbmc/u-boot/doc/ |
H A D | README.NetConsole | 14 broadcast address and port 6666 are used. If it is set to an IP 41 It turns out that 'netcat' cannot be used to listen to broadcast 43 listens to broadcast packets on a given port and dumps them to the 74 (defaults to broadcast)
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor-test.sh | 42 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group de… 53 [LINK]2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT gr… 70 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 10… 168 …expect_err 0 gbmc_ip_monitor_parse_line "[LINK]2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500… 178 …expect_err 0 gbmc_ip_monitor_parse_line "[LINK]Deleted 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> … 188 …expect_err 0 gbmc_ip_monitor_parse_line "[LINK]20: gusbem0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu …
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | ethernet_interface.hpp | 42 Broadcast, enumerator 90 {TeamMode::Broadcast, "Broadcast"},
|
/openbmc/linux/Documentation/hwmon/ |
H A D | acpi_power_meter.rst | 31 When both of them are set, an ACPI event will be broadcast on the ACPI netlink 41 average power consumption exceeds the cap, an ACPI event will be broadcast on 48 all cases the ACPI event will be broadcast on the ACPI netlink event socket as
|