Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Ddl_list.h43 #define DL_LIST_INIT(pList) \ macro
Dhtc_packet.h212 DL_LIST_INIT(&(pQ)->QueueHead); \
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dusbdrv.c150 DL_LIST_INIT(&pipe->urb_list_head); in usb_hif_alloc_pipe_resources()
151 DL_LIST_INIT(&pipe->urb_pending_list); in usb_hif_alloc_pipe_resources()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
Dhif.c651 DL_LIST_INIT(&device->scatter_req_head); in hif_device_inserted()