Searched refs:ETHTOOL_A_DEBUG_MSGMASK (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | debug.c | 61 return ethnl_put_bitset32(skb, ETHTOOL_A_DEBUG_MSGMASK, &data->msg_mask, in debug_fill_reply() 83 [ETHTOOL_A_DEBUG_MSGMASK] = { .type = NLA_NESTED }, 113 tb[ETHTOOL_A_DEBUG_MSGMASK], in ethnl_set_debug()
|
H A D | netlink.h | 360 extern const struct nla_policy ethnl_debug_set_policy[ETHTOOL_A_DEBUG_MSGMASK + 1];
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | debug.c | 61 return ethnl_put_bitset32(skb, ETHTOOL_A_DEBUG_MSGMASK, &data->msg_mask, in debug_fill_reply() 71 [ETHTOOL_A_DEBUG_MSGMASK] = { .type = NLA_NESTED }, 94 tb[ETHTOOL_A_DEBUG_MSGMASK], in ethnl_set_debug()
|
H A D | netlink.h | 408 extern const struct nla_policy ethnl_debug_set_policy[ETHTOOL_A_DEBUG_MSGMASK + 1];
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool_netlink.h | 257 ETHTOOL_A_DEBUG_MSGMASK, /* bitset */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 198 ETHTOOL_A_DEBUG_MSGMASK, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool_netlink.h | 198 ETHTOOL_A_DEBUG_MSGMASK, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool_netlink.h | 289 ETHTOOL_A_DEBUG_MSGMASK, /* bitset */ enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 346 [ETHTOOL_A_DEBUG_MSGMASK] = { .name = "msgmask", .type = YNL_PT_NEST, .nest = ðtool_bitset_nest, }, 2290 } else if (type == ETHTOOL_A_DEBUG_MSGMASK) { in ethtool_debug_get_rsp_parse() 2410 ethtool_bitset_put(nlh, ETHTOOL_A_DEBUG_MSGMASK, &req->msgmask); in ethtool_debug_set()
|
Completed in 22 milliseconds