Home
last modified time | relevance | path

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

/Zephyr-latest/doc/connectivity/networking/api/
D8021Qav.rst21 function must return ``ETHERNET_QAV`` value for this purpose. Typically
30 return ETHERNET_QAV | ETHERNET_PRIORITY_QUEUES |
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c118 if (!is_hw_caps_supported(dev, ETHERNET_QAV)) { in ethernet_set_config()
298 if (!is_hw_caps_supported(dev, ETHERNET_QAV)) { in ethernet_get_config()
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c225 ETHERNET_LINK_100BASE_T | ETHERNET_DUPLEX_SET | ETHERNET_QAV | in eth_fake_get_capabilities()
/Zephyr-latest/include/zephyr/net/
Dethernet.h177 ETHERNET_QAV = BIT(9), enumerator
/Zephyr-latest/subsys/net/lib/shell/
Diface.c50 EC(ETHERNET_QAV, "IEEE 802.1Qav (credit shaping)"),
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c105 ETHERNET_LINK_100BASE_T | ETHERNET_DUPLEX_SET | ETHERNET_QAV | in eth_fake_get_capabilities()
/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac.c1932 ETHERNET_QAV | in eth_sam_gmac_get_capabilities()