Searched refs:DEVLINK_ATTR_SB_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
367 DEVLINK_ATTR_SB_THRESHOLD, /* u32 */ enumerator
2275 if (nla_put_u32(msg, DEVLINK_ATTR_SB_THRESHOLD, threshold)) in devlink_nl_sb_port_pool_fill()2453 if (!info->attrs[DEVLINK_ATTR_SB_THRESHOLD]) in devlink_nl_cmd_sb_port_pool_set_doit()2456 threshold = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_THRESHOLD]); in devlink_nl_cmd_sb_port_pool_set_doit()2497 if (nla_put_u32(msg, DEVLINK_ATTR_SB_THRESHOLD, threshold)) in devlink_nl_sb_tc_pool_bind_fill()2716 if (!info->attrs[DEVLINK_ATTR_SB_THRESHOLD]) in devlink_nl_cmd_sb_tc_pool_bind_set_doit()2719 threshold = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_THRESHOLD]); in devlink_nl_cmd_sb_tc_pool_bind_set_doit()8502 [DEVLINK_ATTR_SB_THRESHOLD] = { .type = NLA_U32 },
Completed in 801 milliseconds