Home
last modified time | relevance | path

Searched refs:temp_str (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c1579 char *temp_str = ""; in dp_tx_get_bank_profile() local
1609 temp_str = "matching"; in dp_tx_get_bank_profile()
1614 temp_str = "unconfigured"; in dp_tx_get_bank_profile()
1619 temp_str = "zero_ref_count"; in dp_tx_get_bank_profile()
1639 temp_str, bank_id, vdev_config.val, in dp_tx_get_bank_profile()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c877 char temp_str[150]; in wma_profile_data_report_event_handler() local
919 snprintf(temp_str, sizeof(temp_str), in wma_profile_data_report_event_handler()
931 "%s", temp_str); in wma_profile_data_report_event_handler()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c12831 char temp_str[20 * WLAN_REASON_TYPE_MAX]; in hdd_display_netif_queue_history_compact() local
12860 qdf_mem_zero(temp_str, sizeof(temp_str)); in hdd_display_netif_queue_history_compact()
12866 &temp_str[tbytes], in hdd_display_netif_queue_history_compact()
12867 (tbytes >= sizeof(temp_str) ? in hdd_display_netif_queue_history_compact()
12868 0 : sizeof(temp_str) - tbytes), in hdd_display_netif_queue_history_compact()
12876 if (tbytes >= sizeof(temp_str)) in hdd_display_netif_queue_history_compact()
12887 temp_str); in hdd_display_netif_queue_history_compact()