commit | b44995e515227e68af8a337c0538e17b05ae560f | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Fri Jul 23 09:16:10 2021 +0200 |
committer | Heiko Carstens <hca@linux.ibm.com> | Mon Dec 06 14:42:25 2021 +0100 |
tree | 90c08834167b548e7024489dc02029001fcce586 | |
parent | 513251fe25d304d1ca628c581bd0cc0422de150a [diff] |
s390/qdio: split qdio_inspect_queue() The callers know what type of queue they want to inspect. Introduce type-specific variants to inspect an {Input,Output} queue, so that we can avoid one function parameter and some conditional branches in the hot paths. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>