s390/qeth: propagate length of processed cmd IO data to callback
When an cmd IO completes in qeth_irq(), calculate how much data was processed by the device and pass this value to the cmd's callback. This allows cmds that retrieve data from the device to check whether sufficient data was received, so we do that in qeth_read_conf_data_cb(). Suggested-by: Jens Remus <jremus@linux.ibm.com> Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
afc1f67b99
commit
12fc286f84
@@ -1000,7 +1000,8 @@ struct qeth_discipline qeth_l2_discipline = {
|
||||
EXPORT_SYMBOL_GPL(qeth_l2_discipline);
|
||||
|
||||
static void qeth_osn_assist_cb(struct qeth_card *card,
|
||||
struct qeth_cmd_buffer *iob)
|
||||
struct qeth_cmd_buffer *iob,
|
||||
unsigned int data_length)
|
||||
{
|
||||
qeth_notify_reply(iob->reply, 0);
|
||||
qeth_put_cmd(iob);
|
||||
|
Reference in New Issue
Block a user