summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/pci_dma.h
diff options
context:
space:
mode:
authorNiklas Schnelle <schnelle@linux.ibm.com>2021-07-22 11:44:08 +0200
committerHeiko Carstens <hca@linux.ibm.com>2021-08-25 11:03:33 +0200
commitcc049eecfb7adc4bfecd05eb25e425d8def96fce (patch)
tree9a5b659a0fbef8b3615b0ec61fa0a4b9d3527e60 /arch/s390/include/asm/pci_dma.h
parent8256adda1f44ea1ec763711aefcd25f8c0cf93f3 (diff)
s390/pci: simplify CLP List PCI handling
Currently clp_get_state() and clp_refresh_fh() awkwardly use the clp_list_pci() callback mechanism to find the entry for a specific FID and update its zdev, respectively return its state. This is both needlessly complex and means we are always going through the entire PCI function list even if the FID has already been found. Instead lets introduce a clp_find_pci() function to find a specific entry and share the CLP List PCI request handling code with clp_list_pci(). With that in place we can also easily make the function handle a simple out parameter instead of directly altering the zdev allowing easier access to the updated function handle by the caller. Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com> Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/pci_dma.h')
0 files changed, 0 insertions, 0 deletions