Searched refs:pchid (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchid.c65 nvkm_chid_unref(struct nvkm_chid **pchid) argument
67 struct nvkm_chid *chid = *pchid;
73 *pchid = NULL;
87 int nr, int first, int count, struct nvkm_chid **pchid)
92 if (!(chid = *pchid = kzalloc(struct_size(chid, used, nr), GFP_KERNEL)))
101 nvkm_chid_unref(pchid);
86 nvkm_chid_new(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, int nr, int first, int count, struct nvkm_chid **pchid) argument
H A Dchid.h20 int nr, int first, int count, struct nvkm_chid **pchid);
/linux-master/arch/s390/pci/
H A Dpci_bus.c235 static struct zpci_bus *zpci_bus_get(int pchid) argument
241 if (pchid == zbus->pchid) {
252 static struct zpci_bus *zpci_bus_alloc(int pchid) argument
260 zbus->pchid = pchid;
337 zbus = zpci_bus_get(zdev->pchid);
340 zbus = zpci_bus_alloc(zdev->pchid);
H A Dpci_sysfs.c32 zpci_attr(pchid, "0x%04x\n", pchid);
H A Dpci_clp.c160 zdev->pchid = response->pchid;
/linux-master/include/uapi/linux/
H A Dvfio_zdev.h27 __u16 pchid; /* Physical Channel ID */ member in struct:vfio_device_info_cap_zpci_base
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_zdev.c30 .pchid = zdev->pchid,
/linux-master/arch/s390/include/asm/
H A Dpci.h110 int pchid; member in struct:zpci_bus
131 u16 pchid; /* physical channel ID */ member in struct:zpci_dev
H A Dpci_clp.h122 u16 pchid; member in struct:clp_rsp_query_pci
/linux-master/net/smc/
H A Dsmc_core.h541 smc_dev->pci_pchid = zdev->pchid;
/linux-master/drivers/s390/net/
H A Dism_drv.c831 return to_zpci(ism->pdev)->pchid;

Completed in 116 milliseconds