Searched refs:ETHTOOL_A_WOL_HEADER (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | wol.c | 21 [ETHTOOL_A_WOL_HEADER] = 89 [ETHTOOL_A_WOL_HEADER] = 147 .hdr_attr = ETHTOOL_A_WOL_HEADER,
|
H A D | netlink.h | 409 extern const struct nla_policy ethnl_wol_get_policy[ETHTOOL_A_WOL_HEADER + 1];
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 300 ETHTOOL_A_WOL_HEADER, /* nest - _A_HEADER_* */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 355 [ETHTOOL_A_WOL_HEADER] = { .name = "header", .type = YNL_PT_NEST, .nest = ðtool_header_nest, }, 2448 if (type == ETHTOOL_A_WOL_HEADER) { in ethtool_wol_get_rsp_parse() 2495 ethtool_header_put(nlh, ETHTOOL_A_WOL_HEADER, &req->header); in ethtool_wol_get() 2546 ethtool_header_put(nlh, ETHTOOL_A_WOL_HEADER, &req->header); in ethtool_wol_get_dump() 2587 ethtool_header_put(nlh, ETHTOOL_A_WOL_HEADER, &req->header); in ethtool_wol_set()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 702 ``ETHTOOL_A_WOL_HEADER`` nested request header 708 ``ETHTOOL_A_WOL_HEADER`` nested reply header 726 ``ETHTOOL_A_WOL_HEADER`` nested request header
|