Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Ddevlink.h279 DEVLINK_ATTR_SB_POOL_INDEX, /* u16 */ enumerator
/Linux-v5.4/net/core/
Ddevlink.c237 if (!attrs[DEVLINK_ATTR_SB_POOL_INDEX]) in devlink_sb_pool_index_get_from_attrs()
240 val = nla_get_u16(attrs[DEVLINK_ATTR_SB_POOL_INDEX]); in devlink_sb_pool_index_get_from_attrs()
952 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_pool_fill()
1135 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_port_pool_fill()
1333 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_tc_pool_bind_fill()
5776 [DEVLINK_ATTR_SB_POOL_INDEX] = { .type = NLA_U16 },