use_prio          158 drivers/net/ethernet/mellanox/mlx4/main.c static bool use_prio;
use_prio          159 drivers/net/ethernet/mellanox/mlx4/main.c module_param_named(use_prio, use_prio, bool, 0444);
use_prio          160 drivers/net/ethernet/mellanox/mlx4/main.c MODULE_PARM_DESC(use_prio, "Enable steering by VLAN priority on ETH ports (deprecated)");
use_prio         4442 drivers/net/ethernet/mellanox/mlx4/main.c 	if (use_prio != 0)
use_prio         2389 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		if (!priv->plat->rx_queues_cfg[queue].use_prio)
use_prio         2409 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		if (!priv->plat->tx_queues_cfg[queue].use_prio)
use_prio           84 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 	plat->tx_queues_cfg[0].use_prio = false;
use_prio           85 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 	plat->rx_queues_cfg[0].use_prio = false;
use_prio          130 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 		plat->rx_queues_cfg[i].use_prio = false;
use_prio          140 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 		plat->tx_queues_cfg[i].use_prio = false;
use_prio          406 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 		plat->tx_queues_cfg[i].use_prio = false;
use_prio          413 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 		plat->rx_queues_cfg[i].use_prio = false;
use_prio          194 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 			plat->rx_queues_cfg[queue].use_prio = false;
use_prio          196 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 			plat->rx_queues_cfg[queue].use_prio = true;
use_prio          274 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 			plat->tx_queues_cfg[queue].use_prio = false;
use_prio          276 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c 			plat->tx_queues_cfg[queue].use_prio = true;
use_prio          114 include/linux/stmmac.h 	bool use_prio;
use_prio          126 include/linux/stmmac.h 	bool use_prio;