Searched refs:pchid (Results 1 – 12 of 12) sorted by relevance
| /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_flex(*chid, used, nr))) 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);
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_zdev.c | 30 .pchid = zdev->pchid, in zpci_base_cap()
|
| /linux/arch/s390/pci/ |
| H A D | pci_sysfs.c | 31 zpci_attr(pchid, "0x%04x\n", pchid);
|
| H A D | pci_clp.c | 163 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
|
| H A D | pci_bus.c | 437 topo = topo_is_tid ? zdev->tid : zdev->pchid; in zpci_bus_device_register()
|
| /linux/include/uapi/linux/ |
| H A D | vfio_zdev.h | 27 __u16 pchid; /* Physical Channel ID */ member
|
| /linux/arch/s390/include/asm/ |
| H A D | pci_clp.h | 123 u16 pchid; member
|
| H A D | pci.h | 136 u16 pchid; /* physical channel ID */ member
|
| /linux/Documentation/arch/s390/ |
| H A D | pci.rst | 71 - pchid
|
| /linux/net/smc/ |
| H A D | smc_core.h | 565 smc_dev->pci_pchid = zdev->pchid; in smc_set_pci_values()
|
| /linux/drivers/s390/net/ |
| H A D | ism_drv.c | 424 return to_zpci(ism->pdev)->pchid; in ism_get_chid()
|