commit | 88bf319fc2d6d971ef8692c2cae7f96708340461 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Tue Mar 06 17:58:49 2018 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Mar 26 16:13:02 2018 +0200 |
tree | 8cb695003b078fdcc459f651823a524b19aff9bf | |
parent | dae55b6fef58530c13df074bcc182c096609339e [diff] |
s390/qdio: split up CCQ handling for EQBS / SQBS Get rid of the confusing two-stage translation in a hot path, and only handle CCQs that we anticipate for the respective command. Any unexpected value (such as CCQ 97 (rc == 1) for SQBS) should be considered a severe HW/driver bug, and traced as such. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Reviewed-by: Benjamin Block <bblock@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>