Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_list.h83 #define __QDF_LIST_INIT(tail, head) \ macro
87 __QDF_LIST_INIT(node, node)
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_list.h98 #define QDF_LIST_INIT(tail, head) __QDF_LIST_INIT(tail, head)