Home
last modified time | relevance | path

Searched defs:pItem (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Ddl_list.h47 #define DL_LIST_INIT_AND_ADD(pList, pItem) \ argument
86 #define ITERATE_OVER_LIST_ALLOW_REMOVE(pStart, pItem, st, offset) \ argument
126 #define DL_ListAdd(pList, pItem) dl_list_insert_head((pList), (pItem)) argument
147 PDL_LIST pItem = NULL; in dl_list_remove_item_from_head() local
159 PDL_LIST pItem = NULL; in dl_list_remove_item_from_tail() local
H A Dhtc_packet.h250 DL_LIST *pItem = dl_list_remove_item_from_head(&queue->QueueHead); in htc_packet_dequeue() local
262 DL_LIST *pItem = dl_list_remove_item_from_tail(&queue->QueueHead); in htc_packet_dequeue_tail() local