Lines Matching defs:ks_net
432 struct ks_net { struct
433 struct net_device *netdev;
434 void __iomem *hw_addr;
435 void __iomem *hw_addr_cmd;
436 union ks_tx_hdr txh ____cacheline_aligned;
437 struct mutex lock; /* spinlock to be interrupt safe */
438 struct platform_device *pdev;
439 struct mii_if_info mii;
440 struct type_frame_head *frame_head_info;
441 spinlock_t statelock;
442 u32 msg_enable;
443 u32 frame_cnt;
444 int bus_width;
446 u16 rc_rxqcr;
447 u16 rc_txcr;
448 u16 rc_ier;
449 u16 sharedbus;
450 u16 cmd_reg_cache;
451 u16 cmd_reg_cache_int;
452 u16 promiscuous;
453 u16 all_mcast;
454 u16 mcast_lst_size;
455 u8 mcast_lst[MAX_MCAST_LST][ETH_ALEN];
456 u8 mcast_bits[HW_MCAST_SIZE];
457 u8 mac_addr[6];
458 u8 fid;
459 u8 extra_byte;
460 u8 enabled;