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