| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmutils.h | 1141 } dll_t; typedef 1144 dll_init(dll_t *node_p) in dll_init() 1151 static INLINE dll_t * 1152 dll_head_p(dll_t *list_p) in dll_head_p() 1157 static INLINE dll_t * 1158 dll_tail_p(dll_t *list_p) in dll_tail_p() 1163 static INLINE dll_t * 1164 dll_next_p(dll_t *node_p) in dll_next_p() 1169 static INLINE dll_t * 1170 dll_prev_p(dll_t *node_p) in dll_prev_p() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmutils.h | 1141 } dll_t; typedef 1144 dll_init(dll_t *node_p) in dll_init() 1151 static INLINE dll_t * 1152 dll_head_p(dll_t *list_p) in dll_head_p() 1157 static INLINE dll_t * 1158 dll_tail_p(dll_t *list_p) in dll_tail_p() 1163 static INLINE dll_t * 1164 dll_next_p(dll_t *node_p) in dll_next_p() 1169 static INLINE dll_t * 1170 dll_prev_p(dll_t *node_p) in dll_prev_p() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmutils.h | 1141 } dll_t; typedef 1144 dll_init(dll_t *node_p) in dll_init() 1151 static INLINE dll_t * 1152 dll_head_p(dll_t *list_p) in dll_head_p() 1157 static INLINE dll_t * 1158 dll_tail_p(dll_t *list_p) in dll_tail_p() 1163 static INLINE dll_t * 1164 dll_next_p(dll_t *node_p) in dll_next_p() 1169 static INLINE dll_t * 1170 dll_prev_p(dll_t *node_p) in dll_prev_p() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmutils.h | 1199 } dll_t; typedef 1202 dll_init(dll_t *node_p) in dll_init() 1209 static INLINE dll_t * 1210 dll_head_p(dll_t *list_p) in dll_head_p() 1216 static INLINE dll_t * 1217 dll_tail_p(dll_t *list_p) in dll_tail_p() 1223 static INLINE dll_t * 1224 dll_next_p(dll_t *node_p) in dll_next_p() 1230 static INLINE dll_t * 1231 dll_prev_p(dll_t *node_p) in dll_prev_p() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmutils.h | 1338 } dll_t; typedef 1341 dll_init(dll_t *node_p) in dll_init() 1348 static INLINE dll_t * 1349 BCMPOSTTRAPFN(dll_head_p)(dll_t *list_p) in BCMPOSTTRAPFN() 1354 static INLINE dll_t * 1355 BCMPOSTTRAPFN(dll_tail_p)(dll_t *list_p) in BCMPOSTTRAPFN() 1360 static INLINE dll_t * 1361 BCMPOSTTRAPFN(dll_next_p)(dll_t *node_p) in BCMPOSTTRAPFN() 1366 static INLINE dll_t * 1367 BCMPOSTTRAPFN(dll_prev_p)(dll_t *node_p) in BCMPOSTTRAPFN() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmutils.h | 1338 } dll_t; typedef 1341 dll_init(dll_t *node_p) in dll_init() 1348 static INLINE dll_t * 1349 BCMPOSTTRAPFN(dll_head_p)(dll_t *list_p) in BCMPOSTTRAPFN() 1354 static INLINE dll_t * 1355 BCMPOSTTRAPFN(dll_tail_p)(dll_t *list_p) in BCMPOSTTRAPFN() 1360 static INLINE dll_t * 1361 BCMPOSTTRAPFN(dll_next_p)(dll_t *node_p) in BCMPOSTTRAPFN() 1366 static INLINE dll_t * 1367 BCMPOSTTRAPFN(dll_prev_p)(dll_t *node_p) in BCMPOSTTRAPFN() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_debug.h | 702 dll_t list; 712 dll_t list; 850 extern void dhd_iov_li_append(dhd_pub_t *dhd, dll_t *list_head, dll_t *node); 851 extern void dhd_iov_li_print(dll_t *list_head); 852 extern void dhd_iov_li_delete(dhd_pub_t *dhd, dll_t *list_head); 856 extern void dhd_mw_list_delete(dhd_pub_t *dhd, dll_t *list_head);
|
| H A D | dhd_flowring.h | 115 dll_t list; /* manage a flowring queue in a double linked list */ 204 dll_t list; /* manage a constructed flowring in a dll, must be at first place */ 240 dhd_constlist_to_flowring(dll_t *item) in dhd_constlist_to_flowring()
|
| H A D | bcmutils.c | 1359 dll_t * elem_p; in dll_pool_init() 1361 ASSERT(elem_size > sizeof(dll_t)); in dll_pool_init() 1379 elem_p = (dll_t *)((uintptr)elem_p + elem_size); in dll_pool_init() 1390 dll_t * elem_p; in dll_pool_alloc() 1407 dll_t * node_p = (dll_t *)elem_p; in dll_pool_free() 1415 dll_t * node_p = (dll_t *)elem_p; in dll_pool_free_tail()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_debug.h | 702 dll_t list; 712 dll_t list; 850 extern void dhd_iov_li_append(dhd_pub_t *dhd, dll_t *list_head, dll_t *node); 851 extern void dhd_iov_li_print(dll_t *list_head); 852 extern void dhd_iov_li_delete(dhd_pub_t *dhd, dll_t *list_head); 856 extern void dhd_mw_list_delete(dhd_pub_t *dhd, dll_t *list_head);
|
| H A D | dhd_flowring.h | 115 dll_t list; /* manage a flowring queue in a double linked list */ 204 dll_t list; /* manage a constructed flowring in a dll, must be at first place */ 240 dhd_constlist_to_flowring(dll_t *item) in dhd_constlist_to_flowring()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_debug.h | 702 dll_t list; 712 dll_t list; 850 extern void dhd_iov_li_append(dhd_pub_t *dhd, dll_t *list_head, dll_t *node); 851 extern void dhd_iov_li_print(dll_t *list_head); 852 extern void dhd_iov_li_delete(dhd_pub_t *dhd, dll_t *list_head); 856 extern void dhd_mw_list_delete(dhd_pub_t *dhd, dll_t *list_head);
|
| H A D | dhd_flowring.h | 115 dll_t list; /* manage a flowring queue in a double linked list */ 204 dll_t list; /* manage a constructed flowring in a dll, must be at first place */ 240 dhd_constlist_to_flowring(dll_t *item) in dhd_constlist_to_flowring()
|
| H A D | bcmutils.c | 1359 dll_t * elem_p; in dll_pool_init() 1361 ASSERT(elem_size > sizeof(dll_t)); in dll_pool_init() 1379 elem_p = (dll_t *)((uintptr)elem_p + elem_size); in dll_pool_init() 1390 dll_t * elem_p; in dll_pool_alloc() 1407 dll_t * node_p = (dll_t *)elem_p; in dll_pool_free() 1415 dll_t * node_p = (dll_t *)elem_p; in dll_pool_free_tail()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_debug.h | 720 dll_t list; 730 dll_t list; 871 extern void dhd_iov_li_append(dhd_pub_t *dhd, dll_t *list_head, dll_t *node); 872 extern void dhd_iov_li_print(dll_t *list_head); 873 extern void dhd_iov_li_delete(dhd_pub_t *dhd, dll_t *list_head); 877 extern void dhd_mw_list_delete(dhd_pub_t *dhd, dll_t *list_head);
|
| H A D | dhd_pktlog.h | 67 dll_t p_info; /* list pointer */ 78 dll_t ring_info_head; /* ring_info list */ 79 dll_t ring_info_free; /* ring_info free list */
|
| H A D | dhd_flowring.h | 156 dll_t list; /* manage a flowring queue in a double linked list */ 248 dll_t list; /* manage a constructed flowring in a dll, must be at first place */ 295 dhd_constlist_to_flowring(dll_t *item) in dhd_constlist_to_flowring()
|
| H A D | dhd_pktlog.c | 219 dll_append(&ring->ring_info_free, (dll_t *)&ring->ring_info_mem[i].p_info); in dhd_pktlog_ring_init() 247 dll_t *item, *next_p; in dhd_pktlog_ring_deinit() 354 dll_delete((dll_t *)pkts); in dhd_pktlog_ring_add_pkts() 360 dll_delete((dll_t *)pkts); in dhd_pktlog_ring_add_pkts() 391 dll_append(&pktlog_ring->ring_info_head, (dll_t *)pkts); in dhd_pktlog_ring_add_pkts() 406 dll_t *item_p, *next_p; in dhd_pktlog_ring_tx_status() 1041 dll_t *item_p, *next_p; in dhd_pktlog_get_dump_length() 1086 dll_t *item_p, *next_p; in dhd_pktlog_dump_write() 1572 dll_t *item_p, *prev_p; in dhd_cpkt_log_proc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_debug.h | 768 dll_t list; 778 dll_t list; 861 extern void dhd_iov_li_append(dhd_pub_t *dhd, dll_t *list_head, dll_t *node); 862 extern void dhd_iov_li_print(dll_t *list_head); 863 extern void dhd_iov_li_delete(dhd_pub_t *dhd, dll_t *list_head); 867 extern void dhd_mw_list_delete(dhd_pub_t *dhd, dll_t *list_head);
|
| H A D | dhd_flowring.h | 102 dll_t list; /* manage a flowring queue in a double linked list */ 184 dll_t list; /* manage a constructed flowring in a dll, must be at first place */ 229 dhd_constlist_to_flowring(dll_t *item) in dhd_constlist_to_flowring()
|
| H A D | bcmutils.c | 3891 dll_t * elem_p; in dll_pool_init() 3893 ASSERT(elem_size > sizeof(dll_t)); in dll_pool_init() 3911 elem_p = (dll_t *)((uintptr)elem_p + elem_size); in dll_pool_init() 3923 dll_t * elem_p; in dll_pool_alloc() 3940 dll_t * node_p = (dll_t *)elem_p; in dll_pool_free() 3949 dll_t * node_p = (dll_t *)elem_p; in dll_pool_free_tail()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_debug.h | 720 dll_t list; 730 dll_t list; 871 extern void dhd_iov_li_append(dhd_pub_t *dhd, dll_t *list_head, dll_t *node); 872 extern void dhd_iov_li_print(dll_t *list_head); 873 extern void dhd_iov_li_delete(dhd_pub_t *dhd, dll_t *list_head); 877 extern void dhd_mw_list_delete(dhd_pub_t *dhd, dll_t *list_head);
|
| H A D | dhd_pktlog.h | 67 dll_t p_info; /* list pointer */ 78 dll_t ring_info_head; /* ring_info list */ 79 dll_t ring_info_free; /* ring_info free list */
|
| H A D | dhd_flowring.h | 156 dll_t list; /* manage a flowring queue in a double linked list */ 248 dll_t list; /* manage a constructed flowring in a dll, must be at first place */ 295 dhd_constlist_to_flowring(dll_t *item) in dhd_constlist_to_flowring()
|
| H A D | dhd_pktlog.c | 219 dll_append(&ring->ring_info_free, (dll_t *)&ring->ring_info_mem[i].p_info); in dhd_pktlog_ring_init() 247 dll_t *item, *next_p; in dhd_pktlog_ring_deinit() 354 dll_delete((dll_t *)pkts); in dhd_pktlog_ring_add_pkts() 360 dll_delete((dll_t *)pkts); in dhd_pktlog_ring_add_pkts() 391 dll_append(&pktlog_ring->ring_info_head, (dll_t *)pkts); in dhd_pktlog_ring_add_pkts() 406 dll_t *item_p, *next_p; in dhd_pktlog_ring_tx_status() 1041 dll_t *item_p, *next_p; in dhd_pktlog_get_dump_length() 1086 dll_t *item_p, *next_p; in dhd_pktlog_dump_write() 1572 dll_t *item_p, *prev_p; in dhd_cpkt_log_proc()
|