Lines Matching refs:other
1138 struct efx_nic *other, *next; in efx_associate() local
1146 list_for_each_entry_safe(other, next, &efx_unassociated_list, in efx_associate()
1148 if (efx_same_controller(efx, other)) { in efx_associate()
1149 list_del(&other->node); in efx_associate()
1150 netif_dbg(other, probe, other->net_dev, in efx_associate()
1154 list_add_tail(&other->node, in efx_associate()
1156 other->primary = efx; in efx_associate()
1162 list_for_each_entry(other, &efx_primary_list, node) { in efx_associate()
1163 if (efx_same_controller(efx, other)) { in efx_associate()
1166 pci_name(other->pci_dev), in efx_associate()
1167 other->net_dev->name); in efx_associate()
1169 &other->secondary_list); in efx_associate()
1170 efx->primary = other; in efx_associate()
1183 struct efx_nic *other, *next; in efx_dissociate() local
1188 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
1189 list_del(&other->node); in efx_dissociate()
1190 netif_dbg(other, probe, other->net_dev, in efx_dissociate()
1192 list_add_tail(&other->node, &efx_unassociated_list); in efx_dissociate()
1193 other->primary = NULL; in efx_dissociate()