Home
last modified time | relevance | path

Searched refs:zdev (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Ds390_pci_hpc.c36 struct zpci_dev *zdev; member
41 int ret = sclp_pci_configure(slot->zdev->fid); in slot_configure()
43 zpci_dbg(3, "conf fid:%x, rc:%d\n", slot->zdev->fid, ret); in slot_configure()
45 slot->zdev->state = ZPCI_FN_STATE_CONFIGURED; in slot_configure()
52 int ret = sclp_pci_deconfigure(slot->zdev->fid); in slot_deconfigure()
54 zpci_dbg(3, "deconf fid:%x, rc:%d\n", slot->zdev->fid, ret); in slot_deconfigure()
56 slot->zdev->state = ZPCI_FN_STATE_STANDBY; in slot_deconfigure()
66 if (slot->zdev->state != ZPCI_FN_STATE_STANDBY) in enable_slot()
73 rc = zpci_enable_device(slot->zdev); in enable_slot()
77 pci_scan_slot(slot->zdev->bus, ZPCI_DEVFN); in enable_slot()
[all …]
/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_card.c129 struct zcrypt_card *zdev = in zcrypt_card_release() local
131 zcrypt_card_free(zdev); in zcrypt_card_release()
/linux-4.19.296/drivers/s390/net/
Dism.h215 struct zpci_dev *zdev = to_zpci(ism->pdev); in __ism_move() local
216 u64 req = ZPCI_CREATE_REQ(zdev->fh, 0, size); in __ism_move()