/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | chid.c | 65 nvkm_chid_unref(struct nvkm_chid **pchid) in nvkm_chid_unref() argument 67 struct nvkm_chid *chid = *pchid; in nvkm_chid_unref() 73 *pchid = NULL; in nvkm_chid_unref() 87 int nr, int first, int count, struct nvkm_chid **pchid) in nvkm_chid_new() 92 if (!(chid = *pchid = kzalloc(struct_size(chid, used, nr), GFP_KERNEL))) in nvkm_chid_new() 101 nvkm_chid_unref(pchid); in nvkm_chid_new() 86 nvkm_chid_new(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, int nr, int first, int count, struct nvkm_chid **pchid) nvkm_chid_new() argument
|
H A D | chid.h | 20 int nr, int first, int count, struct nvkm_chid **pchid);
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_bus.c | 88 static struct zpci_bus *zpci_bus_get(int pchid) in zpci_bus_get() argument 94 if (pchid == zbus->pchid) { in zpci_bus_get() 105 static struct zpci_bus *zpci_bus_alloc(int pchid) in zpci_bus_alloc() argument 113 zbus->pchid = pchid; in zpci_bus_alloc() 209 zbus = zpci_bus_get(zdev->pchid); in zpci_bus_device_register() 212 zbus = zpci_bus_alloc(zdev->pchid); in zpci_bus_device_register()
|
H A D | pci_sysfs.c | 32 zpci_attr(pchid, "0x%04x\n", pchid);
|
H A D | pci_clp.c | 157 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci_bus.c | 240 static struct zpci_bus *zpci_bus_get(int pchid) in zpci_bus_get() argument 246 if (pchid == zbus->pchid) { in zpci_bus_get() 257 static struct zpci_bus *zpci_bus_alloc(int pchid) in zpci_bus_alloc() argument 265 zbus->pchid = pchid; in zpci_bus_alloc() 342 zbus = zpci_bus_get(zdev->pchid); in zpci_bus_device_register() 345 zbus = zpci_bus_alloc(zdev->pchid); in zpci_bus_device_register()
|
H A D | pci_sysfs.c | 32 zpci_attr(pchid, "0x%04x\n", pchid);
|
H A D | pci_clp.c | 160 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
|
/kernel/linux/linux-5.10/drivers/vfio/pci/ |
H A D | vfio_pci_zdev.c | 35 .pchid = zdev->pchid, in zpci_base_cap()
|
/kernel/linux/linux-6.6/drivers/vfio/pci/ |
H A D | vfio_pci_zdev.c | 30 .pchid = zdev->pchid, in zpci_base_cap()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | vfio_zdev.h | 27 __u16 pchid; /* Physical Channel ID */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | vfio_zdev.h | 27 __u16 pchid; /* Physical Channel ID */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | vfio_zdev.h | 27 __u16 pchid; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | vfio_zdev.h | 27 __u16 pchid; member
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pci.h | 110 int pchid; member 128 u16 pchid; /* physical channel ID */ member
|
H A D | pci_clp.h | 119 u16 pchid; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pci.h | 110 int pchid; member 130 u16 pchid; /* physical channel ID */ member
|
H A D | pci_clp.h | 119 u16 pchid; member
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_core.h | 533 smc_dev->pci_pchid = zdev->pchid; in smc_set_pci_values()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ism_drv.c | 425 return to_zpci(ismdev->pdev)->pchid; in ism_get_chid()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ism_drv.c | 834 return to_zpci(ism->pdev)->pchid; in ism_get_chid()
|