:orphan: .. title:: ETH_SAM_GMAC_FORCED_QUEUE .. option:: CONFIG_ETH_SAM_GMAC_FORCED_QUEUE *Queue to force the packets to* Type: ``int`` Help ==== Which queue to force the routing to. This affects both the TX and RX queues setup. Direct dependencies =================== \ :option:`ETH_SAM_GMAC_FORCE_QUEUE ` && \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.sam_gmac:43`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:51`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Atmel SAM Ethernet driver → Force all traffic to be routed through a specific queue .. parsed-literal:: config ETH_SAM_GMAC_FORCED_QUEUE int "Queue to force the packets to" range 0 1 if \ :option:`ETH_SAM_GMAC_QUEUES ` = 2 range 0 2 if \ :option:`ETH_SAM_GMAC_QUEUES ` = 3 range 0 3 if \ :option:`ETH_SAM_GMAC_QUEUES ` = 4 range 0 4 if \ :option:`ETH_SAM_GMAC_QUEUES ` = 5 range 0 5 if \ :option:`ETH_SAM_GMAC_QUEUES ` = 6 default 0 depends on \ :option:`ETH_SAM_GMAC_FORCE_QUEUE ` && \ :option:`ETH_SAM_GMAC ` && \ :option:`NET_L2_ETHERNET ` help Which queue to force the routing to. This affects both the TX and RX queues setup. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*