Home
last modified time | relevance | path

Searched refs:dl_list_insert_head (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Ddl_list.h116 static inline PDL_LIST dl_list_insert_head(PDL_LIST pList, PDL_LIST pAdd) in dl_list_insert_head() function
126 #define DL_ListAdd(pList, pItem) dl_list_insert_head((pList), (pItem))
H A Dhtc_packet.h224 { dl_list_insert_head(&(pQ)->QueueHead, &(p)->ListLink); \