Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
A Dibmphp_core.c87 *sl = slot_cur; in get_cur_bus_info()
492 if (get_hpc_options(slot_cur, &slot_cur->ctrl->options)) in init_ops()
534 if (!slot_cur) in validate()
1066 slot_cur->func->busno = slot_cur->bus; in enable_slot()
1067 slot_cur->func->device = slot_cur->device; in enable_slot()
1069 slot_cur->func->irq[i] = slot_cur->irq[i]; in enable_slot()
1072 slot_cur->bus, slot_cur->device); in enable_slot()
1074 if (ibmphp_configure_card(slot_cur->func, slot_cur->number)) { in enable_slot()
1151 if ((slot_cur == NULL) || (slot_cur->ctrl == NULL)) in ibmphp_do_disable_slot()
1172 slot_cur->func->busno = slot_cur->bus; in ibmphp_do_disable_slot()
[all …]
A Dibmphp_ebda.c581 struct slot *slot_cur; in calculate_first_slot() local
583 list_for_each_entry(slot_cur, &ibmphp_slot_head, ibm_slot_list) { in calculate_first_slot()
584 if (slot_cur->ctrl) { in calculate_first_slot()
585 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
586 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot()
595 static char *create_file_name(struct slot *slot_cur) in create_file_name() argument
606 if (!slot_cur) { in create_file_name()
611 slot_num = slot_cur->number; in create_file_name()
650 if (slot_cur->ctrl->ctlr_type == 4) { in create_file_name()
A Dibmphp_pci.c1415 static int unconfigure_boot_card(struct slot *slot_cur) in unconfigure_boot_card() argument
1429 device = slot_cur->device; in unconfigure_boot_card()
1430 busno = slot_cur->bus; in unconfigure_boot_card()
1531 int ibmphp_unconfigure_card(struct slot **slot_cur, int the_end) in ibmphp_unconfigure_card() argument
1536 struct slot *sl = *slot_cur; in ibmphp_unconfigure_card()
1590 *slot_cur = sl; in ibmphp_unconfigure_card()
A Dibmphp.h738 int ibmphp_do_disable_slot(struct slot *slot_cur);

Completed in 30 milliseconds