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.c163 static const uint8_t thread_priorities[] = { in tx_tc2thread() local
170 NET_ASSERT(tc < ARRAY_SIZE(thread_priorities)); in tx_tc2thread()
172 return thread_priorities[tc]; in tx_tc2thread()
180 static const uint8_t thread_priorities[] = { in rx_tc2thread() local
187 NET_ASSERT(tc < ARRAY_SIZE(thread_priorities)); in rx_tc2thread()
189 return thread_priorities[tc]; in rx_tc2thread()