summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorJulian Wiedmann2019-06-27 17:01:25 +0200
committerDavid S. Miller2019-06-27 19:18:23 +0200
commit5cfbe10a000aec92003d72061d250aa7a95bc02a (patch)
tree2e219909a71e935dbae16e199114f2ef7f8c8990 /drivers/s390/net/qeth_core.h
parents390/qeth: dynamically allocate various cmds with sub-types (diff)
downloadkernel-qcow2-linux-5cfbe10a000aec92003d72061d250aa7a95bc02a.tar.gz
kernel-qcow2-linux-5cfbe10a000aec92003d72061d250aa7a95bc02a.tar.xz
kernel-qcow2-linux-5cfbe10a000aec92003d72061d250aa7a95bc02a.zip
s390/qeth: dynamically allocate diag cmds
Add a new wrapper that allocates DIAG cmds of the right size, and fills in the common fields. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r--drivers/s390/net/qeth_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h
index 258756dc06c3..b99fe6b043aa 100644
--- a/drivers/s390/net/qeth_core.h
+++ b/drivers/s390/net/qeth_core.h
@@ -1008,6 +1008,9 @@ struct qeth_cmd_buffer *qeth_get_setassparms_cmd(struct qeth_card *card,
u16 cmd_code,
unsigned int data_length,
enum qeth_prot_versions prot);
+struct qeth_cmd_buffer *qeth_get_diag_cmd(struct qeth_card *card,
+ enum qeth_diags_cmds sub_cmd,
+ unsigned int data_length);
struct sk_buff *qeth_core_get_next_skb(struct qeth_card *,
struct qeth_qdio_buffer *, struct qdio_buffer_element **, int *,