Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/traffic_class/src/
Dmain.c567 traffic_class_send_priority(NET_PRIORITY_IC, MAX_PKT_TO_SEND, true); in test_traffic_class_send_data_prio_ic()
625 traffic_class_send_priority(NET_PRIORITY_IC, MAX_PKT_TO_SEND, false); in test_traffic_class_send_data_mix_all_1()
674 traffic_class_send_priority(NET_PRIORITY_IC, 1, false); in test_traffic_class_send_data_mix_all_2()
865 traffic_class_recv_priority(NET_PRIORITY_IC, MAX_PKT_TO_RECV, true); in test_traffic_class_recv_data_prio_ic()
923 traffic_class_recv_priority(NET_PRIORITY_IC, MAX_PKT_TO_RECV, false); in test_traffic_class_recv_data_mix_all_1()
972 traffic_class_recv_priority(NET_PRIORITY_IC, 1, false); in test_traffic_class_recv_data_mix_all_2()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c201 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_sync()
306 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_pdelay_req()
361 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in gptp_prepare_pdelay_resp()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h510 NET_PRIORITY_IC = 6, /**< Internetwork control */ enumerator
1775 NET_PRIORITY_IC, in net_vlan2priority()
/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c134 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in update_pkt_priority()
Deth_sam_gmac.c589 net_pkt_set_priority(pkt, NET_PRIORITY_IC); in update_pkt_priority()
/Zephyr-latest/subsys/net/ip/
Dnet_stats.c57 case NET_PRIORITY_IC: in priority2str()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c35 case NET_PRIORITY_IC: in priority2str()