Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Ddevlink.h189 DEVLINK_ATTR_SB_POOL_TYPE, /* u8 */ enumerator
/Linux-v4.19/net/core/
Ddevlink.c255 if (!attrs[DEVLINK_ATTR_SB_POOL_TYPE]) in devlink_sb_pool_type_get_from_attrs()
258 val = nla_get_u8(attrs[DEVLINK_ATTR_SB_POOL_TYPE]); in devlink_sb_pool_type_get_from_attrs()
928 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_info.pool_type)) in devlink_nl_sb_pool_fill()
1299 if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_type)) in devlink_nl_sb_tc_pool_bind_fill()
3586 [DEVLINK_ATTR_SB_POOL_TYPE] = { .type = NLA_U8 },