| /linux-6.15/include/linux/i3c/ |
| H A D | ccc.h | 17 #define I3C_CCC_ID(id, broadcast) \ argument 18 ((id) | ((broadcast) ? 0 : I3C_CCC_DIRECT)) 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 28 #define I3C_CCC_VENDOR(id, broadcast) ((id) + ((broadcast) ? 0x61 : 0xe0)) argument
|
| /linux-6.15/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_multicast.c | 230 if (!priv->broadcast) { in ipoib_mcast_join_finish() 471 if (!priv->broadcast || in ipoib_mcast_join() 490 if (mcast != priv->broadcast) { in ipoib_mcast_join() 583 if (!priv->broadcast) { in ipoib_mcast_join_task() 587 if (!broadcast) { in ipoib_mcast_join_task() 599 memcpy(broadcast->mcmember.mgid.raw, priv->dev->broadcast + 4, in ipoib_mcast_join_task() 601 priv->broadcast = broadcast; in ipoib_mcast_join_task() 609 mcast = priv->broadcast; in ipoib_mcast_join_task() 753 !priv->broadcast || in ipoib_mcast_send() 841 if (priv->broadcast) { in ipoib_mcast_dev_flush() [all …]
|
| /linux-6.15/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() 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()
|
| H A D | ip.h | 631 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ib_mc_map() argument 634 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() 645 buf[8] = broadcast[8]; /* P_Key */ in ip_ib_mc_map() 646 buf[9] = broadcast[9]; in ip_ib_mc_map() 662 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ipgre_mc_map() argument 664 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) in ip_ipgre_mc_map() 665 memcpy(buf, broadcast, 4); in ip_ipgre_mc_map()
|
| /linux-6.15/Documentation/devicetree/bindings/cache/ |
| H A D | qcom,llcc.yaml | 98 - description: LLCC broadcast OR register region 99 - description: LLCC broadcast AND register region 124 - description: LLCC broadcast base register region 146 - description: LLCC broadcast base register region 169 - description: LLCC broadcast base register region 196 - description: LLCC broadcast base register region 227 - description: LLCC broadcast base register region 228 - description: LLCC broadcast AND register region 260 - description: LLCC broadcast base register region 285 - description: LLCC broadcast OR register region [all …]
|
| /linux-6.15/include/rdma/ |
| H A D | ib_addr.h | 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()
|
| /linux-6.15/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 47 static int broadcast; variable 280 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() argument 304 if (broadcast) in unit_test() 369 broadcast = 1; in main() 401 broadcast, locked, owner, timeout_ns); in main() 405 TEST_NAME, broadcast, locked, owner, timeout_ns); in main() 416 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
|
| /linux-6.15/net/bluetooth/bnep/ |
| H A D | netdev.c | 79 __skb_put_data(skb, dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list() 86 __skb_put_data(skb, dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list() 87 __skb_put_data(skb, dev->broadcast, ETH_ALEN); in bnep_net_set_mc_list() 220 eth_broadcast_addr(dev->broadcast); in bnep_net_setup()
|
| /linux-6.15/arch/hexagon/kernel/ |
| H A D | time.c | 99 static void broadcast(const struct cpumask *mask) in broadcast() function 113 .broadcast = broadcast,
|
| /linux-6.15/kernel/time/ |
| H A D | tick-common.c | 151 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic() argument 153 tick_set_periodic_handler(dev, broadcast); in tick_setup_periodic() 463 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local 466 if (!broadcast) { in tick_resume_local()
|
| H A D | tick-internal.h | 25 extern void tick_setup_periodic(struct clock_event_device *dev, int broadcast); 75 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast); 92 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument
|
| H A D | Makefile | 20 obj-y += tick-broadcast.o 21 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
|
| H A D | tick-broadcast.c | 234 if (!dev->broadcast) in tick_device_setup_broadcast_func() 235 dev->broadcast = tick_broadcast; in tick_device_setup_broadcast_func() 236 if (!dev->broadcast) { in tick_device_setup_broadcast_func() 239 dev->broadcast = err_broadcast; in tick_device_setup_broadcast_func() 382 td->evtdev->broadcast(mask); in tick_do_broadcast() 515 void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument 517 if (!broadcast) in tick_set_periodic_handler()
|
| /linux-6.15/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
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | nvidia,tegra186-mc.yaml | 155 - const: broadcast 174 - const: broadcast 205 - const: broadcast 250 reg-names = "sid", "broadcast", "ch0", "ch1", "ch2", "ch3";
|
| /linux-6.15/net/802/ |
| H A D | fddi.c | 121 if (memcmp(fddi->daddr, dev->broadcast, FDDI_K_ALEN) == 0) in fddi_type_trans() 157 memset(dev->broadcast, 0xFF, FDDI_K_ALEN); in fddi_setup()
|
| /linux-6.15/drivers/firmware/psci/ |
| H A D | psci_checker.c | 237 bool broadcast = state->flags & CPUIDLE_FLAG_TIMER_STOP; in suspend_cpu() local 242 if (broadcast) { in suspend_cpu() 264 if (broadcast) in suspend_cpu()
|
| /linux-6.15/Documentation/driver-api/soundwire/ |
| H A D | locking.rst | 44 b. Transfer message (Read/Write) to Slave1 or broadcast message on 78 b. Transfer message (Read/Write) to Slave1 or broadcast message on
|
| /linux-6.15/net/dsa/ |
| H A D | port.h | 109 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-6.15/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_dev.c | 64 int broadcast, int promisc, int allmulti) in enic_dev_packet_filter() argument 70 multicast, broadcast, promisc, allmulti); in enic_dev_packet_filter()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fltr.c | 336 u8 broadcast[ETH_ALEN]; in ice_fltr_prepare_mac_and_broadcast() local 340 eth_broadcast_addr(broadcast); in ice_fltr_prepare_mac_and_broadcast() 342 ice_fltr_add_mac_to_list(vsi, &tmp_list, broadcast, action)) { in ice_fltr_prepare_mac_and_broadcast()
|
| /linux-6.15/drivers/cpuidle/ |
| H A D | cpuidle.c | 222 bool broadcast = !!(target_state->flags & CPUIDLE_FLAG_TIMER_STOP); in cpuidle_enter_state() local 232 if (broadcast && tick_broadcast_enter()) { in cpuidle_enter_state() 237 broadcast = false; in cpuidle_enter_state() 286 if (broadcast) in cpuidle_enter_state()
|
| /linux-6.15/include/linux/ |
| H A D | if_link.h | 14 __u64 broadcast; member
|
| /linux-6.15/Documentation/features/time/arch-tick-broadcast/ |
| H A D | arch-support.txt | 2 # Feature name: arch-tick-broadcast
|
| /linux-6.15/drivers/net/ethernet/cavium/liquidio/ |
| H A D | cn23xx_pf_device.h | 51 u64 broadcast; member
|