Searched refs:__QDF_LIST_NODE_INIT (Results 1 – 2 of 2) sorted by relevance
77 #define __QDF_LIST_NODE_INIT(prev_node, next_node) \ macro81 __QDF_LIST_NODE_INIT(node, node)84 { .anchor = __QDF_LIST_NODE_INIT(tail, head), }
95 #define QDF_LIST_NODE_INIT(prev, next) __QDF_LIST_NODE_INIT(prev, next)