Searched refs:DEVLINK_ATTR_SB_POOL_INDEX (Results 1 – 2 of 2) sorted by relevance
363 DEVLINK_ATTR_SB_POOL_INDEX, /* u16 */ enumerator
403 if (!attrs[DEVLINK_ATTR_SB_POOL_INDEX]) in devlink_sb_pool_index_get_from_attrs()406 val = nla_get_u16(attrs[DEVLINK_ATTR_SB_POOL_INDEX]); in devlink_sb_pool_index_get_from_attrs()2069 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_pool_fill()2273 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_port_pool_fill()2495 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_tc_pool_bind_fill()8498 [DEVLINK_ATTR_SB_POOL_INDEX] = { .type = NLA_U16 },
Completed in 24 milliseconds