Lines Matching refs:pslot
224 struct slot *pslot; in set_attention_status() local
250 pslot = to_slot(hotplug_slot); in set_attention_status()
251 rc = ibmphp_hpc_writeslot(pslot, cmd); in set_attention_status()
265 struct slot *pslot; in get_attention_status() local
273 pslot = to_slot(hotplug_slot); in get_attention_status()
274 memcpy(&myslot, pslot, sizeof(struct slot)); in get_attention_status()
275 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_attention_status()
278 rc = ibmphp_hpc_readslot(pslot, READ_EXTSLOTSTATUS, in get_attention_status()
292 struct slot *pslot; in get_latch_status() local
299 pslot = to_slot(hotplug_slot); in get_latch_status()
300 memcpy(&myslot, pslot, sizeof(struct slot)); in get_latch_status()
301 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_latch_status()
317 struct slot *pslot; in get_power_status() local
324 pslot = to_slot(hotplug_slot); in get_power_status()
325 memcpy(&myslot, pslot, sizeof(struct slot)); in get_power_status()
326 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_power_status()
341 struct slot *pslot; in get_adapter_present() local
349 pslot = to_slot(hotplug_slot); in get_adapter_present()
350 memcpy(&myslot, pslot, sizeof(struct slot)); in get_adapter_present()
351 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS, in get_adapter_present()