Lines Matching refs:other
208 struct efx_nic *other, *next; in efx_associate() local
216 list_for_each_entry_safe(other, next, &efx_unassociated_list, in efx_associate()
218 if (efx_same_controller(efx, other)) { in efx_associate()
219 list_del(&other->node); in efx_associate()
220 netif_dbg(other, probe, other->net_dev, in efx_associate()
224 list_add_tail(&other->node, in efx_associate()
226 other->primary = efx; in efx_associate()
232 list_for_each_entry(other, &efx_primary_list, node) { in efx_associate()
233 if (efx_same_controller(efx, other)) { in efx_associate()
236 pci_name(other->pci_dev), in efx_associate()
237 other->net_dev->name); in efx_associate()
239 &other->secondary_list); in efx_associate()
240 efx->primary = other; in efx_associate()
253 struct efx_nic *other, *next; in efx_dissociate() local
258 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
259 list_del(&other->node); in efx_dissociate()
260 netif_dbg(other, probe, other->net_dev, in efx_dissociate()
262 list_add_tail(&other->node, &efx_unassociated_list); in efx_dissociate()
263 other->primary = NULL; in efx_dissociate()