Lines Matching defs:mode
75 * HW mode config type replicated from FW header
79 * @WMI_HOST_HW_MODE_SBS_PASSIVE: Both PHYs are in passive mode (only rx) in
91 * @WMI_HOST_HW_MODE_MAX: Max hw_mode_id. Used to indicate invalid mode.
105 /* HW mode priority values used to detect the preferred HW mode
127 * Used only for HE auto rate mode.
2746 static inline const char *ath11k_wmi_phymode_str(enum wmi_phy_mode mode)
2748 switch (mode) {
2825 enum wmi_phy_mode mode;
3290 #define WMI_SCAN_SET_DWELL_MODE(flag, mode) \
3291 ((flag) |= (((mode) << WMI_SCAN_DWELL_MODE_SHIFT) & \
5187 * protection mode.
6479 enum wmi_host_hw_mode_config_type mode);