Searched refs:ocqp (Results 1 – 3 of 3) sorted by relevance
464 rdev->stats.ocqp.cur += roundup(size, 1 << MIN_OCQP_SHIFT); in c4iw_ocqp_pool_alloc()465 if (rdev->stats.ocqp.cur > rdev->stats.ocqp.max) in c4iw_ocqp_pool_alloc()466 rdev->stats.ocqp.max = rdev->stats.ocqp.cur; in c4iw_ocqp_pool_alloc()476 rdev->stats.ocqp.cur -= roundup(size, 1 << MIN_OCQP_SHIFT); in c4iw_ocqp_pool_free()
494 dev->rdev.stats.ocqp.total, dev->rdev.stats.ocqp.cur, in stats_show()495 dev->rdev.stats.ocqp.max, dev->rdev.stats.ocqp.fail); in stats_show()536 dev->rdev.stats.ocqp.max = 0; in stats_clear()537 dev->rdev.stats.ocqp.fail = 0; in stats_clear()847 rdev->stats.ocqp.total = rdev->lldi.vr->ocq.size; in c4iw_rdev_open()
136 struct c4iw_stat ocqp; member