Searched refs:qcounts (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_lib.c8590 u16 qcounts[ICE_MAX_TRAFFIC_CLASS] = {}; local
8610 qcounts[i] = num_q_per_tc;
8615 qcounts[0] += rem_queues;
8641 vsi->tc_info[i].qcount_rx = qcounts[i];
8642 vsi->tc_info[i].qcount_tx = qcounts[i];
8645 pow = fls(qcounts[i] - 1);
8654 for (j = offset, k = 0; j < offset + qcounts[i]; j++, k++) {
8661 offset += qcounts[i];
10751 sbuf_printf(sbuf, "TC qcounts :");

Completed in 183 milliseconds