Searched refs:pchid (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/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() argument 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()
|
H A D | chid.h | 20 int nr, int first, int count, struct nvkm_chid **pchid);
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_zdev.c | 30 .pchid = zdev->pchid, in zpci_base_cap()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vfio_zdev.h | 27 __u16 pchid; /* Physical Channel ID */ member
|
/openbmc/linux/include/uapi/linux/ |
H A D | vfio_zdev.h | 27 __u16 pchid; /* Physical Channel ID */ member
|
/openbmc/linux/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
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-vfio.c | 125 pbdev->zpci_fn.pchid = cap->pchid; in s390_pci_read_base()
|
H A D | s390-pci-inst.c | 292 stw_be_p(&resquery->pchid, pbdev->zpci_fn.pchid); in clp_service_call()
|
H A D | s390-pci-bus.c | 819 pbdev->zpci_fn.pchid = 0; in set_pbdev_info()
|
/openbmc/qemu/include/hw/s390x/ |
H A D | s390-pci-clp.h | 129 uint16_t pchid; member
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | pci.rst | 71 - pchid
|
/openbmc/linux/net/smc/ |
H A D | smc_core.h | 540 smc_dev->pci_pchid = zdev->pchid; in smc_set_pci_values()
|
/openbmc/linux/drivers/s390/net/ |
H A D | ism_drv.c | 866 return to_zpci(ism->pdev)->pchid; in ism_get_chid()
|