Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci_bus.c88 static struct zpci_bus *zpci_bus_get(int pchid) in zpci_bus_get() argument
94 if (pchid == zbus->pchid) { in zpci_bus_get()
105 static struct zpci_bus *zpci_bus_alloc(int pchid) in zpci_bus_alloc() argument
113 zbus->pchid = pchid; in zpci_bus_alloc()
209 zbus = zpci_bus_get(zdev->pchid); in zpci_bus_device_register()
212 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.c157 zdev->pchid = response->pchid; in clp_store_query_pci_fn()
/OK3568_Linux_fs/kernel/drivers/vfio/pci/
H A Dvfio_pci_zdev.c35 .pchid = zdev->pchid, in zpci_base_cap()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci.h110 int pchid; member
128 u16 pchid; /* physical channel ID */ member
H A Dpci_clp.h119 u16 pchid; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvfio_zdev.h27 __u16 pchid; /* Physical Channel ID */ member
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dpci.rst70 - pchid
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dism_drv.c425 return to_zpci(ismdev->pdev)->pchid; in ism_get_chid()