Searched refs:ETHTOOL_A_PLCA_HEADER (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | plca.c | 27 [ETHTOOL_A_PLCA_HEADER] = 131 [ETHTOOL_A_PLCA_HEADER] = 178 .hdr_attr = ETHTOOL_A_PLCA_HEADER, 193 [ETHTOOL_A_PLCA_HEADER] = 254 .hdr_attr = ETHTOOL_A_PLCA_HEADER,
|
H A D | netlink.h | 439 extern const struct nla_policy ethnl_plca_get_cfg_policy[ETHTOOL_A_PLCA_HEADER + 1]; 441 extern const struct nla_policy ethnl_plca_get_status_policy[ETHTOOL_A_PLCA_HEADER + 1];
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | 920 ETHTOOL_A_PLCA_HEADER, /* nest - _A_HEADER_* */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | ethtool-user.c | 634 [ETHTOOL_A_PLCA_HEADER] = { .name = "header", .type = YNL_PT_NEST, .nest = ðtool_header_nest, }, 5600 if (type == ETHTOOL_A_PLCA_HEADER) { in ethtool_plca_get_cfg_rsp_parse() 5668 ethtool_header_put(nlh, ETHTOOL_A_PLCA_HEADER, &req->header); in ethtool_plca_get_cfg() 5718 ethtool_header_put(nlh, ETHTOOL_A_PLCA_HEADER, &req->header); in ethtool_plca_get_cfg_dump() 5756 ethtool_header_put(nlh, ETHTOOL_A_PLCA_HEADER, &req->header); in ethtool_plca_set_cfg() 5808 if (type == ETHTOOL_A_PLCA_HEADER) { in ethtool_plca_get_status_rsp_parse() 5877 ethtool_header_put(nlh, ETHTOOL_A_PLCA_HEADER, &req->header); in ethtool_plca_get_status() 5928 ethtool_header_put(nlh, ETHTOOL_A_PLCA_HEADER, &req->header); in ethtool_plca_get_status_dump()
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1787 ``ETHTOOL_A_PLCA_HEADER`` nested request header 1793 ``ETHTOOL_A_PLCA_HEADER`` nested reply header 1873 ``ETHTOOL_A_PLCA_HEADER`` nested request header 1899 ``ETHTOOL_A_PLCA_HEADER`` nested request header 1905 ``ETHTOOL_A_PLCA_HEADER`` nested reply header
|