Searched refs:ethnl_features_to_bitmap32 (Results 1 – 1 of 1) sorted by relevance
30 static void ethnl_features_to_bitmap32(u32 *dest, netdev_features_t src) in ethnl_features_to_bitmap32() function46 ethnl_features_to_bitmap32(data->hw, dev->hw_features); in features_prepare_data()47 ethnl_features_to_bitmap32(data->wanted, dev->wanted_features); in features_prepare_data()48 ethnl_features_to_bitmap32(data->active, dev->features); in features_prepare_data()49 ethnl_features_to_bitmap32(data->nochange, NETIF_F_NEVER_CHANGE); in features_prepare_data()51 ethnl_features_to_bitmap32(data->all, all_features); in features_prepare_data()
Completed in 3 milliseconds