Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Ddevlink.h363 DEVLINK_ATTR_SB_POOL_INDEX, /* u16 */ enumerator
/Linux-v5.15/net/core/
Ddevlink.c328 if (!attrs[DEVLINK_ATTR_SB_POOL_INDEX]) in devlink_sb_pool_index_get_from_attrs()
331 val = nla_get_u16(attrs[DEVLINK_ATTR_SB_POOL_INDEX]); in devlink_sb_pool_index_get_from_attrs()
1987 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_pool_fill()
2191 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_port_pool_fill()
2413 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_tc_pool_bind_fill()
8453 [DEVLINK_ATTR_SB_POOL_INDEX] = { .type = NLA_U16 },