Home
last modified time | relevance | path

Searched refs:WMI_NLO_CONFIG_STOP (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h2452 #define WMI_NLO_CONFIG_STOP (0x1 << 0) macro
H A Dwmi-tlv.c4017 cmd->flags = __cpu_to_le32(WMI_NLO_CONFIG_STOP); in ath10k_wmi_tlv_op_gen_config_pno_stop()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h5336 #define WMI_NLO_CONFIG_STOP BIT(0) macro
H A Dwmi.c8136 cmd->flags = cpu_to_le32(WMI_NLO_CONFIG_STOP); in ath12k_wmi_op_gen_config_pno_stop()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h6060 #define WMI_NLO_CONFIG_STOP BIT(0) macro
H A Dwmi.c9501 cmd->flags = WMI_NLO_CONFIG_STOP; in ath11k_wmi_op_gen_config_pno_stop()