Lines Matching refs:other
197 struct efx_nic *other, *next;
205 list_for_each_entry_safe(other, next, &efx_unassociated_list,
207 if (efx_same_controller(efx, other)) {
208 list_del(&other->node);
209 netif_dbg(other, probe, other->net_dev,
213 list_add_tail(&other->node,
215 other->primary = efx;
221 list_for_each_entry(other, &efx_primary_list, node) {
222 if (efx_same_controller(efx, other)) {
225 pci_name(other->pci_dev),
226 other->net_dev->name);
228 &other->secondary_list);
229 efx->primary = other;
242 struct efx_nic *other, *next;
247 list_for_each_entry_safe(other, next, &efx->secondary_list, node) {
248 list_del(&other->node);
249 netif_dbg(other, probe, other->net_dev,
251 list_add_tail(&other->node, &efx_unassociated_list);
252 other->primary = NULL;
422 * because we round down when converting the other way.