Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/subsys/net/ip/
Dnet_tc.c125 prio = NET_PRIORITY_BE; in net_tx_priority2tc()
141 prio = NET_PRIORITY_BE; in net_rx_priority2tc()
Dnet_stats.c47 case NET_PRIORITY_BE: in priority2str()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h505 NET_PRIORITY_BE = 0, /**< Best effort (default) */ enumerator
1771 NET_PRIORITY_BE, in net_vlan2priority()
1783 return NET_PRIORITY_BE; in net_vlan2priority()
/Zephyr-latest/tests/net/socket/net_mgmt/src/
Dmain.c208 net_tx_priority2tc(NET_PRIORITY_BE); in eth_fake_get_config()
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c452 gate_status[net_tx_priority2tc(NET_PRIORITY_BE)] = true; in set_qbv_params()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c25 case NET_PRIORITY_BE: in priority2str()
/Zephyr-latest/tests/net/ethernet_mgmt/src/
Dmain.c396 net_tx_priority2tc(NET_PRIORITY_BE); in eth_fake_get_config()