Lines Matching defs:gbe_priv
636 struct gbe_priv { struct
637 struct device *dev;
638 struct netcp_device *netcp_device;
639 struct timer_list timer;
640 u32 num_slaves;
641 u32 ale_entries;
642 u32 ale_ports;
643 bool enable_ale;
644 u8 max_num_slaves;
645 u8 max_num_ports; /* max_num_slaves + 1 */
646 u8 num_stats_mods;
647 struct netcp_tx_pipe tx_pipe;
649 int host_port;
650 u32 rx_packet_max;
651 u32 ss_version;
652 u32 stats_en_mask;
654 void __iomem *ss_regs;
655 void __iomem *switch_regs;
656 void __iomem *host_port_regs;
657 void __iomem *ale_reg;
658 void __iomem *sgmii_port_regs;
659 void __iomem *sgmii_port34_regs;
660 void __iomem *xgbe_serdes_regs;
661 void __iomem *hw_stats_regs[GBE_MAX_HW_STAT_MODS];
686 struct gbe_priv *gbe_dev; argument