Lines Matching refs:other
198 struct efx_nic *other, *next; in efx_associate() local
206 list_for_each_entry_safe(other, next, &efx_unassociated_list, in efx_associate()
208 if (efx_same_controller(efx, other)) { in efx_associate()
209 list_del(&other->node); in efx_associate()
210 netif_dbg(other, probe, other->net_dev, in efx_associate()
214 list_add_tail(&other->node, in efx_associate()
216 other->primary = efx; in efx_associate()
222 list_for_each_entry(other, &efx_primary_list, node) { in efx_associate()
223 if (efx_same_controller(efx, other)) { in efx_associate()
226 pci_name(other->pci_dev), in efx_associate()
227 other->net_dev->name); in efx_associate()
229 &other->secondary_list); in efx_associate()
230 efx->primary = other; in efx_associate()
243 struct efx_nic *other, *next; in efx_dissociate() local
248 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
249 list_del(&other->node); in efx_dissociate()
250 netif_dbg(other, probe, other->net_dev, in efx_dissociate()
252 list_add_tail(&other->node, &efx_unassociated_list); in efx_dissociate()
253 other->primary = NULL; in efx_dissociate()