Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Ddevlink.h351 DEVLINK_ATTR_SB_POOL_SIZE, /* u32 */ enumerator
/Linux-v5.10/net/core/
Ddevlink.c1269 if (nla_put_u32(msg, DEVLINK_ATTR_SB_POOL_SIZE, pool_info.size)) in devlink_nl_sb_pool_fill()
1424 if (!info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]) in devlink_nl_cmd_sb_pool_set_doit()
1427 size = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]); in devlink_nl_cmd_sb_pool_set_doit()
7550 [DEVLINK_ATTR_SB_POOL_SIZE] = { .type = NLA_U32 },