Home
last modified time | relevance | path

Searched refs:DEVLINK_ATTR_SB_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
A Ddevlink.h365 DEVLINK_ATTR_SB_POOL_SIZE, /* u32 */ enumerator
/linux/net/core/
A Ddevlink.c2073 if (nla_put_u32(msg, DEVLINK_ATTR_SB_POOL_SIZE, pool_info.size)) in devlink_nl_sb_pool_fill()
2236 if (!info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]) in devlink_nl_cmd_sb_pool_set_doit()
2239 size = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]); in devlink_nl_cmd_sb_pool_set_doit()
8500 [DEVLINK_ATTR_SB_POOL_SIZE] = { .type = NLA_U32 },

Completed in 26 milliseconds