Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 25 of 56) sorted by relevance

123

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_pkt_add_timestamp.c27 if (dp_pkt_ts_info.current_index >= NUM_DP_PKT_TIMESTAMP_SUPPORT) { in qdf_set_dp_pkt_add_ts_info()
34 dp_pkt_ts_info.proto_info[dp_pkt_ts_info.current_index].proto = proto; in qdf_set_dp_pkt_add_ts_info()
35 dp_pkt_ts_info.proto_info[dp_pkt_ts_info.current_index].port = port; in qdf_set_dp_pkt_add_ts_info()
36 dp_pkt_ts_info.proto_info[dp_pkt_ts_info.current_index++].offset = in qdf_set_dp_pkt_add_ts_info()
69 qdf_debug("current_index %d", dp_pkt_ts_info.current_index); in qdf_show_dp_pkt_add_ts_info()
73 for (i = 0; i < dp_pkt_ts_info.current_index; i++) { in qdf_show_dp_pkt_add_ts_info()
162 for (i = 0; i < dp_pkt_ts_info.current_index; i++) { in qdf_add_dp_pkt_timestamp()
180 for (i = 0; i < dp_pkt_ts_info.current_index; i++) { in qdf_add_dp_pkt_timestamp()
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_roam_debug.c304 int32_t current_index; in wlan_rec_debug_dump_table() local
317 current_index = qdf_atomic_read(&dbg_tbl->index); in wlan_rec_debug_dump_table()
318 if (current_index < 0) { in wlan_rec_debug_dump_table()
323 current_index); in wlan_rec_debug_dump_table()
325 i = (current_index + WLAN_ROAM_DEBUG_MAX_REC - count) % in wlan_rec_debug_dump_table()
351 } while (i != current_index); in wlan_rec_debug_dump_table()
/wlan-driver/fw-api/hw/peach/v1/
H A Dreo_get_queue_stats_status.h29 current_index : 10, member
69 current_index : 10,
H A Drx_reo_queue.h48 current_index : 10, member
118 current_index : 10,
/wlan-driver/fw-api/hw/qca5332/
H A Dreo_get_queue_stats_status.h41 current_index : 10, // [21:12] member
80 current_index : 10, // [21:12]
H A Drx_reo_queue.h51 current_index : 10, // [22:13] member
121 current_index : 10, // [22:13]
/wlan-driver/fw-api/hw/qca5424/
H A Dreo_get_queue_stats_status.h34 current_index : 10, member
73 current_index : 10,
H A Drx_reo_queue.h52 current_index : 10, member
122 current_index : 10,
/wlan-driver/fw-api/hw/peach/v2/
H A Dreo_get_queue_stats_status.h29 current_index : 10, member
69 current_index : 10,
H A Drx_reo_queue.h48 current_index : 10, member
118 current_index : 10,
/wlan-driver/fw-api/hw/qcn6432/
H A Dreo_get_queue_stats_status.h32 current_index : 10, // [21:12] member
71 current_index : 10, // [21:12]
H A Drx_reo_queue.h50 current_index : 10, // [22:13] member
120 current_index : 10, // [22:13]
/wlan-driver/fw-api/hw/qcc2072/v1/
H A Dreo_get_queue_stats_status.h29 current_index : 10, member
69 current_index : 10,
H A Drx_reo_queue.h48 current_index : 10, member
118 current_index : 10,
/wlan-driver/fw-api/hw/wcn7750/v1/
H A Dreo_get_queue_stats_status.h29 current_index : 10, member
69 current_index : 10,
H A Drx_reo_queue.h48 current_index : 10, member
118 current_index : 10,
/wlan-driver/fw-api/hw/kiwi/v2/
H A Dreo_get_queue_stats_status.h36 current_index : 10, member
75 current_index : 10,
H A Drx_reo_queue.h54 current_index : 10, member
124 current_index : 10,
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dreo_get_queue_stats_status.h41 current_index : 10, member
80 current_index : 10,
H A Drx_reo_queue.h59 current_index : 10, member
129 current_index : 10,
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dreo_get_queue_stats_status.h41 current_index : 10, member
80 current_index : 10,
H A Drx_reo_queue.h59 current_index : 10, member
129 current_index : 10,
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_pkt_add_timestamp.h85 uint8_t current_index; member
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_process_radarevent.c222 int start_index = 0, current_index, next_index; in dfs_is_real_radar() local
286 current_index = start_index; in dfs_is_real_radar()
287 while (pl->pl_elems[current_index].p_seq_num < dl->dl_seq_num_stop) { in dfs_is_real_radar()
288 next_index = (current_index + 1) & DFS_MAX_PULSE_BUFFER_MASK; in dfs_is_real_radar()
290 pl->pl_elems[current_index].p_time; in dfs_is_real_radar()
314 current_index = next_index; in dfs_is_real_radar()
/wlan-driver/fw-api/hw/qca6490/v1/
H A Dreo_get_queue_stats_status.h66 current_index : 8, //[19:12] member

123