Home
last modified time | relevance | path

Searched defs:broadcast (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/linux/include/linux/i3c/
H A Dccc.h17 #define I3C_CCC_ID(id, broadcast) \ argument
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
/openbmc/linux/kernel/time/
H A Dtick-common.c152 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic()
449 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local
H A Dtick-internal.h87 static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) in tick_set_periodic_handler()
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c45 static int broadcast; variable
278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.h51 u64 broadcast; member
/openbmc/linux/drivers/staging/vt6656/
H A Dkey.c39 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in vnt_set_keymode() local
/openbmc/linux/drivers/staging/vt6655/
H A Dkey.c22 u8 broadcast[6] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in vnt_set_keymode() local
/openbmc/qemu/hw/i2c/
H A Dcore.c82 bool i2c_scan_bus(I2CBus *bus, uint8_t address, bool broadcast, in i2c_scan_bus()
392 bool broadcast, I2CNodeList *current_devs) in i2c_slave_match()
/openbmc/linux/include/linux/
H A Dif_link.h14 __u64 broadcast; member
H A Dclockchips.h119 void (*broadcast)(const struct cpumask *mask); member
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c585 struct ipoib_mcast *broadcast; in ipoib_mcast_join_task() local
854 static int ipoib_mcast_addr_is_valid(const u8 *addr, const u8 *broadcast) in ipoib_mcast_addr_is_valid()
/openbmc/linux/arch/hexagon/kernel/
H A Dtime.c97 static void broadcast(const struct cpumask *mask) in broadcast() function
/openbmc/qemu/include/hw/i2c/
H A Di2c.h91 bool broadcast; member
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_dev.c64 int broadcast, int promisc, int allmulti) in enic_dev_packet_filter()
/openbmc/linux/arch/riscv/mm/
H A Dtlbflush.c107 bool broadcast; in __flush_tlb_range() local
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c405 u8 broadcast[ETH_ALEN]; in ice_vf_rebuild_host_mac_cfg() local
1260 u8 broadcast[ETH_ALEN]; in ice_vf_init_host_cfg() local
/openbmc/linux/drivers/firmware/psci/
H A Dpsci_checker.c237 bool broadcast = state->flags & CPUIDLE_FLAG_TIMER_STOP; in suspend_cpu() local
/openbmc/linux/tools/perf/bench/
H A Dfutex.h22 bool broadcast; /* requeue */ member
/openbmc/linux/include/rdma/
H A Dib_addr.h39 unsigned char broadcast[MAX_ADDR_LEN]; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h51 struct mlx5e_l2_rule broadcast; member
/openbmc/qemu/hw/intc/
H A Dgrlib_irqmp.c72 uint32_t broadcast; member
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.c598 u8 broadcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in sparx5_start() local
/openbmc/linux/net/tipc/
H A Dbearer.h80 u8 broadcast; member
/openbmc/linux/arch/sparc/kernel/
H A Dleon_smp.c134 int broadcast = in leon_smp_setbroadcast() local
/openbmc/linux/include/net/
H A Dif_inet6.h244 const unsigned char *broadcast, char *buf) in ipv6_ib_mc_map()
262 const unsigned char *broadcast, char *buf) in ipv6_ipgre_mc_map()

123