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