Lines Matching refs:net_device
21 struct net_device __rcu *reprs[] __counted_by(num_reprs);
52 struct net_device *netdev;
78 static inline bool nfp_netdev_is_nfp_repr(struct net_device *netdev) in nfp_netdev_is_nfp_repr()
83 static inline int nfp_repr_get_port_id(struct net_device *netdev) in nfp_repr_get_port_id()
90 struct net_device *
94 void nfp_repr_inc_rx_stats(struct net_device *netdev, unsigned int len);
96 nfp_repr_transfer_features(struct net_device *netdev, struct net_device *lower);
97 int nfp_repr_init(struct nfp_app *app, struct net_device *netdev,
99 struct net_device *pf_netdev);
100 void nfp_repr_free(struct net_device *netdev);
101 struct net_device *
110 static inline struct net_device *nfp_repr_alloc(struct nfp_app *app) in nfp_repr_alloc()