Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Dbxe.c2777 int max_agg_queues; in bxe_tpa_start() local
2785 max_agg_queues = MAX_AGG_QS(sc); in bxe_tpa_start()
2787 KASSERT((queue < max_agg_queues), in bxe_tpa_start()
2789 fp->index, queue, max_agg_queues)); in bxe_tpa_start()
6156 int i, max_agg_queues; in bxe_free_tpa_pool() local
6164 max_agg_queues = MAX_AGG_QS(sc); in bxe_free_tpa_pool()
6167 for (i = 0; i < max_agg_queues; i++) { in bxe_free_tpa_pool()
6479 int max_agg_queues; in bxe_alloc_fp_buffers() local
6505 max_agg_queues = MAX_AGG_QS(sc); in bxe_alloc_fp_buffers()
6510 for (j = 0; j < max_agg_queues; j++) { in bxe_alloc_fp_buffers()
[all …]