Searched refs:current_mca_slot (Results 1 – 2 of 2) sorted by relevance
246 static int current_mca_slot = -1; in do_ne2_probe() local258 current_mca_slot = in do_ne2_probe()261 if((current_mca_slot != MCA_NOTFOUND) && !adapter_found) { in do_ne2_probe()263 mca_set_adapter_name(current_mca_slot, in do_ne2_probe()265 mca_mark_as_used(current_mca_slot); in do_ne2_probe()267 res = ne2_probe1(dev, current_mca_slot); in do_ne2_probe()269 mca_mark_as_unused(current_mca_slot); in do_ne2_probe()
248 static int current_mca_slot = -1; in mc32_probe() local266 current_mca_slot = in mc32_probe()269 if(current_mca_slot != MCA_NOTFOUND) { in mc32_probe()270 if(!mc32_probe1(dev, current_mca_slot)) in mc32_probe()272 mca_set_adapter_name(current_mca_slot, in mc32_probe()274 mca_mark_as_used(current_mca_slot); in mc32_probe()