Lines Matching defs:other
976 * the MAC appropriately. All other PHY configuration changes are pushed
1162 struct ef4_nic *other, *next;
1170 list_for_each_entry_safe(other, next, &ef4_unassociated_list,
1172 if (ef4_same_controller(efx, other)) {
1173 list_del(&other->node);
1174 netif_dbg(other, probe, other->net_dev,
1178 list_add_tail(&other->node,
1180 other->primary = efx;
1186 list_for_each_entry(other, &ef4_primary_list, node) {
1187 if (ef4_same_controller(efx, other)) {
1190 pci_name(other->pci_dev),
1191 other->net_dev->name);
1193 &other->secondary_list);
1194 efx->primary = other;
1207 struct ef4_nic *other, *next;
1212 list_for_each_entry_safe(other, next, &efx->secondary_list, node) {
1213 list_del(&other->node);
1214 netif_dbg(other, probe, other->net_dev,
1216 list_add_tail(&other->node, &ef4_unassociated_list);
1217 other->primary = NULL;
1902 * because we round down when converting the other way.