Searched refs:NETIF_MSG_CLASS_COUNT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | debug.c | 50 return ethnl_bitset32_size(&data->msg_mask, NULL, NETIF_MSG_CLASS_COUNT, in debug_reply_size() 62 NULL, NETIF_MSG_CLASS_COUNT, in debug_fill_reply() 112 ret = ethnl_update_bitset32(&msg_mask, NETIF_MSG_CLASS_COUNT, in ethnl_set_debug()
|
H A D | strset.c | 55 .count = NETIF_MSG_CLASS_COUNT,
|
H A D | common.c | 217 static_assert(ARRAY_SIZE(netif_msg_class_names) == NETIF_MSG_CLASS_COUNT); variable
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | debug.c | 50 return ethnl_bitset32_size(&data->msg_mask, NULL, NETIF_MSG_CLASS_COUNT, in debug_reply_size() 62 NULL, NETIF_MSG_CLASS_COUNT, in debug_fill_reply() 93 ret = ethnl_update_bitset32(&msg_mask, NETIF_MSG_CLASS_COUNT, in ethnl_set_debug()
|
H A D | strset.c | 55 .count = NETIF_MSG_CLASS_COUNT,
|
H A D | common.c | 397 static_assert(ARRAY_SIZE(netif_msg_class_names) == NETIF_MSG_CLASS_COUNT); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 4181 NETIF_MSG_CLASS_COUNT, enumerator 4184 static_assert(NETIF_MSG_CLASS_COUNT <= 32);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 4321 NETIF_MSG_CLASS_COUNT, enumerator 4324 static_assert(NETIF_MSG_CLASS_COUNT <= 32);
|
Completed in 21 milliseconds