Lines Matching defs:netdev
308 u8 netdev_tc; /* Netdev TC index if netdev associated */
334 int i40e_ddp_load(struct net_device *netdev, const u8 *data, size_t size,
336 int i40e_ddp_flash(struct net_device *netdev, struct ethtool_flash *flash);
423 struct net_device *netdev;
457 return ch->fwd->netdev->dev_addr;
845 struct net_device *netdev;
1047 * i40e_netdev_to_pf: Retrieve the PF struct for given netdev
1048 * @netdev: the corresponding netdev
1050 * Return the PF struct for the given netdev
1052 static inline struct i40e_pf *i40e_netdev_to_pf(struct net_device *netdev)
1054 struct i40e_netdev_priv *np = netdev_priv(netdev);
1172 void i40e_set_ethtool_ops(struct net_device *netdev);
1243 int i40e_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
1244 int i40e_open(struct net_device *netdev);
1245 int i40e_close(struct net_device *netdev);