|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | _version |
Macros | |
| #define | VID_TABLE_SIZE 64 |
| #define | MCAST_TABLE_SIZE 64 |
| #define | MCAM_SIZE 32 |
| #define | VCAM_SIZE 32 |
| #define | TX_QUEUE_NO 8 |
| #define | DEVICE_NAME "vt6656" |
| #define | DEVICE_FULL_DRV_NAM "VIA Networking Wireless LAN USB Driver" |
| #define | MAJOR_VERSION 1 |
| #define | MINOR_VERSION 13 |
| #define | DEVICE_VERSION "1.19_12" |
| #define | CONFIG_PATH "/etc/vntconfiguration.dat" |
| #define | PKT_BUF_SZ 2390 |
| #define | MAX_UINTS 8 |
| #define | OPTION_DEFAULT { [0 ... MAX_UINTS-1] = -1} |
| #define | ASSERT(x) |
| #define | DBG_PORT80(value) |
Typedefs | |
| typedef struct _version | version_t |
| typedef struct _version * | pversion_t |
| typedef enum _chip_type | CHIP_TYPE |
| typedef enum _chip_type * | PCHIP_TYPE |
Enumerations | |
| enum | _chip_type { VT3253 =1, VT3184 = 1 } |
| #define ASSERT | ( | x | ) |
Definition at line 97 of file device_cfg.h.
| #define CONFIG_PATH "/etc/vntconfiguration.dat" |
Definition at line 74 of file device_cfg.h.
| #define DBG_PORT80 | ( | value | ) |
Definition at line 98 of file device_cfg.h.
Definition at line 56 of file device_cfg.h.
| #define DEVICE_NAME "vt6656" |
Definition at line 55 of file device_cfg.h.
| #define DEVICE_VERSION "1.19_12" |
Definition at line 67 of file device_cfg.h.
| #define MAJOR_VERSION 1 |
Definition at line 59 of file device_cfg.h.
| #define MAX_UINTS 8 |
Definition at line 80 of file device_cfg.h.
| #define MCAM_SIZE 32 |
Definition at line 51 of file device_cfg.h.
| #define MCAST_TABLE_SIZE 64 |
Definition at line 50 of file device_cfg.h.
| #define MINOR_VERSION 13 |
Definition at line 63 of file device_cfg.h.
| #define OPTION_DEFAULT { [0 ... MAX_UINTS-1] = -1} |
Definition at line 81 of file device_cfg.h.
| #define PKT_BUF_SZ 2390 |
Definition at line 78 of file device_cfg.h.
| #define TX_QUEUE_NO 8 |
Definition at line 53 of file device_cfg.h.
| #define VCAM_SIZE 32 |
Definition at line 52 of file device_cfg.h.
| #define VID_TABLE_SIZE 64 |
Definition at line 49 of file device_cfg.h.
| typedef enum _chip_type CHIP_TYPE |
| typedef enum _chip_type * PCHIP_TYPE |
| typedef struct _version * pversion_t |
| enum _chip_type |
Definition at line 83 of file device_cfg.h.
1.8.2