search for: hpc_ptr

Displaying 3 results from an estimated 3 matches for "hpc_ptr".

Did you mean: exc_ptr
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...um: %x\n", __func__, ptr->chassis_num); + debug("%s: first_slot_num: %x\n", __func__, ptr->first_slot_num); + debug("%s: middle_num: %x\n", __func__, ptr->middle_num); } } @@ -209,35 +219,46 @@ static void __init print_ebda_hpc (void) list_for_each_entry(hpc_ptr, &ebda_hpc_head, ebda_hpc_list) { for (index = 0; index < hpc_ptr->slot_count; index++) { - debug ("%s - physical slot#: %x\n", __func__, hpc_ptr->slots[index].slot_num); - debug ("%s - pci bus# of the slot: %x\n", __func__, hpc_ptr->slots[index].slot_bus_...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...um: %x\n", __func__, ptr->chassis_num); + debug("%s: first_slot_num: %x\n", __func__, ptr->first_slot_num); + debug("%s: middle_num: %x\n", __func__, ptr->middle_num); } } @@ -209,35 +219,46 @@ static void __init print_ebda_hpc (void) list_for_each_entry(hpc_ptr, &ebda_hpc_head, ebda_hpc_list) { for (index = 0; index < hpc_ptr->slot_count; index++) { - debug ("%s - physical slot#: %x\n", __func__, hpc_ptr->slots[index].slot_num); - debug ("%s - pci bus# of the slot: %x\n", __func__, hpc_ptr->slots[index].slot_bus_...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...um: %x\n", __func__, ptr->chassis_num); + debug("%s: first_slot_num: %x\n", __func__, ptr->first_slot_num); + debug("%s: middle_num: %x\n", __func__, ptr->middle_num); } } @@ -209,35 +219,46 @@ static void __init print_ebda_hpc (void) list_for_each_entry(hpc_ptr, &ebda_hpc_head, ebda_hpc_list) { for (index = 0; index < hpc_ptr->slot_count; index++) { - debug ("%s - physical slot#: %x\n", __func__, hpc_ptr->slots[index].slot_num); - debug ("%s - pci bus# of the slot: %x\n", __func__, hpc_ptr->slots[index].slot_bus_...