Searched refs:pchid (Results 1 – 9 of 9) 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(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);
|
/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 | 32 zpci_attr(pchid, "0x%04x\n", pchid);
|
H A D | pci_clp.c | 164 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
|
/linux/include/uapi/linux/ |
H A D | vfio_zdev.h | 27 __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 | 543 smc_dev->pci_pchid = zdev->pchid; in smc_set_pci_values()
|
/linux/drivers/s390/net/ |
H A D | ism_drv.c | 831 return to_zpci(ism->pdev)->pchid; in ism_get_chid()
|