Searched refs:slot_cur (Results 1 - 4 of 4) sorted by relevance

/drivers/pci/hotplug/
H A Dibmphp_core.c77 struct slot * slot_cur = *sl; local
79 debug("options = %x\n", slot_cur->ctrl->options);
80 debug("revision = %x\n", slot_cur->ctrl->revision);
82 if (READ_BUS_STATUS(slot_cur->ctrl))
83 rc = ibmphp_hpc_readslot(slot_cur, READ_BUSSTATUS, NULL);
88 slot_cur->bus_on->current_speed = CURRENT_BUS_SPEED(slot_cur->busstatus);
89 if (READ_BUS_MODE(slot_cur->ctrl))
90 slot_cur->bus_on->current_bus_mode =
91 CURRENT_BUS_MODE(slot_cur
117 struct slot * slot_cur; local
204 power_on(struct slot *slot_cur) argument
222 power_off(struct slot *slot_cur) argument
505 struct slot *slot_cur; local
566 validate(struct slot *slot_cur, int opn) argument
607 ibmphp_update_slot_info(struct slot *slot_cur) argument
673 struct slot *slot_cur; local
698 struct slot *slot_cur; local
819 is_bus_empty(struct slot * slot_cur) argument
850 set_bus(struct slot * slot_cur) argument
947 check_limitations(struct slot *slot_cur) argument
986 print_card_capability(struct slot *slot_cur) argument
1008 struct slot *slot_cur; local
1190 ibmphp_do_disable_slot(struct slot *slot_cur) argument
[all...]
H A Dibmphp_ebda.c596 struct slot * slot_cur; local
598 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) {
599 if (slot_cur->ctrl) {
600 if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_num > slot_cur->ctrl->ending_slot_num))
601 first_slot = slot_cur->ctrl->ending_slot_num;
610 static char *create_file_name (struct slot * slot_cur) argument
621 if (!slot_cur) {
626 slot_num = slot_cur
[all...]
H A Dibmphp_pci.c1444 static int unconfigure_boot_card (struct slot *slot_cur) argument
1458 device = slot_cur->device;
1459 busno = slot_cur->bus;
1567 int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end) argument
1572 struct slot *sl = *slot_cur;
1626 *slot_cur = sl;
H A Dibmphp.h753 extern int ibmphp_do_disable_slot (struct slot *slot_cur);

Completed in 3101 milliseconds