Searched refs:DEVLINK_ATTR_HEALTH_REPORTER_NAME (Results 1 – 3 of 3) sorted by relevance
/linux/net/devlink/ |
H A D | netlink_gen.c | 377 static const struct nla_policy devlink_health_reporter_get_do_nl_policy[DEVLINK_ATTR_HEALTH_REPORTER_NAME + 1] = { 381 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING, }, 396 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING, }, 403 static const struct nla_policy devlink_health_reporter_recover_nl_policy[DEVLINK_ATTR_HEALTH_REPORTER_NAME + 1] = { 407 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING, }, 411 static const struct nla_policy devlink_health_reporter_diagnose_nl_policy[DEVLINK_ATTR_HEALTH_REPORTER_NAME + 1] = { 415 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING, }, 419 static const struct nla_policy devlink_health_reporter_dump_get_nl_policy[DEVLINK_ATTR_HEALTH_REPORTER_NAME + 1] = { 423 [DEVLINK_ATTR_HEALTH_REPORTER_NAME] = { .type = NLA_NUL_STRING, }, 427 static const struct nla_policy devlink_health_reporter_dump_clear_nl_policy[DEVLINK_ATTR_HEALTH_REPORTER_NAME [all...] |
H A D | health.c | 284 if (nla_put_string(msg, DEVLINK_ATTR_HEALTH_REPORTER_NAME, in devlink_nl_health_reporter_fill() 335 if (!attrs[DEVLINK_ATTR_HEALTH_REPORTER_NAME]) in devlink_health_reporter_get_from_attrs() 338 reporter_name = nla_data(attrs[DEVLINK_ATTR_HEALTH_REPORTER_NAME]); in devlink_health_reporter_get_from_attrs()
|
/linux/include/uapi/linux/ |
H A D | devlink.h | 545 DEVLINK_ATTR_HEALTH_REPORTER_NAME, /* string */ enumerator
|