Searched refs:NUM_PRIO_QUEUES (Results 1 – 6 of 6) sorted by relevance
16 if (queue >= NUM_PRIO_QUEUES) in lan966x_tbf_add()23 se_idx = SE_IDX_QUEUE + port->chip_port * NUM_PRIO_QUEUES + queue; in lan966x_tbf_add()65 if (queue >= NUM_PRIO_QUEUES) in lan966x_tbf_del()72 se_idx = SE_IDX_QUEUE + port->chip_port * NUM_PRIO_QUEUES + queue; in lan966x_tbf_del()
9 if (num_tc != NUM_PRIO_QUEUES) { in lan966x_mqprio_add()11 NUM_PRIO_QUEUES); in lan966x_mqprio_add()
18 se_idx = SE_IDX_QUEUE + port->chip_port * NUM_PRIO_QUEUES + qopt->queue; in lan966x_cbs_add()57 se_idx = SE_IDX_QUEUE + port->chip_port * NUM_PRIO_QUEUES + qopt->queue; in lan966x_cbs_del()
33 if (params->bands != NUM_PRIO_QUEUES) in lan966x_ets_add()86 for (i = 0; i < NUM_PRIO_QUEUES; ++i) in lan966x_ets_del()
48 #define NUM_PRIO_QUEUES 8 macro
765 NUM_PRIO_QUEUES, 1); in lan966x_probe_port()
Completed in 9 milliseconds