Home
last modified time | relevance | path

Searched refs:enqueues (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_srng.c591 srng->wstats.enqueues, srng->wstats.dequeues, in hal_fill_reg_write_srng_stats()
634 qdf_atomic_read(&hal->stats.wstats.enqueues), in hal_dump_reg_write_stats()
1021 qdf_atomic_inc(&hal_soc->stats.wstats.enqueues); in hal_reg_write_enqueue()
1022 srng->wstats.enqueues++; in hal_reg_write_enqueue()
H A Dhal_internal.h525 uint32_t enqueues; member
561 qdf_atomic_t enqueues; member
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.c1610 qdf_atomic_read(&scn->wstats.enqueues), in hif_print_reg_write_stats()
1627 i, ce_state->wstats.enqueues, in hif_print_reg_write_stats()
1864 qdf_atomic_inc(&scn->wstats.enqueues); in hif_reg_write_enqueue()
1865 ce_state->wstats.enqueues++; in hif_reg_write_enqueue()
H A Dhif_main.h324 qdf_atomic_t enqueues; member
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_internal.h149 uint32_t enqueues; member