Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
182 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB; in stmmac_mtl_setup()
184 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()
186 plat->rx_queues_cfg[queue].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()
[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.c227 plat->rx_queues_cfg[0].use_prio = false; in common_default_data()
230 plat->rx_queues_cfg[0].pkt_route = 0x0; in common_default_data()
251 plat->rx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB; in intel_mgbe_common_data()
252 plat->rx_queues_cfg[i].chan = i; in intel_mgbe_common_data()
255 plat->rx_queues_cfg[i].use_prio = false; in intel_mgbe_common_data()
258 plat->rx_queues_cfg[i].pkt_route = 0x0; in intel_mgbe_common_data()
H A Dstmmac_uio.c484 chan = priv->plat->rx_queues_cfg[queue].chan; in uio_rx_queue_dma_chan_map()
501 if (!priv->plat->rx_queues_cfg[queue].use_prio) in uio_mac_config_rx_queues_prio()
504 prio = priv->plat->rx_queues_cfg[queue].prio; in uio_mac_config_rx_queues_prio()
542 if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0) in uio_mac_config_rx_queues_routing()
545 packet = priv->plat->rx_queues_cfg[queue].pkt_route; in uio_mac_config_rx_queues_routing()
578 mode = priv->plat->rx_queues_cfg[queue].mode_to_use; in uio_mac_enable_rx_queues()
689 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in uio_dma_operation_mode()
H A Ddwmac-rk-tool.c1141 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in dwmac_rk_dma_operation_mode()
1164 chan = priv->plat->rx_queues_cfg[queue].chan; in dwmac_rk_rx_queue_dma_chan_map()
1176 mode = priv->plat->rx_queues_cfg[queue].mode_to_use; in dwmac_rk_mac_enable_rx_queues()
H A Dstmmac_main.c1883 mode = priv->plat->rx_queues_cfg[queue].mode_to_use; in stmmac_mac_enable_rx_queues()
2025 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
2197 u8 rxqmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_set_dma_operation_mode()
2559 chan = priv->plat->rx_queues_cfg[queue].chan; in stmmac_rx_queue_dma_chan_map()
2576 if (!priv->plat->rx_queues_cfg[queue].use_prio) in stmmac_mac_config_rx_queues_prio()
2579 prio = priv->plat->rx_queues_cfg[queue].prio; in stmmac_mac_config_rx_queues_prio()
2617 if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0) in stmmac_mac_config_rx_queues_routing()
2620 packet = priv->plat->rx_queues_cfg[queue].pkt_route; in stmmac_mac_config_rx_queues_routing()
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff567 + chan = priv->plat->rx_queues_cfg[queue].chan;
584 + if (!priv->plat->rx_queues_cfg[queue].use_prio)
587 + prio = priv->plat->rx_queues_cfg[queue].prio;
625 + if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0)
628 + packet = priv->plat->rx_queues_cfg[queue].pkt_route;
661 + mode = priv->plat->rx_queues_cfg[queue].mode_to_use;
772 + qmode = priv->plat->rx_queues_cfg[chan].mode_to_use;
/OK3568_Linux_fs/kernel/include/linux/
H A Dstmmac.h182 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES]; member
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff738 + chan = priv->plat->rx_queues_cfg[queue].chan;
755 + if (!priv->plat->rx_queues_cfg[queue].use_prio)
758 + prio = priv->plat->rx_queues_cfg[queue].prio;
796 + if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0)
799 + packet = priv->plat->rx_queues_cfg[queue].pkt_route;
816 + mode = priv->plat->rx_queues_cfg[queue].mode_to_use;
924 + qmode = priv->plat->rx_queues_cfg[chan].mode_to_use;
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst431 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES];