Searched refs:ocelot_sb_pool (Results 1 – 2 of 2) sorted by relevance
524 static const struct devlink_sb_pool_info ocelot_sb_pool[] = { variable545 *pool_info = ocelot_sb_pool[sb_index]; in ocelot_sb_pool_get()625 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_port_pool_get()657 threshold /= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_port_pool_set()700 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_tc_pool_bind_get()747 threshold /= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_tc_pool_bind_set()842 *p_cur *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_port_pool_get()843 *p_max *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_port_pool_get()875 *p_cur *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_tc_port_bind_get()876 *p_max *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_tc_port_bind_get()
715 enum ocelot_sb_pool { enum