Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_tbf.c16 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()
A Dlan966x_mqprio.c9 if (num_tc != NUM_PRIO_QUEUES) { in lan966x_mqprio_add()
11 NUM_PRIO_QUEUES); in lan966x_mqprio_add()
A Dlan966x_cbs.c18 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()
A Dlan966x_ets.c33 if (params->bands != NUM_PRIO_QUEUES) in lan966x_ets_add()
86 for (i = 0; i < NUM_PRIO_QUEUES; ++i) in lan966x_ets_del()
A Dlan966x_main.h48 #define NUM_PRIO_QUEUES 8 macro
A Dlan966x_main.c765 NUM_PRIO_QUEUES, 1); in lan966x_probe_port()

Completed in 8 milliseconds