Searched refs:NET_PRIORITY_CA (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/net/traffic_class/src/ |
D | main.c | 550 traffic_class_send_priority(NET_PRIORITY_CA, MAX_PKT_TO_SEND, true); in test_traffic_class_send_data_prio_ca() 614 traffic_class_send_priority(NET_PRIORITY_CA, MAX_PKT_TO_SEND, false); in test_traffic_class_send_data_mix_all_1() 663 traffic_class_send_priority(NET_PRIORITY_CA, 1, false); in test_traffic_class_send_data_mix_all_2() 848 traffic_class_recv_priority(NET_PRIORITY_CA, MAX_PKT_TO_RECV, true); in test_traffic_class_recv_data_prio_ca() 912 traffic_class_recv_priority(NET_PRIORITY_CA, MAX_PKT_TO_RECV, false); in test_traffic_class_recv_data_mix_all_1() 961 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 | 258 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_follow_up() 424 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in gptp_prepare_pdelay_follow_up() 494 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/subsys/net/ip/ |
D | net_core.c | 478 prio >= NET_PRIORITY_CA) || NET_TC_RX_COUNT == 0) { in net_queue_rx()
|
D | net_stats.c | 51 case NET_PRIORITY_CA: in priority2str()
|
D | Kconfig | 413 If this is set, then high priority (>= NET_PRIORITY_CA) net_pkt will 420 If this is set, then high priority (>= NET_PRIORITY_CA) net_pkt will
|
D | net_if.c | 361 prio >= NET_PRIORITY_CA) || NET_TC_TX_COUNT == 0) { in net_if_try_queue_tx()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_ip.h | 507 NET_PRIORITY_CA = 3, /**< Critical applications */ enumerator 1774 NET_PRIORITY_CA, in net_vlan2priority()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_native_tap.c | 142 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in update_pkt_priority()
|
D | eth_nxp_enet.c | 153 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_get_ptp_data()
|
D | eth_xmc4xxx.c | 429 net_pkt_set_priority(pkt, NET_PRIORITY_CA); in eth_xmc4xxx_rx_pkt()
|
D | eth_stm32_hal.c | 341 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/lib/shell/ |
D | stats.c | 29 case NET_PRIORITY_CA: in priority2str()
|