Home
last modified time | relevance | path

Searched refs:pslot (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_hpc.c522 int ibmphp_hpc_readslot(struct slot *pslot, u8 cmd, u8 *pstatus) in ibmphp_hpc_readslot() argument
530 debug_polling("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __func__, pslot, cmd, pstatus); in ibmphp_hpc_readslot()
532 if ((pslot == NULL) in ibmphp_hpc_readslot()
540 busindex = ibmphp_get_bus_index(pslot->bus); in ibmphp_hpc_readslot()
548 index = pslot->ctlr_index; in ibmphp_hpc_readslot()
558 ctlr_ptr = pslot->ctrl; in ibmphp_hpc_readslot()
576 pslot->ctrl->status = status; in ibmphp_hpc_readslot()
577 pslot->status = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
581 pslot->ext_status = ctrl_read(ctlr_ptr, wpg_bbar, index + WPG_1ST_EXTSLOT_INDEX); in ibmphp_hpc_readslot()
601 pslot->busstatus = ctrl_read(ctlr_ptr, wpg_bbar, index); in ibmphp_hpc_readslot()
[all …]
Dibmphp_core.c224 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()
[all …]
Dpciehp_ctrl.c29 static void set_slot_off(struct controller *ctrl, struct slot *pslot) in set_slot_off() argument
33 pciehp_power_off_slot(pslot); in set_slot_off()
43 pciehp_green_led_off(pslot); in set_slot_off()
44 pciehp_set_attention_status(pslot, 1); in set_slot_off()
Dshpchp_ctrl.c193 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, in fix_bus_speed() argument
214 rc = change_bus_speed(ctrl, pslot, asp); in fix_bus_speed()
217 rc = change_bus_speed(ctrl, pslot, msp); in fix_bus_speed()
/linux-4.19.296/fs/btrfs/
Dctree.c1886 int pslot; in balance_level() local
1903 pslot = path->slots[level + 1]; in balance_level()
1957 left = read_node_slot(fs_info, parent, pslot - 1); in balance_level()
1965 parent, pslot - 1, &left); in balance_level()
1972 right = read_node_slot(fs_info, parent, pslot + 1); in balance_level()
1980 parent, pslot + 1, &right); in balance_level()
2005 del_ptr(root, path, level + 1, pslot + 1); in balance_level()
2013 ret = tree_mod_log_insert_key(parent, pslot + 1, in balance_level()
2016 btrfs_set_node_key(parent, &right_key, pslot + 1); in balance_level()
2050 del_ptr(root, path, level + 1, pslot); in balance_level()
[all …]
/linux-4.19.296/fs/nfs/
Dnfs4session.c353 static bool nfs41_assign_slot(struct rpc_task *task, void *pslot) in nfs41_assign_slot() argument
357 struct nfs4_slot *slot = pslot; in nfs41_assign_slot()