Searched refs:clp_set_pci_fn (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/s390/pci/ |
D | pci_clp.c | 228 static int clp_set_pci_fn(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as, u8 command) in clp_set_pci_fn() function 306 rc = clp_set_pci_fn(zdev, fh, nr_dma_as, CLP_SET_ENABLE_PCI_FN); in clp_enable_fh() 309 rc = clp_set_pci_fn(zdev, fh, nr_dma_as, CLP_SET_ENABLE_MIO); in clp_enable_fh() 325 rc = clp_set_pci_fn(zdev, fh, 0, CLP_SET_DISABLE_PCI_FN); in clp_disable_fh()
|