| /linux/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/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_multicast.c | 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() 241 priv->broadcast->mcmember.hop_limit = mcmember->hop_limit; in ipoib_mcast_join_finish() 244 priv->broadcast->mcmember.mtu); in ipoib_mcast_join_finish() [all …]
|
| /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() 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 | 637 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ib_mc_map() argument 640 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() 651 buf[8] = broadcast[8]; /* P_Key */ in ip_ib_mc_map() 652 buf[9] = broadcast[9]; in ip_ib_mc_map() 668 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ipgre_mc_map() argument 670 if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) in ip_ipgre_mc_map() 671 memcpy(buf, broadcast, 4); in ip_ipgre_mc_map()
|
| /linux/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/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 68 bool broadcast; in FIXTURE_VARIANT() local 87 .broadcast = true, \ 93 .broadcast = true, \ 100 .broadcast = true, \ 327 bool broadcast = variant->broadcast; in TEST_F() local 335 broadcast, lock, third_party_owner, timeout_ns); in TEST_F() 350 if (broadcast) in TEST_F()
|
| /linux/drivers/accel/ethosu/ |
| H A D | ethosu_gem.c | 127 u8 broadcast; member 317 height = st->ifm.broadcast & 0x1 ? 0 : st->ofm.height[2]; in calc_sizes_elemwise() 318 width = st->ifm.broadcast & 0x2 ? 0 : st->ofm.width; in calc_sizes_elemwise() 319 depth = st->ifm.broadcast & 0x4 ? 0 : st->ofm.depth; in calc_sizes_elemwise() 330 height = st->ifm2.broadcast & 0x1 ? 0 : st->ofm.height[2]; in calc_sizes_elemwise() 331 width = st->ifm2.broadcast & 0x2 ? 0 : st->ofm.width; in calc_sizes_elemwise() 332 depth = st->ifm2.broadcast & 0x4 ? 0 : st->ofm.depth; in calc_sizes_elemwise() 424 (st.ifm2.broadcast & 0x80) : in ethosu_gem_cmdstream_copy_and_validate() 425 (st.ifm2.broadcast == 8); in ethosu_gem_cmdstream_copy_and_validate() 428 use_ifm = st.ifm.broadcast != 8; in ethosu_gem_cmdstream_copy_and_validate() [all …]
|
| /linux/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/arch/hexagon/kernel/ |
| H A D | time.c | 99 static void broadcast(const struct cpumask *mask) in broadcast() function 113 .broadcast = broadcast,
|
| /linux/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() 457 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local 460 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); 39 /* Check, if the device is functional or a dummy for broadcast */ 75 extern void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast); 91 /* Set the periodic handler in non broadcast mode */ 92 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler() argument
|
| 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()
|
| H A D | Makefile | 20 obj-y += tick-broadcast.o 21 obj-$(CONFIG_TICK_ONESHOT) += tick-broadcast-hrtimer.o
|
| /linux/tools/testing/selftests/net/ |
| H A D | netdev-l2addr.sh | 38 get_addr broadcast "$nsim" "$NS" >/dev/null || fail "Couldn't get brd addr" 54 get_addr broadcast "$nsim_port" "$NS" >/dev/null || fail "Couldn't get brd addr"
|
| /linux/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/drivers/firmware/psci/ |
| H A D | psci_checker.c | 236 bool broadcast = state->flags & CPUIDLE_FLAG_TIMER_STOP; in suspend_cpu() local 241 if (broadcast) { in suspend_cpu() 263 if (broadcast) in suspend_cpu()
|
| /linux/drivers/cpuidle/ |
| H A D | cpuidle.c | 224 bool broadcast = !!(target_state->flags & CPUIDLE_FLAG_TIMER_STOP); in cpuidle_enter_state() local 234 if (broadcast && tick_broadcast_enter()) { in cpuidle_enter_state() 239 broadcast = false; in cpuidle_enter_state() 288 if (broadcast) in cpuidle_enter_state()
|
| /linux/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/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()
|
| H A D | ice_vf_lib.c | 421 u8 broadcast[ETH_ALEN]; in ice_vf_rebuild_host_mac_cfg() local 430 eth_broadcast_addr(broadcast); in ice_vf_rebuild_host_mac_cfg() 431 status = ice_fltr_add_mac(vsi, broadcast, ICE_FWD_TO_VSI); in ice_vf_rebuild_host_mac_cfg() 1296 u8 broadcast[ETH_ALEN]; in ice_vf_init_host_cfg() local 1317 eth_broadcast_addr(broadcast); in ice_vf_init_host_cfg() 1318 err = ice_fltr_add_mac(vsi, broadcast, ICE_FWD_TO_VSI); in ice_vf_init_host_cfg()
|
| /linux/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/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/Documentation/networking/ |
| H A D | j1939.rst | 96 - TP transfers can be unicast or broadcast. 99 used in broadcast scenarios. 114 - ETP transfers cannot be broadcast like TP transfers, and always require a 145 TP transfers. ETP cannot be broadcast and always needs a receiving client. 197 PDU2 Format (global) (broadcast) 344 By default no broadcast packets can be send or received. To enable sending or 345 receiving broadcast packets use the socket option ``SO_BROADCAST``: 437 single unicast or broadcast address. However, there are scenarios where finer 444 address or broadcast to the bus. 462 - You need to handle both broadcast and unicast messages but only care about [all …]
|
| /linux/include/linux/ |
| H A D | if_link.h | 14 __u64 broadcast; member
|
| /linux/drivers/net/usb/ |
| H A D | catc.c | 634 u8 broadcast[ETH_ALEN]; in catc_set_multicast_list() local 637 eth_broadcast_addr(broadcast); in catc_set_multicast_list() 640 catc_multicast(broadcast, catc->multicast); in catc_set_multicast_list() 775 u8 broadcast[ETH_ALEN]; in catc_probe() local 907 eth_broadcast_addr(broadcast); in catc_probe() 908 catc_multicast(broadcast, catc->multicast); in catc_probe()
|