Searched refs:thread_priority (Results 1 – 2 of 2) sorted by relevance
289 uint8_t thread_priority; in net_tc_tx_init()293 thread_priority = tx_tc2thread(i); in net_tc_tx_init()296 K_PRIO_COOP(thread_priority) : in net_tc_tx_init()297 K_PRIO_PREEMPT(thread_priority); in net_tc_tx_init()303 thread_priority, in net_tc_tx_init()347 uint8_t thread_priority; in net_tc_rx_init()351 thread_priority = rx_tc2thread(i); in net_tc_rx_init()354 K_PRIO_COOP(thread_priority) : in net_tc_rx_init()355 K_PRIO_PREEMPT(thread_priority); in net_tc_rx_init()361 thread_priority, in net_tc_rx_init()
1761 int thread_priority; in net_6locan_init() local1787 thread_priority = K_PRIO_COOP(CONFIG_NUM_COOP_PRIORITIES - 1); in net_6locan_init()1789 thread_priority = K_PRIO_PREEMPT(6); in net_6locan_init()1794 thread_priority, NULL); in net_6locan_init()1805 thread_priority, 0, K_FOREVER); in net_6locan_init()