Searched defs:first_slot (Results 1 - 5 of 5) sorted by relevance

/drivers/pci/hotplug/
H A Dcpcihp_generic.c70 static u8 first_slot; variable
113 dbg("first_slot = 0x%02x", first_slot);
115 if (!(first_slot && last_slot)) {
116 err("Need to specify first_slot and last_slot");
119 if (last_slot < first_slot) {
120 err("first_slot must be less than last_slot");
178 status = cpci_hp_register_bus(bus, first_slot, last_slot);
219 module_param(first_slot, byte, 0);
220 MODULE_PARM_DESC(first_slot, "Hotswa
[all...]
H A Dibmphp_ebda.c541 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) argument
549 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) {
556 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) {
594 u8 first_slot = 1; local
599 if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_num > slot_cur->ctrl->ending_slot_num))
600 first_slot = slot_cur->ctrl->ending_slot_num;
603 return first_slot + 1;
616 u8 first_slot = 1; local
639 first_slot = opt_lo_ptr->first_slot_num;
642 first_slot
[all...]
H A Dshpchp.h113 u32 first_slot; /* First physical slot number */ member in struct:controller
H A Dcpqphp.h310 u8 first_slot; member in struct:controller
/drivers/md/
H A Draid10.c4594 int first_slot = slot; local
4620 if (slot == first_slot)

Completed in 117 milliseconds