Searched refs:phl_msg_ex (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_msg_hub.c | 38 struct phl_msg_ex { struct 52 struct phl_msg_ex msg_pool[MAX_MSG_NUM]; argument 66 static u8 pop_front_idle_msg(struct phl_info_t* phl, struct phl_msg_ex** msg) in pop_front_idle_msg() 74 (*msg) = (struct phl_msg_ex*)new_msg; in pop_front_idle_msg() 84 static void push_back_idle_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_idle_msg() 94 static u8 pop_front_wait_msg(struct phl_info_t* phl, struct phl_msg_ex** msg) in pop_front_wait_msg() 102 (*msg) = (struct phl_msg_ex*)new_msg; in pop_front_wait_msg() 109 static void push_back_wait_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_wait_msg() 117 void msg_forward(struct phl_info_t* phl, struct phl_msg_ex* ex) in msg_forward() 153 struct phl_msg_ex* ex = NULL; in msg_thread_hdl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_msg_hub.c | 38 struct phl_msg_ex { struct 52 struct phl_msg_ex msg_pool[MAX_MSG_NUM]; argument 66 static u8 pop_front_idle_msg(struct phl_info_t* phl, struct phl_msg_ex** msg) in pop_front_idle_msg() 74 (*msg) = (struct phl_msg_ex*)new_msg; in pop_front_idle_msg() 84 static void push_back_idle_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_idle_msg() 94 static u8 pop_front_wait_msg(struct phl_info_t* phl, struct phl_msg_ex** msg) in pop_front_wait_msg() 102 (*msg) = (struct phl_msg_ex*)new_msg; in pop_front_wait_msg() 109 static void push_back_wait_msg(struct phl_info_t* phl, struct phl_msg_ex* ex) in push_back_wait_msg() 117 void msg_forward(struct phl_info_t* phl, struct phl_msg_ex* ex) in msg_forward() 153 struct phl_msg_ex* ex = NULL; in msg_thread_hdl() [all …]
|