Home
last modified time | relevance | path

Searched refs:NET_PRIORITY_NC (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/net/traffic_class/src/
Dmain.c572 traffic_class_send_priority(NET_PRIORITY_NC, MAX_PKT_TO_SEND, true); in test_traffic_class_send_data_prio_nc()
628 traffic_class_send_priority(NET_PRIORITY_NC, MAX_PKT_TO_SEND, false); in test_traffic_class_send_data_mix_all_1()
677 traffic_class_send_priority(NET_PRIORITY_NC, 1, false); in test_traffic_class_send_data_mix_all_2()
870 traffic_class_recv_priority(NET_PRIORITY_NC, MAX_PKT_TO_RECV, true); in test_traffic_class_recv_data_prio_nc()
926 traffic_class_recv_priority(NET_PRIORITY_NC, MAX_PKT_TO_RECV, false); in test_traffic_class_recv_data_mix_all_1()
975 traffic_class_recv_priority(NET_PRIORITY_NC, 1, false); in test_traffic_class_recv_data_mix_all_2()
/Zephyr-latest/subsys/net/ip/
Dnet_tc.c78 if (prio > NET_PRIORITY_NC) { in net_tx_priority2tc()
94 if (prio > NET_PRIORITY_NC) { in net_rx_priority2tc()
Dnet_stats.c59 case NET_PRIORITY_NC: in priority2str()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h511 NET_PRIORITY_NC = 7 /**< Network control (highest) */ enumerator
1776 NET_PRIORITY_NC in net_vlan2priority()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c37 case NET_PRIORITY_NC: in priority2str()
/Zephyr-latest/drivers/ethernet/
Deth_sam_gmac.c1884 for (j = NET_PRIORITY_NC; j >= 0; --j) { in eth0_iface_init()