Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci_clp.c219 * clp_set_pci_fn() - Execute a command on a PCI function
227 static int clp_set_pci_fn(struct zpci_dev *zdev, u8 nr_dma_as, u8 command) in clp_set_pci_fn() function
307 rc = clp_set_pci_fn(zdev, nr_dma_as, CLP_SET_ENABLE_PCI_FN); in clp_enable_fh()
310 rc = clp_set_pci_fn(zdev, nr_dma_as, CLP_SET_ENABLE_MIO); in clp_enable_fh()
326 rc = clp_set_pci_fn(zdev, 0, CLP_SET_DISABLE_PCI_FN); in clp_disable_fh()
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_clp.c221 * clp_set_pci_fn() - Execute a command on a PCI function
230 static int clp_set_pci_fn(struct zpci_dev *zdev, u32 *fh, u8 nr_dma_as, u8 command) in clp_set_pci_fn() function
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()
332 rc = clp_set_pci_fn(zdev, fh, 0, CLP_SET_DISABLE_PCI_FN); in clp_disable_fh()

Completed in 3 milliseconds