diff options
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r-- | drivers/net/s2io.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index 64b88eb48287..fdc0a94d0a89 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h | |||
@@ -464,6 +464,7 @@ struct config_param { | |||
464 | int max_mc_addr; /* xena=64 herc=256 */ | 464 | int max_mc_addr; /* xena=64 herc=256 */ |
465 | int max_mac_addr; /* xena=16 herc=64 */ | 465 | int max_mac_addr; /* xena=16 herc=64 */ |
466 | int mc_start_offset; /* xena=16 herc=64 */ | 466 | int mc_start_offset; /* xena=16 herc=64 */ |
467 | u8 multiq; | ||
467 | }; | 468 | }; |
468 | 469 | ||
469 | /* Structure representing MAC Addrs */ | 470 | /* Structure representing MAC Addrs */ |
@@ -720,6 +721,15 @@ struct fifo_info { | |||
720 | * the buffers | 721 | * the buffers |
721 | */ | 722 | */ |
722 | struct tx_curr_get_info tx_curr_get_info; | 723 | struct tx_curr_get_info tx_curr_get_info; |
724 | #define FIFO_QUEUE_START 0 | ||
725 | #define FIFO_QUEUE_STOP 1 | ||
726 | int queue_state; | ||
727 | |||
728 | /* copy of sp->dev pointer */ | ||
729 | struct net_device *dev; | ||
730 | |||
731 | /* copy of multiq status */ | ||
732 | u8 multiq; | ||
723 | 733 | ||
724 | /* Per fifo lock */ | 734 | /* Per fifo lock */ |
725 | spinlock_t tx_lock; | 735 | spinlock_t tx_lock; |