Home
last modified time | relevance | path

Searched refs:loop_count (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_internal.h461 uint32_t loop_count:4, member
476 loop_count:4; member
482 uint32_t loop_count:4, member
490 loop_count:4; member
517 uint32_t loop_count:4, member
523 loop_count:4; member
/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_fsm.c1370 int loop_count = 0, j = 0; in sap_acs_scan_freq_list_optimize() local
1375 while (loop_count < *ch_count) { in sap_acs_scan_freq_list_optimize()
1377 sap_ctx->vdev, list->chan[loop_count].freq); in sap_acs_scan_freq_list_optimize()
1383 list->chan[loop_count].freq, in sap_acs_scan_freq_list_optimize()
1386 for (j = loop_count; j < *ch_count - 1; j++) in sap_acs_scan_freq_list_optimize()
1393 loop_count++; in sap_acs_scan_freq_list_optimize()
4361 uint8_t loop_count; in sap_get_freq_list() local
4428 for (loop_count = band_start_ch; loop_count <= band_end_ch; in sap_get_freq_list()
4429 loop_count++) { in sap_get_freq_list()
4430 chan_freq = WLAN_REG_CH_TO_FREQ(loop_count); in sap_get_freq_list()
[all …]