Home
last modified time | relevance | path

Searched refs:DEVLINK_ATTR_RESOURCE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/net/devlink/
H A Dresource.c127 GENL_REQ_ATTR_CHECK(info, DEVLINK_ATTR_RESOURCE_SIZE)) in devlink_nl_resource_set_doit()
135 size = nla_get_u64(info->attrs[DEVLINK_ATTR_RESOURCE_SIZE]); in devlink_nl_resource_set_doit()
186 devlink_nl_put_u64(skb, DEVLINK_ATTR_RESOURCE_SIZE, resource->size) || in devlink_resource_put()
H A Dnetlink_gen.c312 [DEVLINK_ATTR_RESOURCE_SIZE] = { .type = NLA_U64, },
/linux/include/uapi/linux/
H A Ddevlink.h493 DEVLINK_ATTR_RESOURCE_SIZE, /* u64 */ enumerator