Home
last modified time | relevance | path

Searched refs:ETHERNET_QBV (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet_mgmt.c142 if (!is_hw_caps_supported(dev, ETHERNET_QBV)) { in ethernet_set_config()
345 if (!is_hw_caps_supported(dev, ETHERNET_QBV)) { in ethernet_get_config()
/Zephyr-latest/include/zephyr/net/
Dethernet.h201 ETHERNET_QBV = BIT(17), enumerator
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c604 if (caps & ETHERNET_QBV) { in main()
/Zephyr-latest/subsys/net/lib/shell/
Diface.c51 EC(ETHERNET_QBV, "IEEE 802.1Qbv (scheduled traffic)"),
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c107 ETHERNET_QBV | ETHERNET_QBU | ETHERNET_TXTIME; in eth_fake_get_capabilities()