Home
last modified time | relevance | path

Searched refs:slot_nr (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/pci/
H A Dslot.c196 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() argument
202 if (slot->number == slot_nr) { in get_slot()
259 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot() argument
270 if (slot_nr == -1) in pci_create_slot()
277 slot = get_slot(parent, slot_nr); in pci_create_slot()
299 slot->number = slot_nr; in pci_create_slot()
321 if (slot_nr == PCI_SLOT_ALL_DEVICES || in pci_create_slot()
322 PCI_SLOT(dev->devfn) == slot_nr) in pci_create_slot()
327 slot_nr, pci_slot_name(slot)); in pci_create_slot()
/linux/fs/nfs/
H A Dnfs4session.c85 u32 slotid = slot->slot_nr; in nfs4_free_slot()
112 slot->slot_nr = slotid; in nfs4_new_slot()
135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
145 u32 slotid = slot->slot_nr; in nfs4_lock_slot()
161 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in nfs4_try_to_lock_slot()
258 !IS_ERR(ret) ? ret->slot_nr : NFS4_NO_SLOT); in nfs4_alloc_slot()
386 if (slot->slot_nr > tbl->max_slotid) in nfs41_wake_and_assign_slot()
H A Dcallback_proc.c426 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in validate_seqid()
H A Dnfs4proc.c900 slot->slot_nr, in nfs41_sequence_process()
916 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()
/linux/drivers/scsi/mvsas/
H A Dmv_init.c88 int slot_nr; in mvs_free() local
94 slot_nr = MVS_SOC_SLOTS; in mvs_free()
96 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_free()
113 sizeof(*mvi->slot) * slot_nr, in mvs_free()
202 int i = 0, slot_nr; in mvs_alloc() local
206 slot_nr = MVS_SOC_SLOTS; in mvs_alloc()
208 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_alloc()
246 sizeof(*mvi->slot) * slot_nr, in mvs_alloc()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dtu102.c34 tu102_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in tu102_sor_dp_vcpi() argument
40 nvkm_mask(device, 0x616578 + hoff, 0x00003f3f, (slot_nr << 8) | slot); in tu102_sor_dp_vcpi()
H A Dior.h90 u8 slot_nr, u16 pbn, u16 aligned);
H A Dgf119.c119 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in gf119_sor_dp_vcpi() argument
124 nvkm_mask(device, 0x616588 + hoff, 0x00003f3f, (slot_nr << 8) | slot); in gf119_sor_dp_vcpi()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_ccb.h66 int pvr_kccb_wait_for_completion(struct pvr_device *pvr_dev, u32 slot_nr, u32 timeout,
H A Dpvr_power.c51 u32 slot_nr; in pvr_power_send_command() local
57 err = pvr_kccb_send_cmd_powered(pvr_dev, pow_cmd, &slot_nr); in pvr_power_send_command()
H A Dpvr_fw.c1105 int slot_nr; in pvr_fw_structure_cleanup() local
1141 err = pvr_kccb_send_cmd(pvr_dev, &cmd, &slot_nr); in pvr_fw_structure_cleanup()
1145 err = pvr_kccb_wait_for_completion(pvr_dev, slot_nr, HZ, &rtn); in pvr_fw_structure_cleanup()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c2442 int slot_nr; in hv_pci_assign_slots() local
2448 slot_nr = PCI_SLOT(wslot_to_devfn(hpdev->desc.win_slot.slot)); in hv_pci_assign_slots()
2450 hpdev->pci_slot = pci_create_slot(hbus->bridge->bus, slot_nr, in hv_pci_assign_slots()
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst352 int drive_status(struct cdrom_device_info *cdi, int slot_nr)
357 *slot_nr* should be ignored. In `cdrom.h` the possibilities are listed::