Lines Matching refs:pslot
240 struct slot *pslot; in set_attention_status() local
266 pslot = hotplug_slot->private; in set_attention_status()
267 if (pslot) in set_attention_status()
268 rc = ibmphp_hpc_writeslot(pslot, cmd); in set_attention_status()
284 struct slot *pslot; in get_attention_status() local
292 pslot = hotplug_slot->private; in get_attention_status()
293 if (pslot) { in get_attention_status()
294 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
295 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
298 rc = ibmphp_hpc_readslot(pslot, in get_attention_status()
315 struct slot *pslot; in get_latch_status() local
322 pslot = hotplug_slot->private; in get_latch_status()
323 if (pslot) { in get_latch_status()
324 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
325 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status()
342 struct slot *pslot; in get_power_status() local
349 pslot = hotplug_slot->private; in get_power_status()
350 if (pslot) { in get_power_status()
351 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
352 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status()
368 struct slot *pslot; in get_adapter_present() local
376 pslot = hotplug_slot->private; in get_adapter_present()
377 if (pslot) { in get_adapter_present()
378 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
379 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_adapter_present()