Lines Matching refs:node_field
102 #define qdf_list_for_each(list_ptr, cursor, node_field) \ argument
103 __qdf_list_for_each(list_ptr, cursor, node_field)
105 #define qdf_list_for_each_del(list_ptr, cursor, next, node_field) \ argument
106 __qdf_list_for_each_del(list_ptr, cursor, next, node_field)
108 #define qdf_list_for_each_from(list_ptr, cursor, node_field) \ argument
109 __qdf_list_for_each_from(list_ptr, cursor, node_field)
111 #define qdf_list_for_each_continue(list_ptr, cursor, node_field) \ argument
112 __qdf_list_for_each_continue(list_ptr, cursor, node_field)
114 #define qdf_list_first_entry_or_null(list_ptr, type, node_field) \ argument
115 __qdf_list_first_entry_or_null(list_ptr, type, node_field)
117 #define qdf_list_last_entry(list_ptr, type, node_field) \ argument
118 __qdf_list_last_entry(list_ptr, type, node_field)