Searched refs:num_slots (Results 1 – 14 of 14) sorted by relevance
527 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_get_adapter_speed()656 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_attention_status()691 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_on()713 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_off()735 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_blink()764 *num_ctlr_slots = php_ctlr->num_slots; /* Obtained in shpc_init() */ in shpc_get_ctlr_slot_config()838 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_power_on_slot()869 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_slot_enable()900 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_slot_disable()1135 for (hp_slot = 0; hp_slot < ctrl->num_slots; hp_slot++) { in shpc_isr()[all …]
225 u32 num_slots; member546 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_attention_status()598 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_on()636 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_off()674 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_set_green_led_blink()795 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_power_on_slot()846 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_power_off_slot()1032 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_get_max_lnk_speed()1073 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_get_max_lnk_width()1135 if (slot->hp_slot >= php_ctlr->num_slots) { in hpc_get_cur_lnk_speed()[all …]
56 static int num_slots; variable386 num_slots = acpiphp_get_num_slots(); in init_acpi()387 if (num_slots == 0) in init_acpi()416 for (i = 0; i < num_slots; ++i) { in init_slots()
114 static int num_slots = 0; /* XXX if we support I/O node hotplug... */ in register_slot() local169 slot->id = num_slots++; in register_slot()1212 int num_slots; in acpiphp_get_num_slots() local1214 num_slots = 0; in acpiphp_get_num_slots()1219 num_slots += bridge->nr_slots; in acpiphp_get_num_slots()1222 dbg("Total %dslots\n", num_slots); in acpiphp_get_num_slots()1223 return num_slots; in acpiphp_get_num_slots()
104 number_of_slots = ctrl->num_slots; in init_slots()215 ctrl->num_slots = num_ctlr_slots; /* PCI Express has 1 slot per port */ in get_ctlr_slot_config()441 num_ctlr_slots = ctrl->num_slots; in pcie_probe()
104 number_of_slots = ctrl->num_slots; in init_slots()222 ctrl->num_slots = num_ctlr_slots; in get_ctlr_slot_config()445 num_ctlr_slots = ctrl->num_slots; in shpc_probe()
113 int num_slots; /* Number of slots on ctlr */ member308 u32 num_slots; member
112 int num_slots; /* Number of slots on ctlr */ member
1145 for ( slot = 0; slot < ctrl->num_slots; slot++) { in board_added()1400 for ( slot = 0; slot < ctrl->num_slots; slot++) { in board_added()
27 u_int8_t num_slots; /* number of EISA slots in system */ member
680 int num_slots, num_slots_ilog2; in create_tce_tables_for_buses() local686 for (dn = first_dn, num_slots = 0; dn != NULL; dn = dn->sibling) in create_tce_tables_for_buses()687 num_slots++; in create_tce_tables_for_buses()688 num_slots_ilog2 = __ilog2(num_slots); in create_tce_tables_for_buses()689 if ((1<<num_slots_ilog2) != num_slots) in create_tce_tables_for_buses()699 for (dn = first_dn, num_slots = 0; dn != NULL; dn = dn->sibling) { in create_tce_tables_for_buses()
100 u64 num_slots; member
378 if(++adapter->rx_queue.index == adapter->rx_queue.num_slots) { in ibmveth_rxq_recycle_buffer()388 if(++adapter->rx_queue.index == adapter->rx_queue.num_slots) { in ibmveth_rxq_harvest_buffer()475 adapter->rx_queue.num_slots = rxq_entries; in ibmveth_open()
495 for (i=0;i<eh->num_slots;i++) { in eisa_enumerator()