Searched refs:NETDEV_FEATURE_COUNT (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/ethtool/ |
A D | features.c | 95 data->all, NETDEV_FEATURE_COUNT, in features_fill_reply() 100 NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 105 NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 110 data->nochange, NULL, NETDEV_FEATURE_COUNT, in features_fill_reply() 187 wanted_mask, NETDEV_FEATURE_COUNT, in features_send_reply() 192 active_mask, NETDEV_FEATURE_COUNT, in features_send_reply() 267 NETDEV_FEATURE_COUNT); in ethnl_set_features() 269 NETDEV_FEATURE_COUNT); in ethnl_set_features() 271 NETDEV_FEATURE_COUNT); in ethnl_set_features() 273 NETDEV_FEATURE_COUNT); in ethnl_set_features() [all …]
|
A D | common.h | 9 #define ETHTOOL_DEV_FEATURE_WORDS DIV_ROUND_UP(NETDEV_FEATURE_COUNT, 32) 24 netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN];
|
A D | common.c | 11 const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = {
|
/linux-6.3-rc2/include/linux/ |
A D | netdev_features.h | 101 /**/NETDEV_FEATURE_COUNT enumerator 189 NETDEV_FEATURE_COUNT); \ 199 #define NETIF_F_ETHTOOL_BITS ((__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) | \ 200 (__NETIF_F_BIT(NETDEV_FEATURE_COUNT - 1) - 1)) & \
|
/linux-6.3-rc2/net/core/ |
A D | dev.c | 9948 NETDEV_FEATURE_COUNT); in register_netdevice()
|
Completed in 25 milliseconds