Home
last modified time | relevance | path

Searched refs:l2_used_list (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.h291 struct list_head l2_used_list; member
H A Drtk_coex.c100 INIT_LIST_HEAD(&coex->l2_used_list); in rtl_alloc_buff()
158 while (!list_empty(&coex->l2_used_list)) { in rtl_free_buff()
159 l2 = list_entry(coex->l2_used_list.next, struct rtl_l2_buff, in rtl_free_buff()
237 list_add_tail(&l2->list, &coex->l2_used_list); in rtl_l2_node_to_used()
2335 while (!list_empty(&coex->l2_used_list)) { in rtl_l2_work()
2336 l2 = list_entry(coex->l2_used_list.next, struct rtl_l2_buff, in rtl_l2_work()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.h291 struct list_head l2_used_list; member
H A Drtk_coex.c100 INIT_LIST_HEAD(&coex->l2_used_list); in rtl_alloc_buff()
158 while (!list_empty(&coex->l2_used_list)) { in rtl_free_buff()
159 l2 = list_entry(coex->l2_used_list.next, struct rtl_l2_buff, in rtl_free_buff()
237 list_add_tail(&l2->list, &coex->l2_used_list); in rtl_l2_node_to_used()
2335 while (!list_empty(&coex->l2_used_list)) { in rtl_l2_work()
2336 l2 = list_entry(coex->l2_used_list.next, struct rtl_l2_buff, in rtl_l2_work()