Symbol: MTL_QUEUE_DCB
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c
613
plat->rx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c
616
plat->tx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
87
else if (mode == MTL_QUEUE_DCB)
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c
1478
else if (mode == MTL_QUEUE_DCB)
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c
92
else if (mode == MTL_QUEUE_DCB)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
3437
if (mode_to_use == MTL_QUEUE_DCB)
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
71
plat->tx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
79
plat->rx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
146
plat->rx_queues_cfg[0].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
147
plat->tx_queues_cfg[0].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
176
plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
180
plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
235
plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
254
plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
376
if (mode_to_use == MTL_QUEUE_DCB && qopt->enable) {
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
384
MTL_QUEUE_DCB);
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
388
priv->plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;