Searched refs:DEVLINK_ATTR_HEALTH_REPORTER_NAME (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/devlink/ |
H A D | netlink_gen.c | 124 … struct nla_policy devlink_health_reporter_get_do_nl_policy[DEVLINK_ATTR_HEALTH_REPORTER_NAME + 1]… 128 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING, }, 370 .maxattr = DEVLINK_ATTR_HEALTH_REPORTER_NAME,
|
H A D | health.c | 283 if (nla_put_string(msg, DEVLINK_ATTR_HEALTH_REPORTER_NAME, in devlink_nl_health_reporter_fill() 336 if (!attrs[DEVLINK_ATTR_HEALTH_REPORTER_NAME]) in devlink_health_reporter_get_from_attrs() 339 reporter_name = nla_data(attrs[DEVLINK_ATTR_HEALTH_REPORTER_NAME]); in devlink_health_reporter_get_from_attrs()
|
H A D | netlink.c | 47 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING },
|
/openbmc/linux/include/uapi/linux/ |
H A D | devlink.h | 523 DEVLINK_ATTR_HEALTH_REPORTER_NAME, /* string */ enumerator
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | devlink-user.c | 130 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .name = "health-reporter-name", .type = YNL_PT_NUL_STR, }, 1989 } else if (type == DEVLINK_ATTR_HEALTH_REPORTER_NAME) { in devlink_health_reporter_get_rsp_parse() 2026 mnl_attr_put_strz(nlh, DEVLINK_ATTR_HEALTH_REPORTER_NAME, req->health_reporter_name); in devlink_health_reporter_get()
|