| .. | .. |
|---|
| 39 | 39 | /* Tx/Rx descriptor defines */ |
|---|
| 40 | 40 | #define IGBVF_DEFAULT_TXD 256 |
|---|
| 41 | 41 | #define IGBVF_MAX_TXD 4096 |
|---|
| 42 | | -#define IGBVF_MIN_TXD 80 |
|---|
| 42 | +#define IGBVF_MIN_TXD 64 |
|---|
| 43 | 43 | |
|---|
| 44 | 44 | #define IGBVF_DEFAULT_RXD 256 |
|---|
| 45 | 45 | #define IGBVF_MAX_RXD 4096 |
|---|
| 46 | | -#define IGBVF_MIN_RXD 80 |
|---|
| 46 | +#define IGBVF_MIN_RXD 64 |
|---|
| 47 | 47 | |
|---|
| 48 | 48 | #define IGBVF_MIN_ITR_USECS 10 /* 100000 irq/sec */ |
|---|
| 49 | 49 | #define IGBVF_MAX_ITR_USECS 10000 /* 100 irq/sec */ |
|---|
| .. | .. |
|---|
| 281 | 281 | }; |
|---|
| 282 | 282 | |
|---|
| 283 | 283 | extern char igbvf_driver_name[]; |
|---|
| 284 | | -extern const char igbvf_driver_version[]; |
|---|
| 285 | 284 | |
|---|
| 286 | 285 | void igbvf_check_options(struct igbvf_adapter *); |
|---|
| 287 | 286 | void igbvf_set_ethtool_ops(struct net_device *); |
|---|