Home
last modified time | relevance | path

Searched refs:NET_PRIORITY_BE (Results 1 – 9 of 9) sorted by relevance

/Zephyr-4.2.1/tests/net/traffic_class/src/
Dmain.c540 traffic_class_send_priority(NET_PRIORITY_BE, MAX_PKT_TO_SEND, true); in test_traffic_class_send_data_prio_be()
585 traffic_class_send_priority(NET_PRIORITY_BE, MAX_PKT_TO_SEND, false); in test_traffic_class_send_data_mix()
608 traffic_class_send_priority(NET_PRIORITY_BE, MAX_PKT_TO_SEND, false); in test_traffic_class_send_data_mix_all_1()
657 traffic_class_send_priority(NET_PRIORITY_BE, 1, false); in test_traffic_class_send_data_mix_all_2()
838 traffic_class_recv_priority(NET_PRIORITY_BE, MAX_PKT_TO_RECV, true); in test_traffic_class_recv_data_prio_be()
883 traffic_class_recv_priority(NET_PRIORITY_BE, MAX_PKT_TO_RECV, false); in test_traffic_class_recv_data_mix()
906 traffic_class_recv_priority(NET_PRIORITY_BE, MAX_PKT_TO_RECV, false); in test_traffic_class_recv_data_mix_all_1()
955 traffic_class_recv_priority(NET_PRIORITY_BE, 1, false); in test_traffic_class_recv_data_mix_all_2()
/Zephyr-4.2.1/subsys/net/ip/
Dnet_tc.c122 prio = NET_PRIORITY_BE; in net_tx_priority2tc()
140 prio = NET_PRIORITY_BE; in net_rx_priority2tc()
Dnet_stats.c47 case NET_PRIORITY_BE: in priority2str()
/Zephyr-4.2.1/include/zephyr/net/
Dnet_ip.h515 NET_PRIORITY_BE = 0, /**< Best effort (default) */ enumerator
2133 NET_PRIORITY_BE, in net_vlan2priority()
2145 return NET_PRIORITY_BE; in net_vlan2priority()
/Zephyr-4.2.1/samples/net/qos/ethernet/src/
Dmain.c85 static NPF_PRIORITY(priority_rule_124, NET_PRIORITY_BE, npf_124);
/Zephyr-4.2.1/tests/net/socket/net_mgmt/src/
Dmain.c209 net_tx_priority2tc(NET_PRIORITY_BE); in eth_fake_get_config()
/Zephyr-4.2.1/samples/net/sockets/txtime/src/
Dmain.c455 gate_status[net_tx_priority2tc(NET_PRIORITY_BE)] = true; in set_qbv_params()
/Zephyr-4.2.1/subsys/net/lib/shell/
Dstats.c40 case NET_PRIORITY_BE: in priority2str()
/Zephyr-4.2.1/tests/net/ethernet_mgmt/src/
Dmain.c349 net_tx_priority2tc(NET_PRIORITY_BE); in eth_fake_get_config()