Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c156 plat->rx_queues_cfg[0].mode_to_use = MTL_QUEUE_DCB; in stmmac_mtl_setup()
187 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB; in stmmac_mtl_setup()
189 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB; in stmmac_mtl_setup()
191 plat->rx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB; in stmmac_mtl_setup()
194 &plat->rx_queues_cfg[queue].chan)) in stmmac_mtl_setup()
195 plat->rx_queues_cfg[queue].chan = queue; in stmmac_mtl_setup()
199 &plat->rx_queues_cfg[queue].prio)) { in stmmac_mtl_setup()
200 plat->rx_queues_cfg[queue].prio = 0; in stmmac_mtl_setup()
201 plat->rx_queues_cfg[queue].use_prio = false; in stmmac_mtl_setup()
203 plat->rx_queues_cfg[queue].use_prio = true; in stmmac_mtl_setup()
[all …]
Dstmmac_pci.c94 plat->rx_queues_cfg[0].use_prio = false; in common_default_data()
97 plat->rx_queues_cfg[0].pkt_route = 0x0; in common_default_data()
Dstmmac_main.c1686 mode = priv->plat->rx_queues_cfg[queue].mode_to_use; in stmmac_mac_enable_rx_queues()
1828 qmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_dma_operation_mode()
1998 u8 rxqmode = priv->plat->rx_queues_cfg[chan].mode_to_use; in stmmac_set_dma_operation_mode()
2348 chan = priv->plat->rx_queues_cfg[queue].chan; in stmmac_rx_queue_dma_chan_map()
2365 if (!priv->plat->rx_queues_cfg[queue].use_prio) in stmmac_mac_config_rx_queues_prio()
2368 prio = priv->plat->rx_queues_cfg[queue].prio; in stmmac_mac_config_rx_queues_prio()
2406 if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0) in stmmac_mac_config_rx_queues_routing()
2409 packet = priv->plat->rx_queues_cfg[queue].pkt_route; in stmmac_mac_config_rx_queues_routing()
/Linux-v4.19/include/linux/
Dstmmac.h176 struct stmmac_rxq_cfg rx_queues_cfg[MTL_MAX_RX_QUEUES]; member