Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_tc.c208 static const uint8_t thread_priorities[] = { in tx_tc2thread() local
215 NET_ASSERT(tc < ARRAY_SIZE(thread_priorities)); in tx_tc2thread()
217 return thread_priorities[tc]; in tx_tc2thread()
225 static const uint8_t thread_priorities[] = { in rx_tc2thread() local
232 NET_ASSERT(tc < ARRAY_SIZE(thread_priorities)); in rx_tc2thread()
234 return thread_priorities[tc]; in rx_tc2thread()