Lines Matching defs:gbe_priv
707 struct gbe_priv { struct
708 struct device *dev;
709 struct netcp_device *netcp_device;
710 struct timer_list timer;
711 u32 num_slaves;
712 u32 ale_ports;
713 bool enable_ale;
714 u8 max_num_slaves;
715 u8 max_num_ports; /* max_num_slaves + 1 */
716 u8 num_stats_mods;
717 struct netcp_tx_pipe tx_pipe;
719 int host_port;
720 u32 rx_packet_max;
721 u32 ss_version;
722 u32 stats_en_mask;
724 void __iomem *ss_regs;
725 void __iomem *switch_regs;
726 void __iomem *host_port_regs;
727 void __iomem *ale_reg;
728 void __iomem *cpts_reg;
729 void __iomem *sgmii_port_regs;
730 void __iomem *sgmii_port34_regs;
731 void __iomem *xgbe_serdes_regs;
732 void __iomem *hw_stats_regs[GBE_MAX_HW_STAT_MODS];
734 struct gbe_ss_regs_ofs ss_regs_ofs;
735 struct gbe_switch_regs_ofs switch_regs_ofs;
736 struct gbe_host_port_regs_ofs host_port_regs_ofs;
738 struct cpsw_ale *ale;
762 struct gbe_priv *gbe_dev; argument