|
@@ -816,12 +816,6 @@ struct mac_info {
|
|
struct stat_block *stats_info; /* Logical address of the stat block */
|
|
struct stat_block *stats_info; /* Logical address of the stat block */
|
|
};
|
|
};
|
|
|
|
|
|
-/* structure representing the user defined MAC addresses */
|
|
|
|
-struct usr_addr {
|
|
|
|
- char addr[ETH_ALEN];
|
|
|
|
- int usage_cnt;
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
/* Default Tunable parameters of the NIC. */
|
|
/* Default Tunable parameters of the NIC. */
|
|
#define DEFAULT_FIFO_0_LEN 4096
|
|
#define DEFAULT_FIFO_0_LEN 4096
|
|
#define DEFAULT_FIFO_1_7_LEN 512
|
|
#define DEFAULT_FIFO_1_7_LEN 512
|
|
@@ -894,9 +888,7 @@ struct s2io_nic {
|
|
#define ALL_MULTI 2
|
|
#define ALL_MULTI 2
|
|
|
|
|
|
#define MAX_ADDRS_SUPPORTED 64
|
|
#define MAX_ADDRS_SUPPORTED 64
|
|
- u16 usr_addr_count;
|
|
|
|
u16 mc_addr_count;
|
|
u16 mc_addr_count;
|
|
- struct usr_addr usr_addrs[256];
|
|
|
|
|
|
|
|
u16 m_cast_flg;
|
|
u16 m_cast_flg;
|
|
u16 all_multi_pos;
|
|
u16 all_multi_pos;
|