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
3211 /* Scan control flags */
3274 /* scan control flags */
4188 __le32 flags;
4217 __le32 flags;
4284 /* idnore power , only use flags , mode and freq */
4892 /* values for vdev_start_request flags */
4926 __le32 flags;
5089 #define ATH10K_HW_BW(flags) (((flags) >> 3) & 0x3)
5090 #define ATH10K_HW_GI(flags) (((flags) >> 5) & 0x1)
5093 #define ATH10K_HW_AMPDU(flags) ((flags) & 0x1)
5094 #define ATH10K_HW_BA_FAIL(flags) (((flags) >> 1) & 0x3)
5095 #define ATH10K_FW_SKIPPED_RATE_CTRL(flags) (((flags) >> 6) & 0x1)
5751 __le32 flags;