Home
last modified time | relevance | path

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

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