Lines Matching defs:netdev
326 struct net_device *netdev;
697 * ice_netdev_to_pf - Retrieve the PF struct associated with a netdev
698 * @netdev: pointer to the netdev struct
700 static inline struct ice_pf *ice_netdev_to_pf(struct net_device *netdev)
702 struct ice_netdev_priv *np = netdev_priv(netdev);
732 return xsk_get_pool_from_qid(vsi->netdev, qid);
744 * than one XDP ring, e.g. when user reduced the queue count on netdev; Rx ring
762 ring->xsk_pool = xsk_get_pool_from_qid(vsi->netdev, qid);
780 * ice_get_netdev_priv_vsi - return VSI associated with netdev priv.
781 * @np: private netdev structure
869 void ice_set_ethtool_ops(struct net_device *netdev);
870 void ice_set_ethtool_repr_ops(struct net_device *netdev);
871 void ice_set_ethtool_safe_mode_ops(struct net_device *netdev);
939 int ice_open(struct net_device *netdev);
940 int ice_open_internal(struct net_device *netdev);
941 int ice_stop(struct net_device *netdev);