Lines Matching refs:sb_index

536 int ocelot_sb_pool_get(struct ocelot *ocelot, unsigned int sb_index,  in ocelot_sb_pool_get()  argument
540 if (sb_index >= OCELOT_SB_NUM) in ocelot_sb_pool_get()
545 *pool_info = ocelot_sb_pool[sb_index]; in ocelot_sb_pool_get()
546 pool_info->size = ocelot->pool_size[sb_index][pool_index]; in ocelot_sb_pool_get()
561 int ocelot_sb_pool_set(struct ocelot *ocelot, unsigned int sb_index, in ocelot_sb_pool_set() argument
569 if (sb_index >= OCELOT_SB_NUM) { in ocelot_sb_pool_set()
585 old_pool_size = ocelot->pool_size[sb_index][pool_index]; in ocelot_sb_pool_set()
586 ocelot->pool_size[sb_index][pool_index] = size; in ocelot_sb_pool_set()
590 ocelot->pool_size[sb_index][pool_index] = old_pool_size; in ocelot_sb_pool_set()
602 unsigned int sb_index, u16 pool_index, in ocelot_sb_port_pool_get() argument
607 switch (sb_index) { in ocelot_sb_port_pool_get()
625 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_port_pool_get()
633 unsigned int sb_index, u16 pool_index, in ocelot_sb_port_pool_set() argument
639 switch (sb_index) { in ocelot_sb_port_pool_set()
657 threshold /= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_port_pool_set()
676 unsigned int sb_index, u16 tc_index, in ocelot_sb_tc_pool_bind_get() argument
682 switch (sb_index) { in ocelot_sb_tc_pool_bind_get()
700 *p_threshold *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_tc_pool_bind_get()
713 unsigned int sb_index, u16 tc_index, in ocelot_sb_tc_pool_bind_set() argument
729 switch (sb_index) { in ocelot_sb_tc_pool_bind_set()
747 threshold /= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_tc_pool_bind_set()
766 int ocelot_sb_occ_snapshot(struct ocelot *ocelot, unsigned int sb_index) in ocelot_sb_occ_snapshot() argument
775 int ocelot_sb_occ_max_clear(struct ocelot *ocelot, unsigned int sb_index) in ocelot_sb_occ_max_clear() argument
780 switch (sb_index) { in ocelot_sb_occ_max_clear()
819 unsigned int sb_index, u16 pool_index, in ocelot_sb_occ_port_pool_get() argument
824 switch (sb_index) { in ocelot_sb_occ_port_pool_get()
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()
851 unsigned int sb_index, u16 tc_index, in ocelot_sb_occ_tc_port_bind_get() argument
857 switch (sb_index) { in ocelot_sb_occ_tc_port_bind_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()