Home
last modified time | relevance | path

Searched refs:ETHTOOL_A_WOL_MODES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ethtool/
H A Dwol.c73 ret = ethnl_put_bitset32(skb, ETHTOOL_A_WOL_MODES, &data->wol.wolopts, in wol_fill_reply()
91 [ETHTOOL_A_WOL_MODES] = { .type = NLA_NESTED },
115 tb[ETHTOOL_A_WOL_MODES], wol_mode_names, in ethnl_set_wol()
120 NL_SET_ERR_MSG_ATTR(info->extack, tb[ETHTOOL_A_WOL_MODES], in ethnl_set_wol()
/openbmc/linux/include/uapi/linux/
H A Dethtool_netlink.h301 ETHTOOL_A_WOL_MODES, /* bitset */ enumerator
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst709 ``ETHTOOL_A_WOL_MODES`` bitset mask of enabled WoL modes
713 In reply, ``ETHTOOL_A_WOL_MODES`` mask consists of modes supported by the
727 ``ETHTOOL_A_WOL_MODES`` bitset enabled WoL modes
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c356 [ETHTOOL_A_WOL_MODES] = { .name = "modes", .type = YNL_PT_NEST, .nest = &ethtool_bitset_nest, },
2457 } else if (type == ETHTOOL_A_WOL_MODES) { in ethtool_wol_get_rsp_parse()
2589 ethtool_bitset_put(nlh, ETHTOOL_A_WOL_MODES, &req->modes); in ethtool_wol_set()