Home
last modified time | relevance | path

Searched refs:tx_queues_cfg (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_platform.c245 &plat->tx_queues_cfg[queue].weight)) in stmmac_mtl_setup()
256 &plat->tx_queues_cfg[queue].send_slope)) in stmmac_mtl_setup()
257 plat->tx_queues_cfg[queue].send_slope = 0x0; in stmmac_mtl_setup()
259 &plat->tx_queues_cfg[queue].idle_slope)) in stmmac_mtl_setup()
260 plat->tx_queues_cfg[queue].idle_slope = 0x0; in stmmac_mtl_setup()
262 &plat->tx_queues_cfg[queue].high_credit)) in stmmac_mtl_setup()
265 &plat->tx_queues_cfg[queue].low_credit)) in stmmac_mtl_setup()
272 &plat->tx_queues_cfg[queue].prio)) { in stmmac_mtl_setup()
273 plat->tx_queues_cfg[queue].prio = 0; in stmmac_mtl_setup()
274 plat->tx_queues_cfg[queue].use_prio = false; in stmmac_mtl_setup()
[all …]
A Dstmmac_pci.c44 plat->tx_queues_cfg[0].use_prio = false; in common_default_data()
98 plat->tx_queues_cfg[i].use_prio = false; in snps_gmac5_default_data()
99 plat->tx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB; in snps_gmac5_default_data()
100 plat->tx_queues_cfg[i].weight = 25; in snps_gmac5_default_data()
102 plat->tx_queues_cfg[i].tbs_en = 1; in snps_gmac5_default_data()
A Dstmmac_tc.c382 mode_to_use = priv->plat->tx_queues_cfg[queue].mode_to_use; in tc_setup_cbs()
388 priv->plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in tc_setup_cbs()
395 priv->plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB; in tc_setup_cbs()
400 priv->plat->tx_queues_cfg[queue].idle_slope = value & GENMASK(31, 0); in tc_setup_cbs()
403 priv->plat->tx_queues_cfg[queue].send_slope = value & GENMASK(31, 0); in tc_setup_cbs()
406 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0); in tc_setup_cbs()
409 priv->plat->tx_queues_cfg[queue].low_credit = value & GENMASK(31, 0); in tc_setup_cbs()
412 priv->plat->tx_queues_cfg[queue].send_slope, in tc_setup_cbs()
413 priv->plat->tx_queues_cfg[queue].idle_slope, in tc_setup_cbs()
414 priv->plat->tx_queues_cfg[queue].high_credit, in tc_setup_cbs()
[all …]
A Ddwmac-intel.c436 plat->tx_queues_cfg[0].use_prio = false; in common_default_data()
486 plat->tx_queues_cfg[i].use_prio = false; in intel_mgbe_common_data()
489 plat->tx_queues_cfg[i].tbs_en = 1; in intel_mgbe_common_data()
497 plat->tx_queues_cfg[0].weight = 0x09; in intel_mgbe_common_data()
498 plat->tx_queues_cfg[1].weight = 0x0A; in intel_mgbe_common_data()
499 plat->tx_queues_cfg[2].weight = 0x0B; in intel_mgbe_common_data()
500 plat->tx_queues_cfg[3].weight = 0x0C; in intel_mgbe_common_data()
501 plat->tx_queues_cfg[4].weight = 0x0D; in intel_mgbe_common_data()
502 plat->tx_queues_cfg[5].weight = 0x0E; in intel_mgbe_common_data()
503 plat->tx_queues_cfg[6].weight = 0x0F; in intel_mgbe_common_data()
[all …]
A Ddwmac-loongson.c32 plat->tx_queues_cfg[0].use_prio = false; in loongson_default_data()
A Dstmmac_main.c2379 qmode = priv->plat->tx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
2701 u8 txqmode = priv->plat->tx_queues_cfg[chan].mode_to_use; in stmmac_set_dma_operation_mode()
3038 weight = priv->plat->tx_queues_cfg[queue].weight; in stmmac_set_tx_queue_weight()
3056 mode_to_use = priv->plat->tx_queues_cfg[queue].mode_to_use; in stmmac_configure_cbs()
3061 priv->plat->tx_queues_cfg[queue].send_slope, in stmmac_configure_cbs()
3062 priv->plat->tx_queues_cfg[queue].idle_slope, in stmmac_configure_cbs()
3063 priv->plat->tx_queues_cfg[queue].high_credit, in stmmac_configure_cbs()
3064 priv->plat->tx_queues_cfg[queue].low_credit, in stmmac_configure_cbs()
3118 if (!priv->plat->tx_queues_cfg[queue].use_prio) in stmmac_mac_config_tx_queues_prio()
3121 prio = priv->plat->tx_queues_cfg[queue].prio; in stmmac_mac_config_tx_queues_prio()
[all …]
/linux/include/linux/
A Dstmmac.h224 struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES]; member
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
A Dstmmac.rst432 struct stmmac_txq_cfg tx_queues_cfg[MTL_MAX_TX_QUEUES];

Completed in 24 milliseconds