Searched refs:wait_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 | 54 struct phl_queue wait_msg_q; member 101 if(pq_pop(d, &hub->wait_msg_q, &new_msg, _first, _bh)) { in pop_front_wait_msg() 113 pq_push(d, &hub->wait_msg_q, &ex->list, _tail, _bh); in push_back_wait_msg() 196 pq_init(d, &(hub->wait_msg_q)); in phl_msg_hub_init() 212 pq_deinit(d, &(hub->wait_msg_q)); in phl_msg_hub_deinit() 232 pq_reset(d, &(hub->wait_msg_q), _bh); in phl_msg_hub_start() 257 pq_reset(d, &(hub->wait_msg_q), _bh); in phl_msg_hub_stop()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_msg_hub.c | 54 struct phl_queue wait_msg_q; member 101 if(pq_pop(d, &hub->wait_msg_q, &new_msg, _first, _bh)) { in pop_front_wait_msg() 113 pq_push(d, &hub->wait_msg_q, &ex->list, _tail, _bh); in push_back_wait_msg() 196 pq_init(d, &(hub->wait_msg_q)); in phl_msg_hub_init() 212 pq_deinit(d, &(hub->wait_msg_q)); in phl_msg_hub_deinit() 232 pq_reset(d, &(hub->wait_msg_q), _bh); in phl_msg_hub_start() 257 pq_reset(d, &(hub->wait_msg_q), _bh); in phl_msg_hub_stop()
|