Searched refs:nr_dma_as (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/s390/pci/ |
D | pci_clp.c | 230 static int clp_set_pci_fn(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as, u8 command) in clp_set_pci_fn() argument 251 rrb->request.ndas = nr_dma_as; in clp_set_pci_fn() 309 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as) in clp_enable_fh() argument 313 rc = clp_set_pci_fn(zdev, fh, nr_dma_as, CLP_SET_ENABLE_PCI_FN); in clp_enable_fh() 316 rc = clp_set_pci_fn(zdev, fh, nr_dma_as, CLP_SET_ENABLE_MIO); in clp_enable_fh()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pci.h | 232 int clp_enable_fh(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as);
|