Home
last modified time | relevance | path

Searched refs:NET_PRIORITY_CA (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/net/traffic_class/src/
Dmain.c552 traffic_class_send_priority(NET_PRIORITY_CA, MAX_PKT_TO_SEND, true); in test_traffic_class_send_data_prio_ca()
616 traffic_class_send_priority(NET_PRIORITY_CA, MAX_PKT_TO_SEND, false); in test_traffic_class_send_data_mix_all_1()
665 traffic_class_send_priority(NET_PRIORITY_CA, 1, false); in test_traffic_class_send_data_mix_all_2()
850 traffic_class_recv_priority(NET_PRIORITY_CA, MAX_PKT_TO_RECV, true); in test_traffic_class_recv_data_prio_ca()
914 traffic_class_recv_priority(NET_PRIORITY_CA, MAX_PKT_TO_RECV, false); in test_traffic_class_recv_data_mix_all_1()
963 traffic_class_recv_priority(NET_PRIORITY_CA, 1, false); in test_traffic_class_recv_data_mix_all_2()
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c340 priority = NET_PRIORITY_CA; in create_socket()
450 gate_status[net_tx_priority2tc(NET_PRIORITY_CA)] = true; in set_qbv_params()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c256 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_follow_up()
422 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_pdelay_follow_up()
492 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_announce()
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c30 static const uint8_t priority = NET_PRIORITY_CA; in transport_socket_open()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h507 NET_PRIORITY_CA = 3, /**< Critical applications */ enumerator
1772 NET_PRIORITY_CA, in net_vlan2priority()
/Zephyr-latest/drivers/ethernet/
Deth_native_posix.c132 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
Deth_xmc4xxx.c429 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
Deth_stm32_hal.c307 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_is_ptp_pkt()
Deth_sam_gmac.c587 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
/Zephyr-latest/subsys/net/ip/
Dnet_stats.c51 case NET_PRIORITY_CA: in priority2str()
DKconfig406 If this is set, then high priority (>= NET_PRIORITY_CA) net_pkt will
Dnet_if.c365 prio >= NET_PRIORITY_CA) || NET_TC_TX_COUNT == 0) { in net_if_queue_tx()
/Zephyr-latest/subsys/net/lib/shell/
Dstats.c29 case NET_PRIORITY_CA: in priority2str()
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c153 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
Deth_mcux.c664 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()