Searched refs:NET_PRIORITY_CA (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/net/traffic_class/src/ |
D | main.c | 552 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/ |
D | main.c | 340 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/ |
D | gptp_messages.c | 256 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/ |
D | transport.c | 30 static const uint8_t priority = NET_PRIORITY_CA; in transport_socket_open()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_ip.h | 507 NET_PRIORITY_CA = 3, /**< Critical applications */ enumerator 1772 NET_PRIORITY_CA, in net_vlan2priority()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_native_posix.c | 132 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
|
D | eth_xmc4xxx.c | 429 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
|
D | eth_stm32_hal.c | 307 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_is_ptp_pkt()
|
D | eth_sam_gmac.c | 587 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_stats.c | 51 case NET_PRIORITY_CA: in priority2str()
|
D | Kconfig | 406 If this is set, then high priority (>= NET_PRIORITY_CA) net_pkt will
|
D | net_if.c | 365 prio >= NET_PRIORITY_CA) || NET_TC_TX_COUNT == 0) { in net_if_queue_tx()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | stats.c | 29 case NET_PRIORITY_CA: in priority2str()
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_nxp_enet.c | 153 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
|
D | eth_mcux.c | 664 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
|