Lines Matching defs:ks_net
76 struct ks_net { struct
77 struct net_device *netdev;
78 union ks_tx_hdr txh;
79 struct type_frame_head *frame_head_info;
80 u32 msg_enable;
81 u32 frame_cnt;
82 int bus_width;
83 int irq;
84 u16 rc_rxqcr;
85 u16 rc_txcr;
86 u16 rc_ier;
87 u16 sharedbus;
88 u16 cmd_reg_cache;
89 u16 cmd_reg_cache_int;
90 u16 promiscuous;
91 u16 all_mcast;
92 u16 mcast_lst_size;
93 u8 mcast_lst[MAX_MCAST_LST][MAC_ADDR_LEN];
94 u8 mcast_bits[HW_MCAST_SIZE];
95 u8 mac_addr[6];
96 u8 fid;
97 u8 extra_byte;
98 u8 enabled;