Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Ddevlink.h281 DEVLINK_ATTR_SB_POOL_SIZE, /* u32 */ enumerator
/Linux-v5.4/net/core/
Ddevlink.c956 if (nla_put_u32(msg, DEVLINK_ATTR_SB_POOL_SIZE, pool_info.size)) in devlink_nl_sb_pool_fill()
1098 if (!info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]) in devlink_nl_cmd_sb_pool_set_doit()
1101 size = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]); in devlink_nl_cmd_sb_pool_set_doit()
5778 [DEVLINK_ATTR_SB_POOL_SIZE] = { .type = NLA_U32 },