Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_unit_test.c43 uint32_t apps_args[WMI_UNIT_TEST_MAX_NUM_ARGS]; in __hdd_sysfs_unit_test_target_store()
99 if (args_num > WMI_UNIT_TEST_MAX_NUM_ARGS) { in __hdd_sysfs_unit_test_target_store()
H A Dwlan_hdd_sysfs.c818 uint32_t apps_args[WMI_UNIT_TEST_MAX_NUM_ARGS]; in __hdd_sysfs_logging_config_store()
853 if (args_num > WMI_UNIT_TEST_MAX_NUM_ARGS) { in __hdd_sysfs_logging_config_store()
H A Dwlan_hdd_wext.c5737 if (argc > WMI_UNIT_TEST_MAX_NUM_ARGS || in hdd_set_fwtest()
6808 if (apps_args[1] > WMI_UNIT_TEST_MAX_NUM_ARGS || in __iw_set_var_ints_getnone()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h61 #define WMI_UNIT_TEST_MAX_NUM_ARGS 100 macro
2963 uint32_t args[WMI_UNIT_TEST_MAX_NUM_ARGS];
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c1004 if (arg_count > WMI_UNIT_TEST_MAX_NUM_ARGS) { in wma_form_unit_test_cmd_and_send()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c11809 for (i = 0; (i < wmi_utest->num_args && i < WMI_UNIT_TEST_MAX_NUM_ARGS); i++) { in send_unit_test_cmd_tlv()