Searched refs:ETHTOOL_A_WOL_SOPASS (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ethtool/
H A Dwol.c79 nla_put(skb, ETHTOOL_A_WOL_SOPASS, sizeof(data->wol.sopass),
92 [ETHTOOL_A_WOL_SOPASS] = { .type = NLA_BINARY,
124 if (tb[ETHTOOL_A_WOL_SOPASS]) {
127 tb[ETHTOOL_A_WOL_SOPASS],
132 tb[ETHTOOL_A_WOL_SOPASS], &mod);
H A Dnetlink.h410 extern const struct nla_policy ethnl_wol_set_policy[ETHTOOL_A_WOL_SOPASS + 1];
/linux-master/include/uapi/linux/
H A Dethtool_netlink.h302 ETHTOOL_A_WOL_SOPASS, /* binary */ enumerator in enum:__anon3478

Completed in 98 milliseconds