Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddevlink.h408 DEVLINK_ATTR_SB_POOL_INDEX, /* u16 */ enumerator
/linux-6.3-rc2/net/devlink/
A Dnetlink.c26 [DEVLINK_ATTR_SB_POOL_INDEX] = { .type = NLA_U16 },
A Dleftover.c354 if (!attrs[DEVLINK_ATTR_SB_POOL_INDEX]) in devlink_sb_pool_index_get_from_attrs()
357 val = nla_get_u16(attrs[DEVLINK_ATTR_SB_POOL_INDEX]); in devlink_sb_pool_index_get_from_attrs()
2189 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_pool_fill()
2379 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_port_pool_fill()
2588 if (nla_put_u16(msg, DEVLINK_ATTR_SB_POOL_INDEX, pool_index)) in devlink_nl_sb_tc_pool_bind_fill()

Completed in 22 milliseconds