Symbol: MTL_QUEUE_DCB
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c
645
plat->rx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c
648
plat->tx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
93
else if (mode == MTL_QUEUE_DCB)
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c
1480
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
3444
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
144
plat->rx_queues_cfg[0].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
145
plat->tx_queues_cfg[0].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
177
plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
181
plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
239
plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
258
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;