Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c86 struct rtl_l2_buff *l2; in rtl_alloc_buff()
106 n = L2_MAX_PKTS * sizeof(struct rtl_l2_buff); in rtl_alloc_buff()
129 l2 = (struct rtl_l2_buff *)addr2; in rtl_alloc_buff()
141 struct rtl_l2_buff *l2; in rtl_free_buff()
159 l2 = list_entry(coex->l2_used_list.next, struct rtl_l2_buff, in rtl_free_buff()
165 l2 = list_entry(coex->l2_free_list.next, struct rtl_l2_buff, in rtl_free_buff()
210 static struct rtl_l2_buff *rtl_l2_node_get(struct rtl_coex_struct *coex) in rtl_l2_node_get()
212 struct rtl_l2_buff *l2; in rtl_l2_node_get()
221 l2 = list_entry(coex->l2_free_list.next, struct rtl_l2_buff, in rtl_l2_node_get()
232 struct rtl_l2_buff *l2) in rtl_l2_node_to_used()
[all …]
H A Drtk_coex.h219 struct rtl_l2_buff { struct
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c86 struct rtl_l2_buff *l2; in rtl_alloc_buff()
106 n = L2_MAX_PKTS * sizeof(struct rtl_l2_buff); in rtl_alloc_buff()
129 l2 = (struct rtl_l2_buff *)addr2; in rtl_alloc_buff()
141 struct rtl_l2_buff *l2; in rtl_free_buff()
159 l2 = list_entry(coex->l2_used_list.next, struct rtl_l2_buff, in rtl_free_buff()
165 l2 = list_entry(coex->l2_free_list.next, struct rtl_l2_buff, in rtl_free_buff()
210 static struct rtl_l2_buff *rtl_l2_node_get(struct rtl_coex_struct *coex) in rtl_l2_node_get()
212 struct rtl_l2_buff *l2; in rtl_l2_node_get()
221 l2 = list_entry(coex->l2_free_list.next, struct rtl_l2_buff, in rtl_l2_node_get()
232 struct rtl_l2_buff *l2) in rtl_l2_node_to_used()
[all …]
H A Drtk_coex.h219 struct rtl_l2_buff { struct