Lines Matching defs:prio
2107 int prio;
2111 for (prio = 0; prio < PRIO_QUEUES; prio++) {
2112 sw->port_cfg[port].rx_rate[prio] =
2113 sw->port_cfg[port].tx_rate[prio] = 0;
2245 * @prio: The priority to set.
2249 static void sw_cfg_port_based(struct ksz_hw *hw, int port, u8 prio)
2253 if (prio > PORT_BASED_PRIORITY_BASE)
2254 prio = PORT_BASED_PRIORITY_BASE;
2256 hw->ksz_switch->port_cfg[port].port_prio = prio;
2260 data |= prio << PORT_BASED_PRIORITY_SHIFT;