Lines Matching refs:pslot
224 struct slot *pslot; in set_attention_status() local
250 pslot = hotplug_slot->private; in set_attention_status()
251 if (pslot) in set_attention_status()
252 rc = ibmphp_hpc_writeslot(pslot, cmd); in set_attention_status()
268 struct slot *pslot; in get_attention_status() local
276 pslot = hotplug_slot->private; in get_attention_status()
277 if (pslot) { in get_attention_status()
278 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
279 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
282 rc = ibmphp_hpc_readslot(pslot, in get_attention_status()
299 struct slot *pslot; in get_latch_status() local
306 pslot = hotplug_slot->private; in get_latch_status()
307 if (pslot) { in get_latch_status()
308 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
309 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status()
326 struct slot *pslot; in get_power_status() local
333 pslot = hotplug_slot->private; in get_power_status()
334 if (pslot) { in get_power_status()
335 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
336 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status()
352 struct slot *pslot; in get_adapter_present() local
360 pslot = hotplug_slot->private; in get_adapter_present()
361 if (pslot) { in get_adapter_present()
362 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
363 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_adapter_present()