Searched refs:ETHTOOL_A_DEBUG_MSGMASK (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/net/ethtool/ |
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()
|
D | netlink.h | 408 extern const struct nla_policy ethnl_debug_set_policy[ETHTOOL_A_DEBUG_MSGMASK + 1];
|
/linux-6.6.21/include/uapi/linux/ |
D | ethtool_netlink.h | 289 ETHTOOL_A_DEBUG_MSGMASK, /* bitset */ enumerator
|
/linux-6.6.21/Documentation/networking/ |
D | ethtool-netlink.rst | 661 ``ETHTOOL_A_DEBUG_MSGMASK`` bitset message mask 664 The message mask (``ETHTOOL_A_DEBUG_MSGMASK``) is equal to message level as 685 ``ETHTOOL_A_DEBUG_MSGMASK`` bitset message mask 688 ``ETHTOOL_A_DEBUG_MSGMASK`` bit set allows setting or modifying mask of
|
/linux-6.6.21/tools/net/ynl/generated/ |
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()
|