Home
last modified time | relevance | path

Searched defs:netsec_priv (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/net/ethernet/socionext/
Dnetsec.c261 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;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/socionext/
Dnetsec.c291 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;
[all …]