| /linux/drivers/pci/ |
| H A D | slot.c | 211 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() argument 217 if (slot->number == slot_nr) { in get_slot() 275 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot() argument 286 if (slot_nr == PCI_SLOT_PLACEHOLDER) in pci_create_slot() 293 slot = get_slot(parent, slot_nr); in pci_create_slot() 315 slot->number = slot_nr; in pci_create_slot() 345 slot_nr, pci_slot_name(slot)); in pci_create_slot()
|
| /linux/fs/nfs/ |
| H A D | nfs4session.c | 85 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 D | nfs4trace.h | 122 __field(unsigned int, slot_nr) 133 __entry->slot_nr = sr_slot->slot_nr; 149 __entry->slot_nr, 171 __field(unsigned int, slot_nr) 180 __entry->slot_nr = args->csa_slotid; 193 __entry->slot_nr, 208 __field(unsigned int, slot_nr) 217 __entry->slot_nr = args->csa_slotid; 230 __entry->slot_nr, 314 __field(unsigned int, slot_nr) [all …]
|
| H A D | nfs4session.h | 25 u32 slot_nr; member
|
| H A D | callback_proc.c | 428 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in validate_seqid()
|
| H A D | nfs4xdr.c | 2001 slot->seq_nr, slot->slot_nr, in encode_sequence() 2006 *p++ = cpu_to_be32(slot->slot_nr); in encode_sequence() 6010 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
|
| H A D | nfs4proc.c | 914 slot->slot_nr, in nfs41_sequence_process() 930 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()
|
| /linux/drivers/scsi/mvsas/ |
| H A D | mv_init.c | 88 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 D | tu102.c | 34 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 D | ior.h | 90 u8 slot_nr, u16 pbn, u16 aligned);
|
| H A D | gf119.c | 119 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 D | pvr_ccb.h | 66 int pvr_kccb_wait_for_completion(struct pvr_device *pvr_dev, u32 slot_nr, u32 timeout,
|
| H A D | pvr_power.c | 51 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()
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 352 int drive_status(struct cdrom_device_info *cdi, int slot_nr) 357 *slot_nr* should be ignored. In `cdrom.h` the possibilities are listed::
|
| /linux/include/linux/ |
| H A D | pci.h | 1255 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
|