aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2011-04-18 20:43:20 -0400
committerDavid S. Miller <davem@davemloft.net>2011-04-20 04:30:42 -0400
commit6204b47ec4394f7e472885c8d05d9cda96d97a25 (patch)
tree887f57b02c53cc2cf0f7c6365978747474133bbe /drivers/s390/net/qeth_core.h
parentdd6f6d024906b8f05a0832c78c16a1e818958321 (diff)
net: s390: convert to hw_features
options.large_send was easy to get rid of. options.checksum_type has deeper roots so is left for later cleanup. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> 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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h
index af3f7b095647..8d6146a107d9 100644
--- a/drivers/s390/net/qeth_core.h
+++ b/drivers/s390/net/qeth_core.h
@@ -407,12 +407,6 @@ struct qeth_qdio_q {
407 int next_buf_to_init; 407 int next_buf_to_init;
408} __attribute__ ((aligned(256))); 408} __attribute__ ((aligned(256)));
409 409
410/* possible types of qeth large_send support */
411enum qeth_large_send_types {
412 QETH_LARGE_SEND_NO,
413 QETH_LARGE_SEND_TSO,
414};
415
416struct qeth_qdio_out_buffer { 410struct qeth_qdio_out_buffer {
417 struct qdio_buffer *buffer; 411 struct qdio_buffer *buffer;
418 atomic_t state; 412 atomic_t state;
@@ -651,7 +645,6 @@ struct qeth_card_options {
651 int fake_broadcast; 645 int fake_broadcast;
652 int add_hhlen; 646 int add_hhlen;
653 int layer2; 647 int layer2;
654 enum qeth_large_send_types large_send;
655 int performance_stats; 648 int performance_stats;
656 int rx_sg_cb; 649 int rx_sg_cb;
657 enum qeth_ipa_isolation_modes isolation; 650 enum qeth_ipa_isolation_modes isolation;