Lines Matching defs:netsec_priv
261 struct netsec_priv { struct
262 struct netsec_desc_ring desc_ring[NETSEC_RING_MAX];
263 struct ethtool_coalesce et_coalesce;
264 spinlock_t reglock; /* protect reg access */
265 struct napi_struct napi;
266 phy_interface_t phy_interface;
267 struct net_device *ndev;
268 struct device_node *phy_np;
269 struct phy_device *phydev;
270 struct mii_bus *mii_bus;
271 void __iomem *ioaddr;
272 void __iomem *eeprom_base;
273 struct device *dev;
274 struct clk *clk;
275 u32 msg_enable;
276 u32 freq;
300 static void netsec_write(struct netsec_priv *priv, u32 reg_addr, u32 val) in netsec_write() argument