Searched refs:bcmfs_stats (Results 1 – 1 of 1) sorted by relevance
78 struct bcmfs_qp_stats bcmfs_stats = {0}; in bcmfs_sym_stats_get() local89 bcmfs_qp_stats_get(fsdev->qps_in_use, fsdev->max_hw_qps, &bcmfs_stats); in bcmfs_sym_stats_get()91 stats->enqueued_count = bcmfs_stats.enqueued_count; in bcmfs_sym_stats_get()92 stats->dequeued_count = bcmfs_stats.dequeued_count; in bcmfs_sym_stats_get()93 stats->enqueue_err_count = bcmfs_stats.enqueue_err_count; in bcmfs_sym_stats_get()94 stats->dequeue_err_count = bcmfs_stats.dequeue_err_count; in bcmfs_sym_stats_get()