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

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.h114 u16 map[SPX5_PRIOS];
119 u16 map[SPX5_PRIOS * SPARX5_PORT_QOS_DP_NUM];
H A Dsparx5_tc.c127 if (params->bands != SPX5_PRIOS)
131 for (i = 0; i < SPX5_PRIOS; ++i) {
H A Dsparx5_qos.h59 u8 cost[SPX5_PRIOS];
H A Dsparx5_qos.c462 if (num_tc != SPX5_PRIOS) {
464 SPX5_PRIOS);
544 for (i = 0; i < SPX5_PRIOS; i++) {
550 for (i = 0; i < SPX5_PRIOS; i++) {
564 dwrr.cost[SPX5_PRIOS - i - 1] =
H A Dsparx5_dcb.c56 else if (app->priority >= SPX5_PRIOS)
63 else if (app->priority >= SPX5_PRIOS)
70 else if (app->priority >= SPX5_PRIOS)
H A Dsparx5_main.h77 #define SPX5_PRIOS 8 /* Number of priority queues */ macro
486 #define SPX5_PSFP_SG_MAX_IPV (SPX5_PRIOS - 1)
H A Dsparx5_netdev.c267 SPX5_PRIOS, 1);
H A Dsparx5_ethtool.c213 for (idx = 0; idx < 2 * SPX5_PRIOS; ++idx, ++addr, ++stats)
217 for (idx = 0; idx < 2 * SPX5_PRIOS; ++idx, ++addr, ++stats)
221 for (idx = 0; idx < 2 * SPX5_PRIOS; ++idx, ++addr, ++stats)
1105 for (idx = 0; idx < 2 * SPX5_PRIOS; ++idx)
H A Dsparx5_port.c289 base = (resource == 0 ? 2048 : 0) + SPX5_PRIOS * portno;
290 for (prio = 0; prio < SPX5_PRIOS; prio++) {

Completed in 302 milliseconds