Lines Matching refs:node
1158 list_add_tail(&efx->node, &ef4_primary_list); in ef4_associate()
1161 node) { in ef4_associate()
1163 list_del(&other->node); in ef4_associate()
1168 list_add_tail(&other->node, in ef4_associate()
1176 list_for_each_entry(other, &ef4_primary_list, node) { in ef4_associate()
1182 list_add_tail(&efx->node, in ef4_associate()
1191 list_add_tail(&efx->node, &ef4_unassociated_list); in ef4_associate()
1199 list_del(&efx->node); in ef4_dissociate()
1202 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in ef4_dissociate()
1203 list_del(&other->node); in ef4_dissociate()
1206 list_add_tail(&other->node, &ef4_unassociated_list); in ef4_dissociate()
2622 INIT_LIST_HEAD(&efx->node); in ef4_init_struct()