Lines Matching full:netdev
4 Netdev features mess and how to get out from it alive
19 are commonly referred to as netdev features in Linux kernel world.
24 1. netdev->hw_features set contains features whose state may possibly
29 2. netdev->features set contains features which are currently enabled
33 3. netdev->vlan_features set contains features whose state is inherited
34 by child VLAN devices (limits netdev->features set). This is currently
38 4. netdev->wanted_features set contains feature set requested by user.
48 When current feature set (netdev->features) is to be changed, new set
52 returns success) replaces value stored in netdev->features.
66 from ndo_*_features callbacks. netdev->features should not be modified by
94 should update netdev->features to match resulting hardware state.