Home
last modified time | relevance | path

Searched refs:target_flags (Results 1 – 5 of 5) 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()
645 target_flags |= IEEE80211_PREQ_TO_FLAG; 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()
1117 target_flags &= ~IEEE80211_PREQ_TO_FLAG; in mesh_path_start_discovery()
1322 u8 flags, target_flags = 0; in mesh_path_tx_root_frame() local
1339 target_flags |= IEEE80211_PREQ_TO_FLAG | in mesh_path_tx_root_frame()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch153 set target_flags $flags
158 set target_flags [add_options_for_${target} "$flags"]
165 $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/linux/fs/
H A Dnamei.c4923 unsigned int lookup_flags = 0, target_flags = LOOKUP_RENAME_TARGET; in do_renameat2() local
4935 target_flags = 0; in do_renameat2()
4978 lookup_flags | target_flags); in do_renameat2()
/openbmc/qemu/linux-user/
H A Dsyscall.c5888 int target_flags, int fd, off_t offset) in do_mmap() argument
5914 switch (target_flags & TARGET_MAP_TYPE) { in do_mmap()
5926 if (target_flags & ~(TARGET_LEGACY_MAP_MASK | TARGET_MAP_SYNC)) { in do_mmap()
5930 if (target_flags & TARGET_MAP_SYNC) { in do_mmap()
5937 host_flags |= target_to_host_bitmask(target_flags, mmap_flags_tbl); in do_mmap()