Home
last modified time | relevance | path

Searched refs:rx_queues_cfg (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c151 plat->rx_queues_cfg[0].mode_to_use = MTL_QUEUE_DCB; in stmmac_mtl_setup()
189 &plat->rx_queues_cfg[queue].chan)) in stmmac_mtl_setup()
190 plat->rx_queues_cfg[queue].chan = queue; in stmmac_mtl_setup()
194 &plat->rx_queues_cfg[queue].prio)) { in stmmac_mtl_setup()
195 plat->rx_queues_cfg[queue].prio = 0; in stmmac_mtl_setup()
196 plat->rx_queues_cfg[queue].use_prio = false; in stmmac_mtl_setup()
198 plat->rx_queues_cfg[queue].use_prio = true; in stmmac_mtl_setup()
203 plat->rx_queues_cfg[queue].pkt_route = PACKET_AVCPQ; in stmmac_mtl_setup()
205 plat->rx_queues_cfg[queue].pkt_route = PACKET_PTPQ; in stmmac_mtl_setup()
209 plat->rx_queues_cfg[queue].pkt_route = PACKET_UPQ; in stmmac_mtl_setup()
[all …]
H A Dstmmac_pci.c45 plat->rx_queues_cfg[0].use_prio = false; in common_default_data()
48 plat->rx_queues_cfg[0].pkt_route = 0x0; in common_default_data()
107 plat->rx_queues_cfg[i].use_prio = false; in snps_gmac5_default_data()
108 plat->rx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB; in snps_gmac5_default_data()
109 plat->rx_queues_cfg[i].pkt_route = 0x0; in snps_gmac5_default_data()
110 plat->rx_queues_cfg[i].chan = i; in snps_gmac5_default_data()
H A Ddwmac-intel.c584 plat->rx_queues_cfg[0].use_prio = false; in common_default_data()
587 plat->rx_queues_cfg[0].pkt_route = 0x0; in common_default_data()
630 plat->rx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB; in intel_mgbe_common_data()
631 plat->rx_queues_cfg[i].chan = i; in intel_mgbe_common_data()
634 plat->rx_queues_cfg[i].use_prio = false; in intel_mgbe_common_data()
637 plat->rx_queues_cfg[i].pkt_route = 0x0; in intel_mgbe_common_data()
H A Ddwmac-loongson.c106 plat->rx_queues_cfg[0].use_prio = false; in loongson_default_data()
109 plat->rx_queues_cfg[0].pkt_route = 0x0; in loongson_default_data()
H A Dstmmac_main.c2326 mode = priv->plat->rx_queues_cfg[queue].mode_to_use; in stmmac_mac_enable_rx_queues()
2490 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
2934 u8 rxqmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_set_dma_operation_mode()
3317 chan = priv->plat->rx_queues_cfg[queue].chan; in stmmac_rx_queue_dma_chan_map()
3334 if (!priv->plat->rx_queues_cfg[queue].use_prio) in stmmac_mac_config_rx_queues_prio()
3337 prio = priv->plat->rx_queues_cfg[queue].prio; in stmmac_mac_config_rx_queues_prio()
3375 if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0) in stmmac_mac_config_rx_queues_routing()
3378 packet = priv->plat->rx_queues_cfg[queue].pkt_route; in stmmac_mac_config_rx_queues_routing()
/linux-6.15/include/linux/
H A Dstmmac.h234 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES]; member
/linux-6.15/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst431 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES];