Home
last modified time | relevance | path

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

/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst621 bool use_prio;
651 bool use_prio;
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c159 static bool use_prio; variable
160 module_param_named(use_prio, use_prio, bool, 0444);
161 MODULE_PARM_DESC(use_prio, "Enable steering by VLAN priority on ETH ports (deprecated)");
4514 if (use_prio != 0) in mlx4_verify_params()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3478 if (!priv->plat->rx_queues_cfg[queue].use_prio) in stmmac_mac_config_rx_queues_prio()
3498 if (!priv->plat->tx_queues_cfg[queue].use_prio) in stmmac_mac_config_tx_queues_prio()