Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c146 plat->rx_queues_cfg[0].mode_to_use = MTL_QUEUE_DCB; in stmmac_mtl_setup()
176 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB; in stmmac_mtl_setup()
178 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()
180 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB; in stmmac_mtl_setup()
183 &plat->rx_queues_cfg[queue].chan); in stmmac_mtl_setup()
187 &plat->rx_queues_cfg[queue].prio)) in stmmac_mtl_setup()
188 plat->rx_queues_cfg[queue].use_prio = true; in stmmac_mtl_setup()
192 plat->rx_queues_cfg[queue].pkt_route = PACKET_AVCPQ; in stmmac_mtl_setup()
194 plat->rx_queues_cfg[queue].pkt_route = PACKET_PTPQ; in stmmac_mtl_setup()
196 plat->rx_queues_cfg[queue].pkt_route = PACKET_DCBCPQ; in stmmac_mtl_setup()
[all …]
H A Dstmmac_pci.c79 plat->rx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB; in snps_gmac5_default_data()
H A Dstmmac_main.c2406 mode = priv->plat->rx_queues_cfg[queue].mode_to_use; in stmmac_mac_enable_rx_queues()
2570 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
3015 u8 rxqmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_set_dma_operation_mode()
3461 chan = priv->plat->rx_queues_cfg[queue].chan; in stmmac_rx_queue_dma_chan_map()
3478 if (!priv->plat->rx_queues_cfg[queue].use_prio) in stmmac_mac_config_rx_queues_prio()
3481 prio = priv->plat->rx_queues_cfg[queue].prio; in stmmac_mac_config_rx_queues_prio()
3519 if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0) in stmmac_mac_config_rx_queues_routing()
3522 packet = priv->plat->rx_queues_cfg[queue].pkt_route; in stmmac_mac_config_rx_queues_routing()
7746 for (i = 0; i < ARRAY_SIZE(plat_dat->rx_queues_cfg); i++) in stmmac_plat_dat_alloc()
7747 plat_dat->rx_queues_cfg[i].chan = i; in stmmac_plat_dat_alloc()
H A Ddwmac-intel.c613 plat->rx_queues_cfg[i].mode_to_use = MTL_QUEUE_DCB; in intel_mgbe_common_data()
/linux/include/linux/
H A Dstmmac.h252 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES]; member
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst431 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES];