Lines Matching defs:netsec_priv
291 struct netsec_priv { struct
292 struct netsec_desc_ring desc_ring[NETSEC_RING_MAX];
293 struct ethtool_coalesce et_coalesce;
294 struct bpf_prog *xdp_prog;
295 spinlock_t reglock; /* protect reg access */
296 struct napi_struct napi;
297 phy_interface_t phy_interface;
298 struct net_device *ndev;
299 struct device_node *phy_np;
300 struct phy_device *phydev;
301 struct mii_bus *mii_bus;
302 void __iomem *ioaddr;
303 void __iomem *eeprom_base;
304 struct device *dev;
305 struct clk *clk;
306 u32 msg_enable;
307 u32 freq;
331 static void netsec_write(struct netsec_priv *priv, u32 reg_addr, u32 val) in netsec_write() argument