Searched refs:idle_msg_q (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_msg_hub.c | 53 struct phl_queue idle_msg_q; member 73 if(pq_pop(d, &hub->idle_msg_q, &new_msg, _first, _bh)) { in pop_front_idle_msg() 91 pq_push(d, &hub->idle_msg_q, &ex->list, _tail, _bh); in push_back_idle_msg() 168 while (hub->idle_msg_q.cnt != MAX_MSG_NUM) { in msg_thread_hdl() 195 pq_init(d, &(hub->idle_msg_q)); in phl_msg_hub_init() 211 pq_deinit(d, &(hub->idle_msg_q)); in phl_msg_hub_deinit() 231 pq_reset(d, &(hub->idle_msg_q), _bh); in phl_msg_hub_start() 234 pq_push(d, &hub->idle_msg_q, &hub->msg_pool[i].list, _tail, _bh); in phl_msg_hub_start() 256 pq_reset(d, &(hub->idle_msg_q), _bh); in phl_msg_hub_stop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_msg_hub.c | 53 struct phl_queue idle_msg_q; member 73 if(pq_pop(d, &hub->idle_msg_q, &new_msg, _first, _bh)) { in pop_front_idle_msg() 91 pq_push(d, &hub->idle_msg_q, &ex->list, _tail, _bh); in push_back_idle_msg() 168 while (hub->idle_msg_q.cnt != MAX_MSG_NUM) { in msg_thread_hdl() 195 pq_init(d, &(hub->idle_msg_q)); in phl_msg_hub_init() 211 pq_deinit(d, &(hub->idle_msg_q)); in phl_msg_hub_deinit() 231 pq_reset(d, &(hub->idle_msg_q), _bh); in phl_msg_hub_start() 234 pq_push(d, &hub->idle_msg_q, &hub->msg_pool[i].list, _tail, _bh); in phl_msg_hub_start() 256 pq_reset(d, &(hub->idle_msg_q), _bh); in phl_msg_hub_stop()
|