Home
last modified time | relevance | path

Searched refs:ethnl_features_to_bitmap (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/ethtool/
Dfeatures.c134 static void ethnl_features_to_bitmap(unsigned long *dest, netdev_features_t val) in ethnl_features_to_bitmap() function
238 ethnl_features_to_bitmap(old_active, dev->features); in ethnl_set_features()
239 ethnl_features_to_bitmap(old_wanted, dev->wanted_features); in ethnl_set_features()
260 ethnl_features_to_bitmap(new_active, dev->features); in ethnl_set_features()