Home
last modified time | relevance | path

Searched refs:pkt_route (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c203 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()
207 plat->rx_queues_cfg[queue].pkt_route = PACKET_DCBCPQ; in stmmac_mtl_setup()
209 plat->rx_queues_cfg[queue].pkt_route = PACKET_UPQ; in stmmac_mtl_setup()
211 plat->rx_queues_cfg[queue].pkt_route = PACKET_MCBCQ; in stmmac_mtl_setup()
213 plat->rx_queues_cfg[queue].pkt_route = 0x0; in stmmac_mtl_setup()
H A Dstmmac_pci.c48 plat->rx_queues_cfg[0].pkt_route = 0x0; in common_default_data()
109 plat->rx_queues_cfg[i].pkt_route = 0x0; in snps_gmac5_default_data()
H A Ddwmac-intel.c230 plat->rx_queues_cfg[0].pkt_route = 0x0; in common_default_data()
258 plat->rx_queues_cfg[i].pkt_route = 0x0; in intel_mgbe_common_data()
H A Dstmmac_uio.c542 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()
H A Dstmmac_main.c2617 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/kernel/include/linux/
H A Dstmmac.h129 u8 pkt_route; member
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff625 + if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0)
628 + packet = priv->plat->rx_queues_cfg[queue].pkt_route;
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff796 + if (priv->plat->rx_queues_cfg[queue].pkt_route == 0x0)
799 + packet = priv->plat->rx_queues_cfg[queue].pkt_route;
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst617 u8 pkt_route;