Lines Matching refs:other
1164 struct efx_nic *other, *next; in efx_associate() local
1172 list_for_each_entry_safe(other, next, &efx_unassociated_list, in efx_associate()
1174 if (efx_same_controller(efx, other)) { in efx_associate()
1175 list_del(&other->node); in efx_associate()
1176 netif_dbg(other, probe, other->net_dev, in efx_associate()
1180 list_add_tail(&other->node, in efx_associate()
1182 other->primary = efx; in efx_associate()
1188 list_for_each_entry(other, &efx_primary_list, node) { in efx_associate()
1189 if (efx_same_controller(efx, other)) { in efx_associate()
1192 pci_name(other->pci_dev), in efx_associate()
1193 other->net_dev->name); in efx_associate()
1195 &other->secondary_list); in efx_associate()
1196 efx->primary = other; in efx_associate()
1209 struct efx_nic *other, *next; in efx_dissociate() local
1214 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
1215 list_del(&other->node); in efx_dissociate()
1216 netif_dbg(other, probe, other->net_dev, in efx_dissociate()
1218 list_add_tail(&other->node, &efx_unassociated_list); in efx_dissociate()
1219 other->primary = NULL; in efx_dissociate()