Lines Matching refs:wstats
1608 hist = scn->wstats.sched_delay; in hif_print_reg_write_stats()
1610 qdf_atomic_read(&scn->wstats.enqueues), in hif_print_reg_write_stats()
1611 scn->wstats.dequeues, in hif_print_reg_write_stats()
1612 qdf_atomic_read(&scn->wstats.coalesces), in hif_print_reg_write_stats()
1613 qdf_atomic_read(&scn->wstats.direct), in hif_print_reg_write_stats()
1614 qdf_atomic_read(&scn->wstats.q_depth), in hif_print_reg_write_stats()
1615 scn->wstats.max_q_depth, in hif_print_reg_write_stats()
1627 i, ce_state->wstats.enqueues, in hif_print_reg_write_stats()
1628 ce_state->wstats.dequeues, in hif_print_reg_write_stats()
1629 ce_state->wstats.coalesces, in hif_print_reg_write_stats()
1630 ce_state->wstats.direct); in hif_print_reg_write_stats()
1659 hist = scn->wstats.sched_delay; in hif_reg_write_fill_sched_delay_hist()
1688 ce_state->wstats.dequeues++; in hif_process_reg_write_q_elem()
1738 q_depth = qdf_atomic_read(&scn->wstats.q_depth); in hif_reg_write_work()
1739 if (q_depth > scn->wstats.max_q_depth) in hif_reg_write_work()
1740 scn->wstats.max_q_depth = q_depth; in hif_reg_write_work()
1743 scn->wstats.prevent_l1_fails++; in hif_reg_write_work()
1760 scn->wstats.dequeues++; in hif_reg_write_work()
1761 qdf_atomic_dec(&scn->wstats.q_depth); in hif_reg_write_work()
1849 qdf_atomic_inc(&scn->wstats.coalesces); in hif_reg_write_enqueue()
1850 ce_state->wstats.coalesces++; in hif_reg_write_enqueue()
1864 qdf_atomic_inc(&scn->wstats.enqueues); in hif_reg_write_enqueue()
1865 ce_state->wstats.enqueues++; in hif_reg_write_enqueue()
1867 qdf_atomic_inc(&scn->wstats.q_depth); in hif_reg_write_enqueue()
1920 qdf_atomic_inc(&scn->wstats.direct); in hif_delayed_reg_write()
1921 ce_state->wstats.direct++; in hif_delayed_reg_write()