Searched refs:SPX5_PRIOS (Results 1 – 7 of 7) sorted by relevance
399 if (num_tc != SPX5_PRIOS) { in sparx5_tc_mqprio_add()401 SPX5_PRIOS); in sparx5_tc_mqprio_add()481 for (i = 0; i < SPX5_PRIOS; i++) { in sparx5_tc_ets_add()487 for (i = 0; i < SPX5_PRIOS; i++) { in sparx5_tc_ets_add()501 dwrr.cost[SPX5_PRIOS - i - 1] = in sparx5_tc_ets_add()
77 if (params->bands != SPX5_PRIOS) in sparx5_tc_setup_qdisc_ets()81 for (i = 0; i < SPX5_PRIOS; ++i) { in sparx5_tc_setup_qdisc_ets()
59 u8 cost[SPX5_PRIOS];
213 for (idx = 0; idx < 2 * SPX5_PRIOS; ++idx, ++addr, ++stats) in sparx5_get_queue_sys_stats()217 for (idx = 0; idx < 2 * SPX5_PRIOS; ++idx, ++addr, ++stats) in sparx5_get_queue_sys_stats()221 for (idx = 0; idx < 2 * SPX5_PRIOS; ++idx, ++addr, ++stats) in sparx5_get_queue_sys_stats()1106 for (idx = 0; idx < 2 * SPX5_PRIOS; ++idx) in sparx5_get_stats64()
256 SPX5_PRIOS, 1); in sparx5_create_netdev()
288 base = (resource == 0 ? 2048 : 0) + SPX5_PRIOS * portno; in sparx5_port_flush_poll()289 for (prio = 0; prio < SPX5_PRIOS; prio++) { in sparx5_port_flush_poll()
76 #define SPX5_PRIOS 8 /* Number of priority queues */ macro