Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Ddevlink.h190 DEVLINK_ATTR_SB_POOL_SIZE, /* u32 */ enumerator
/Linux-v4.19/net/core/
Ddevlink.c930 if (nla_put_u32(msg, DEVLINK_ATTR_SB_POOL_SIZE, pool_info.size)) in devlink_nl_sb_pool_fill()
1068 if (!info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]) in devlink_nl_cmd_sb_pool_set_doit()
1071 size = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]); in devlink_nl_cmd_sb_pool_set_doit()
3587 [DEVLINK_ATTR_SB_POOL_SIZE] = { .type = NLA_U32 },