Lines Matching defs:netdev
298 u8 netdev_tc; /* Netdev TC index if netdev associated */
324 int i40e_ddp_load(struct net_device *netdev, const u8 *data, size_t size,
326 int i40e_ddp_flash(struct net_device *netdev, struct ethtool_flash *flash);
399 struct net_device *netdev;
431 return ch->fwd->netdev->dev_addr;
736 struct net_device *netdev;
930 * i40e_netdev_to_pf: Retrieve the PF struct for given netdev
931 * @netdev: the corresponding netdev
933 * Return the PF struct for the given netdev
935 static inline struct i40e_pf *i40e_netdev_to_pf(struct net_device *netdev)
937 struct i40e_netdev_priv *np = netdev_priv(netdev);
1055 void i40e_set_ethtool_ops(struct net_device *netdev);
1126 int i40e_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
1127 int i40e_open(struct net_device *netdev);
1128 int i40e_close(struct net_device *netdev);