Lines Matching refs:pslot
216 struct slot *pslot; in set_attention_status() local
242 pslot = to_slot(hotplug_slot); in set_attention_status()
243 rc = ibmphp_hpc_writeslot(pslot, cmd); in set_attention_status()
257 struct slot *pslot; in get_attention_status() local
265 pslot = to_slot(hotplug_slot); in get_attention_status()
266 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
267 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
270 rc = ibmphp_hpc_readslot(pslot, READ_EXTSLOTSTATUS, in get_attention_status()
284 struct slot *pslot; in get_latch_status() local
291 pslot = to_slot(hotplug_slot); in get_latch_status()
292 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
293 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status()
309 struct slot *pslot; in get_power_status() local
316 pslot = to_slot(hotplug_slot); in get_power_status()
317 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
318 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status()
333 struct slot *pslot; in get_adapter_present() local
341 pslot = to_slot(hotplug_slot); in get_adapter_present()
342 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
343 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_adapter_present()