Searched refs:dmaas (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_event.c | 26 u32 dmaas : 8; /* DMA address space */ member
|
H A D | pci.c | 112 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat() argument 115 u64 req = ZPCI_CREATE_REQ(zdev->fh, dmaas, ZPCI_MOD_FC_REG_IOAT); in zpci_register_ioat() 127 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat() argument 129 u64 req = ZPCI_CREATE_REQ(zdev->fh, dmaas, ZPCI_MOD_FC_DEREG_IOAT); in zpci_unregister_ioat()
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci.c | 118 int zpci_register_ioat(struct zpci_dev *zdev, u8 dmaas, in zpci_register_ioat() argument 121 u64 req = ZPCI_CREATE_REQ(zdev->fh, dmaas, ZPCI_MOD_FC_REG_IOAT); in zpci_register_ioat() 138 int zpci_unregister_ioat(struct zpci_dev *zdev, u8 dmaas) in zpci_unregister_ioat() argument 140 u64 req = ZPCI_CREATE_REQ(zdev->fh, dmaas, ZPCI_MOD_FC_DEREG_IOAT); in zpci_unregister_ioat()
|
H A D | pci_event.c | 27 u32 dmaas : 8; /* DMA address space */ member
|
Completed in 5 milliseconds