Searched refs:target_flags (Results 1 – 3 of 3) sorted by relevance
| /linux/net/mac80211/ |
| H A D | mesh_hwmp.c | 102 u8 target_flags, const u8 *target, in mesh_path_sel_frame_tx() argument 181 *pos++ = target_flags; in mesh_path_sel_frame_tx() 589 u8 target_flags, ttl, flags; in hwmp_preq_frame_process() local 600 target_flags = PREQ_IE_TARGET_F(preq_elem); in hwmp_preq_frame_process() 624 (target_flags & IEEE80211_PREQ_TO_FLAG)) { in hwmp_preq_frame_process() 647 } else if ((!(target_flags & IEEE80211_PREQ_TO_FLAG)) && in hwmp_preq_frame_process() 653 target_flags |= IEEE80211_PREQ_TO_FLAG; in hwmp_preq_frame_process() 699 orig_sn, target_flags, target_addr, in hwmp_preq_frame_process() 1065 u8 ttl, target_flags = 0; in mesh_path_start_discovery() local 1128 target_flags |= IEEE80211_PREQ_TO_FLAG; in mesh_path_start_discovery() [all …]
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | tcm_qla2xxx.c | 457 int rc, target_flags = TARGET_SCF_ACK_KREF; in tcm_qla2xxx_handle_cmd() local 461 target_flags |= TARGET_SCF_BIDI_OP; in tcm_qla2xxx_handle_cmd() 464 target_flags |= TARGET_SCF_USE_CPUID; in tcm_qla2xxx_handle_cmd() 494 data_dir, target_flags); in tcm_qla2xxx_handle_cmd()
|
| /linux/fs/ |
| H A D | namei.c | 3844 int target_flags = LOOKUP_RENAME_TARGET | LOOKUP_CREATE; in __start_renaming() local 3848 target_flags = 0; in __start_renaming() 3850 target_flags |= LOOKUP_EXCL; in __start_renaming() 3863 lookup_flags | target_flags); in __start_renaming() 3939 int target_flags = LOOKUP_RENAME_TARGET | LOOKUP_CREATE; in __start_renaming_dentry() local 3943 target_flags = 0; in __start_renaming_dentry() 3945 target_flags |= LOOKUP_EXCL; in __start_renaming_dentry() 3959 lookup_flags | target_flags); in __start_renaming_dentry()
|