Home
last modified time | relevance | path

Searched refs:pchid (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchid.c65 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 Dchid.h20 int nr, int first, int count, struct nvkm_chid **pchid);
/openbmc/linux/arch/s390/pci/
H A Dpci_bus.c240 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 Dpci_sysfs.c32 zpci_attr(pchid, "0x%04x\n", pchid);
H A Dpci_clp.c160 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_zdev.c30 .pchid = zdev->pchid, in zpci_base_cap()
/openbmc/qemu/linux-headers/linux/
H A Dvfio_zdev.h27 __u16 pchid; /* Physical Channel ID */ member
/openbmc/linux/include/uapi/linux/
H A Dvfio_zdev.h27 __u16 pchid; /* Physical Channel ID */ member
/openbmc/linux/arch/s390/include/asm/
H A Dpci.h110 int pchid; member
130 u16 pchid; /* physical channel ID */ member
H A Dpci_clp.h119 u16 pchid; member
/openbmc/qemu/hw/s390x/
H A Ds390-pci-vfio.c125 pbdev->zpci_fn.pchid = cap->pchid; in s390_pci_read_base()
H A Ds390-pci-inst.c292 stw_p(&resquery->pchid, pbdev->zpci_fn.pchid); in clp_service_call()
H A Ds390-pci-bus.c819 pbdev->zpci_fn.pchid = 0; in set_pbdev_info()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h129 uint16_t pchid; member
/openbmc/linux/Documentation/arch/s390/
H A Dpci.rst71 - pchid
/openbmc/linux/net/smc/
H A Dsmc_core.h533 smc_dev->pci_pchid = zdev->pchid; in smc_set_pci_values()
/openbmc/linux/drivers/s390/net/
H A Dism_drv.c853 return to_zpci(ism->pdev)->pchid; in ism_get_chid()