Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_DEBUG_MSGMASK (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/ethtool/
Ddebug.c61 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()
Dnetlink.h408 extern const struct nla_policy ethnl_debug_set_policy[ETHTOOL_A_DEBUG_MSGMASK + 1];
/linux-6.6.21/include/uapi/linux/
Dethtool_netlink.h289 ETHTOOL_A_DEBUG_MSGMASK, /* bitset */ enumerator
/linux-6.6.21/Documentation/networking/
Dethtool-netlink.rst661 ``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/
Dethtool-user.c346 …[ETHTOOL_A_DEBUG_MSGMASK] = { .name = "msgmask", .type = YNL_PT_NEST, .nest = &ethtool_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()