Home
last modified time | relevance | path

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

/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_flex(*chid, used, nr))) 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);
/linux/drivers/vfio/pci/
H A Dvfio_pci_zdev.c30 .pchid = zdev->pchid, in zpci_base_cap()
/linux/include/uapi/linux/
H A Dvfio_zdev.h27 __u16 pchid; /* Physical Channel ID */ member
/linux/arch/s390/include/asm/
H A Dpci_clp.h123 u16 pchid; member
H A Dpci.h136 u16 pchid; /* physical channel ID */ member
/linux/Documentation/arch/s390/
H A Dpci.rst71 - pchid
/linux/arch/s390/pci/
H A Dpci_bus.c437 topo = topo_is_tid ? zdev->tid : zdev->pchid; in zpci_bus_device_register()
/linux/drivers/s390/net/
H A Dism_drv.c424 return to_zpci(ism->pdev)->pchid; in ism_get_chid()