Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/lan966x/
H 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()
H A Dlan966x_tbf.c23 se_idx = SE_IDX_QUEUE + port->chip_port * NUM_PRIO_QUEUES + queue; in lan966x_tbf_add()
72 se_idx = SE_IDX_QUEUE + port->chip_port * NUM_PRIO_QUEUES + queue; in lan966x_tbf_del()
H A Dlan966x_main.h85 #define SE_IDX_QUEUE 0 /* 0-79 : Queue scheduler elements */ macro