Lines Matching refs:pslot
242 struct slot *pslot; in set_attention_status() local
268 pslot = hotplug_slot->private; in set_attention_status()
269 if (pslot) in set_attention_status()
270 rc = ibmphp_hpc_writeslot(pslot, cmd); in set_attention_status()
286 struct slot *pslot; in get_attention_status() local
294 pslot = hotplug_slot->private; in get_attention_status()
295 if (pslot) { in get_attention_status()
296 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
297 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
300 rc = ibmphp_hpc_readslot(pslot, in get_attention_status()
317 struct slot *pslot; in get_latch_status() local
324 pslot = hotplug_slot->private; in get_latch_status()
325 if (pslot) { in get_latch_status()
326 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
327 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status()
344 struct slot *pslot; in get_power_status() local
351 pslot = hotplug_slot->private; in get_power_status()
352 if (pslot) { in get_power_status()
353 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
354 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status()
370 struct slot *pslot; in get_adapter_present() local
378 pslot = hotplug_slot->private; in get_adapter_present()
379 if (pslot) { in get_adapter_present()
380 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
381 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_adapter_present()