Home
last modified time | relevance | path

Searched refs:ETHERNET_PRIORITY_QUEUES (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/doc/connectivity/networking/api/
D8021Qav.rst22 also priority queues ``ETHERNET_PRIORITY_QUEUES`` need to be supported.
30 return ETHERNET_QAV | ETHERNET_PRIORITY_QUEUES |
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c285 if (!is_hw_caps_supported(dev, ETHERNET_PRIORITY_QUEUES)) { in ethernet_get_config()
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c226 ETHERNET_PROMISC_MODE | ETHERNET_PRIORITY_QUEUES; in eth_fake_get_capabilities()
/Zephyr-latest/include/zephyr/net/
Dethernet.h183 ETHERNET_PRIORITY_QUEUES = BIT(11), enumerator
/Zephyr-latest/subsys/net/lib/shell/
Diface.c55 EC(ETHERNET_PRIORITY_QUEUES, "Priority queues"),
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c106 ETHERNET_PROMISC_MODE | ETHERNET_PRIORITY_QUEUES | in eth_fake_get_capabilities()
/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac.c1930 ETHERNET_PRIORITY_QUEUES | in eth_sam_gmac_get_capabilities()