Lines Matching defs:ptr

111 	struct bus_info *ptr;
113 list_for_each_entry(ptr, &bus_info_head, bus_info_list) {
114 debug("%s - slot_min = %x\n", __func__, ptr->slot_min);
115 debug("%s - slot_max = %x\n", __func__, ptr->slot_max);
116 debug("%s - slot_count = %x\n", __func__, ptr->slot_count);
117 debug("%s - bus# = %x\n", __func__, ptr->busno);
118 debug("%s - current_speed = %x\n", __func__, ptr->current_speed);
119 debug("%s - controller_id = %x\n", __func__, ptr->controller_id);
121 debug("%s - slots_at_33_conv = %x\n", __func__, ptr->slots_at_33_conv);
122 debug("%s - slots_at_66_conv = %x\n", __func__, ptr->slots_at_66_conv);
123 debug("%s - slots_at_66_pcix = %x\n", __func__, ptr->slots_at_66_pcix);
124 debug("%s - slots_at_100_pcix = %x\n", __func__, ptr->slots_at_100_pcix);
125 debug("%s - slots_at_133_pcix = %x\n", __func__, ptr->slots_at_133_pcix);
132 struct rio_detail *ptr;
134 list_for_each_entry(ptr, &rio_lo_head, rio_detail_list) {
135 debug("%s - rio_node_id = %x\n", __func__, ptr->rio_node_id);
136 debug("%s - rio_type = %x\n", __func__, ptr->rio_type);
137 debug("%s - owner_id = %x\n", __func__, ptr->owner_id);
138 debug("%s - first_slot_num = %x\n", __func__, ptr->first_slot_num);
139 debug("%s - wpindex = %x\n", __func__, ptr->wpindex);
140 debug("%s - chassis_num = %x\n", __func__, ptr->chassis_num);
147 struct rio_detail *ptr;
149 list_for_each_entry(ptr, &rio_vg_head, rio_detail_list) {
150 debug("%s - rio_node_id = %x\n", __func__, ptr->rio_node_id);
151 debug("%s - rio_type = %x\n", __func__, ptr->rio_type);
152 debug("%s - owner_id = %x\n", __func__, ptr->owner_id);
153 debug("%s - first_slot_num = %x\n", __func__, ptr->first_slot_num);
154 debug("%s - wpindex = %x\n", __func__, ptr->wpindex);
155 debug("%s - chassis_num = %x\n", __func__, ptr->chassis_num);
162 struct ebda_pci_rsrc *ptr;
164 list_for_each_entry(ptr, &ibmphp_ebda_pci_rsrc_head, ebda_pci_rsrc_list) {
166 __func__, ptr->rsrc_type, ptr->bus_num, ptr->dev_fun, ptr->start_addr, ptr->end_addr);
172 struct slot *ptr;
174 list_for_each_entry(ptr, &ibmphp_slot_head, ibm_slot_list) {
175 debug("%s - slot_number: %x\n", __func__, ptr->number);
181 struct opt_rio *ptr;
183 list_for_each_entry(ptr, &opt_vg_head, opt_rio_list) {
184 debug("%s - rio_type %x\n", __func__, ptr->rio_type);
185 debug("%s - chassis_num: %x\n", __func__, ptr->chassis_num);
186 debug("%s - first_slot_num: %x\n", __func__, ptr->first_slot_num);
187 debug("%s - middle_num: %x\n", __func__, ptr->middle_num);
448 struct opt_rio *ptr;
449 list_for_each_entry(ptr, &opt_vg_head, opt_rio_list) {
450 if (ptr->chassis_num == chassis_num)
451 return ptr;
486 struct opt_rio_lo *ptr;
487 list_for_each_entry(ptr, &opt_lo_head, opt_rio_lo_list) {
488 if (ptr->chassis_num == chassis_num)
489 return ptr;
1008 struct bus_info *ptr;
1010 list_for_each_entry(ptr, &bus_info_head, bus_info_list) {
1011 if (ptr->busno == num)
1012 return ptr;
1022 struct bus_info *ptr;
1024 list_for_each_entry(ptr, &bus_info_head, bus_info_list) {
1025 if (ptr->busno == num)
1026 return ptr->index;