Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Ddevlink.h365 DEVLINK_ATTR_SB_POOL_SIZE, /* u32 */ enumerator
/Linux-v5.15/net/core/
Ddevlink.c1991 if (nla_put_u32(msg, DEVLINK_ATTR_SB_POOL_SIZE, pool_info.size)) in devlink_nl_sb_pool_fill()
2154 if (!info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]) in devlink_nl_cmd_sb_pool_set_doit()
2157 size = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]); in devlink_nl_cmd_sb_pool_set_doit()
8455 [DEVLINK_ATTR_SB_POOL_SIZE] = { .type = NLA_U32 },