Searched refs:NETDEV_FEATURE_COUNT (Results 1 – 3 of 3) sorted by relevance
/linux/net/ethtool/ |
H A D | features.c | 50 all_features = GENMASK_ULL(NETDEV_FEATURE_COUNT - 1, 0); in features_prepare_data() 64 ret = ethnl_bitset32_size(data->hw, data->all, NETDEV_FEATURE_COUNT, in features_reply_size() 69 ret = ethnl_bitset32_size(data->wanted, NULL, NETDEV_FEATURE_COUNT, in features_reply_size() 74 ret = ethnl_bitset32_size(data->active, NULL, NETDEV_FEATURE_COUNT, in features_reply_size() 79 ret = ethnl_bitset32_size(data->nochange, NULL, NETDEV_FEATURE_COUNT, in features_reply_size() 97 data->all, NETDEV_FEATURE_COUNT, in features_fill_reply() 102 NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 107 NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 112 data->nochange, NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 138 const unsigned int words = BITS_TO_LONGS(NETDEV_FEATURE_COUNT); in ethnl_features_to_bitmap() [all …]
|
/linux/include/linux/ |
H A D | netdev_features.h | 100 /**/NETDEV_FEATURE_COUNT enumerator 186 NETDEV_FEATURE_COUNT); \ 195 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ 196 (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \
|
/linux/net/core/ |
H A D | dev.c | 11084 NETDEV_FEATURE_COUNT); in register_netdevice()
|