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