Searched defs:netsec_priv (Results 1 – 1 of 1) sorted by relevance
290 struct netsec_priv { struct291 struct netsec_desc_ring desc_ring[NETSEC_RING_MAX];292 struct ethtool_coalesce et_coalesce;293 struct bpf_prog *xdp_prog;294 spinlock_t reglock; /* protect reg access */295 struct napi_struct napi;296 phy_interface_t phy_interface;297 struct net_device *ndev;298 struct device_node *phy_np;299 struct phy_device *phydev;[all …]