commit | f3b783b1d0d7d2d76e2bd8c136a80487f93dc680 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Tue Jun 11 18:37:59 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 13 22:39:31 2019 -0700 |
tree | a19c1af50a78121a09b0256936c9a41233adf7af | |
parent | 2066e1db9eef8e2057bb3a1b7cb3503a7f6725d9 [diff] |
s390/qeth: command-chain the IDX sequence The current IDX sequence first sends one WRITE cmd to activate the device, and then sends a second cmd that READs the response. Using qeth_alloc_cmd(), we can combine this into a single IO with two command-chained CCWs. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>