commit | a60bffe536f90834ddedc0ed4ddf81af943eb061 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Mon Aug 30 15:28:36 2021 +0300 |
committer | Heiko Carstens <hca@linux.ibm.com> | Mon Dec 06 14:42:25 2021 +0100 |
tree | a2493796b34974a386941f0343209520197e0805 | |
parent | b44995e515227e68af8a337c0538e17b05ae560f [diff] |
s390/qdio: split do_QDIO() The callers know what type of queue they want to work with. Introduce type-specific variants to add buffers on an {Input,Output} queue, so that we can avoid some function parameters and the de-muxing into type-specific 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>