Searched refs:oal_skb_queue_walk_safe (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 190 #define oal_skb_queue_walk_safe(q, nb, tmp) DLIST_FOR_EACH_ENTRY_SAFE(nb, tmp, &q->dlist, NetBuf, dlist)
macro 243 #define oal_skb_queue_walk_safe(q, nb, tmp) skb_queue_walk_safe(q, nb, tmp)
macro
|
H A D | oal_sdio_host.c | 1785 oal_skb_queue_walk_safe(head, netbuf, tmp) { in oal_sdio_transfer_netbuf_list() function 2307 oal_skb_queue_walk_safe(head, netbuf, tmp) { in oal_netbuf_list_hex_dump() function
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac.c | 163 oal_skb_queue_walk_safe(head, netbuf_pos, netbuf_tmp) in hcc_sort_key_frame() function
|
Completed in 5 milliseconds