commit | 211c06d845a7a5d856e2a99276ceb02aaa11c618 | [log] [tgz] |
---|---|---|
author | Harald Freudenberger <freude@linux.ibm.com> | Mon Sep 12 18:02:44 2022 +0200 |
committer | Heiko Carstens <hca@linux.ibm.com> | Mon Mar 20 11:12:48 2023 +0100 |
tree | 38f6c0035e0f93ead755f1d2549a67c4bb20a947 | |
parent | d7b1813af6a589597290cd5f720e138c0a2bf913 [diff] |
s390/ap: make tapq gr2 response a struct This patch introduces a new struct ap_tapq_gr2 which covers the response in GR2 on TAPQ invocation. This makes it much easier and less error-prone for the calling functions to access the right field without shifting and masking. Signed-off-by: Harald Freudenberger <freude@linux.ibm.com> Reviewed-by: Tony Krowiak <akrowiak@linux.ibm.com> Reviewed-by: Holger Dengler <dengler@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>