Lines Matching defs:flags
2051 __le32 flags; /* WMI_CHAN_FLAG_ */
2255 /* flags to indicate that
2261 * actual number of units to allocate . if flags in the num_unit_info
2996 * enum wmi_10_4_feature_mask - WMI 10.4 feature enable/disable flags
3213 /* Scan control flags */
3276 /* scan control flags */
4192 __le32 flags;
4221 __le32 flags;
4288 /* idnore power , only use flags , mode and freq */
4896 /* values for vdev_start_request flags */
4930 __le32 flags;
5093 #define ATH10K_HW_BW(flags) (((flags) >> 3) & 0x3)
5094 #define ATH10K_HW_GI(flags) (((flags) >> 5) & 0x1)
5097 #define ATH10K_HW_AMPDU(flags) ((flags) & 0x1)
5098 #define ATH10K_HW_BA_FAIL(flags) (((flags) >> 1) & 0x3)
5099 #define ATH10K_FW_SKIPPED_RATE_CTRL(flags) (((flags) >> 6) & 0x1)
5755 __le32 flags;