Home
last modified time | relevance | path

Searched refs:target_flags (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c102 u8 target_flags, const u8 *target, in mesh_path_sel_frame_tx() argument
181 *pos++ = target_flags; in mesh_path_sel_frame_tx()
581 u8 target_flags, ttl, flags; in hwmp_preq_frame_process() local
592 target_flags = PREQ_IE_TARGET_F(preq_elem); in hwmp_preq_frame_process()
616 (target_flags & IEEE80211_PREQ_TO_FLAG)) { in hwmp_preq_frame_process()
639 } else if ((!(target_flags & IEEE80211_PREQ_TO_FLAG)) && in hwmp_preq_frame_process()
645 target_flags |= IEEE80211_PREQ_TO_FLAG; in hwmp_preq_frame_process()
689 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process()
1052 u8 ttl, target_flags = 0; in mesh_path_start_discovery() local
1115 target_flags |= IEEE80211_PREQ_TO_FLAG; in mesh_path_start_discovery()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch155 set target_flags $flags
160 set target_flags [add_options_for_${target} "$flags"]
167 $runtest $testcases $target_flags ${default-extra-flags}
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c444 int rc, target_flags = TARGET_SCF_ACK_KREF; in tcm_qla2xxx_handle_cmd() local
448 target_flags |= TARGET_SCF_BIDI_OP; in tcm_qla2xxx_handle_cmd()
451 target_flags |= TARGET_SCF_USE_CPUID; in tcm_qla2xxx_handle_cmd()
481 data_dir, target_flags); in tcm_qla2xxx_handle_cmd()
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c216 int target_flags = cpu_m68k_exceptbits_from_host(host_flags); in cpu_m68k_get_fpsr() local
217 int except = (env->fpsr & ~(0xf8)) | target_flags; in cpu_m68k_get_fpsr()
/openbmc/linux/fs/
H A Dnamei.c4921 unsigned int lookup_flags = 0, target_flags = LOOKUP_RENAME_TARGET; in do_renameat2() local
4933 target_flags = 0; in do_renameat2()
4976 lookup_flags | target_flags); in do_renameat2()
/openbmc/qemu/linux-user/
H A Dsyscall.c5912 int target_flags, int fd, off_t offset) in do_mmap() argument
5938 switch (target_flags & TARGET_MAP_TYPE) { in do_mmap()
5950 if (target_flags & ~(TARGET_LEGACY_MAP_MASK | TARGET_MAP_SYNC)) { in do_mmap()
5954 if (target_flags & TARGET_MAP_SYNC) { in do_mmap()
5961 host_flags |= target_to_host_bitmask(target_flags, mmap_flags_tbl); in do_mmap()