Home
last modified time | relevance | path

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

/linux-5.19.10/net/ethtool/
Dfeatures.c28 static void ethnl_features_to_bitmap32(u32 *dest, netdev_features_t src) in ethnl_features_to_bitmap32() function
44 ethnl_features_to_bitmap32(data->hw, dev->hw_features); in features_prepare_data()
45 ethnl_features_to_bitmap32(data->wanted, dev->wanted_features); in features_prepare_data()
46 ethnl_features_to_bitmap32(data->active, dev->features); in features_prepare_data()
47 ethnl_features_to_bitmap32(data->nochange, NETIF_F_NEVER_CHANGE); in features_prepare_data()
49 ethnl_features_to_bitmap32(data->all, all_features); in features_prepare_data()