Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
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()
Dlan966x_mqprio.c9 if (num_tc != NUM_PRIO_QUEUES) { in lan966x_mqprio_add()
11 NUM_PRIO_QUEUES); in lan966x_mqprio_add()
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()
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()
Dlan966x_dcb.c150 else if (app->priority >= NUM_PRIO_QUEUES) in lan966x_dcb_app_validate()
157 else if (app->priority >= NUM_PRIO_QUEUES) in lan966x_dcb_app_validate()
164 else if (app->priority >= NUM_PRIO_QUEUES) in lan966x_dcb_app_validate()
Dlan966x_main.h50 #define NUM_PRIO_QUEUES 8 macro
371 u16 map[NUM_PRIO_QUEUES];
Dlan966x_main.c800 NUM_PRIO_QUEUES, 1); in lan966x_probe_port()