Searched defs:netsec_priv (Results 1 – 1 of 1) sorted by relevance
291 struct netsec_priv { struct292 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 …]