Searched refs:nr_dma_as (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/pci/
H A Dpci_clp.c224 * @nr_dma_as: DMA address space number
230 static int clp_set_pci_fn(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as, u8 command) argument
251 rrb->request.ndas = nr_dma_as;
309 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as) argument
313 rc = clp_set_pci_fn(zdev, fh, nr_dma_as, CLP_SET_ENABLE_PCI_FN);
316 rc = clp_set_pci_fn(zdev, fh, nr_dma_as, CLP_SET_ENABLE_MIO);
/linux-master/arch/s390/include/asm/
H A Dpci.h223 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as);

Completed in 115 milliseconds