Searched refs:ocelot_sb_pool (Results 1 – 2 of 2) sorted by relevance
493 static const struct devlink_sb_pool_info ocelot_sb_pool[] = { variable514 *pool_info = ocelot_sb_pool[sb_index]; in ocelot_sb_pool_get()594 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_port_pool_get()626 threshold /= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_port_pool_set()669 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_tc_pool_bind_get()716 threshold /= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_tc_pool_bind_set()811 *p_cur *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_port_pool_get()812 *p_max *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_port_pool_get()844 *p_cur *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_tc_port_bind_get()845 *p_max *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_tc_port_bind_get()
886 enum ocelot_sb_pool { enum