Home
last modified time | relevance | path

Searched refs:max_ses (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_qos.h50 u32 max_ses; member
H A Dsparx5_qos.c416 lg->max_ses = (1000 * leak_time_us) / sys_clk_per_100ps; in sparx5_leak_groups_init()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cpt.c770 u16 max_ses, max_ies, max_aes; in get_eng_sts() local
775 max_ses = reg & 0xffff; in get_eng_sts()
780 e_min = max_ses + max_ies; in get_eng_sts()
781 e_max = max_ses + max_ies + max_aes; in get_eng_sts()
785 e_max = max_ses; in get_eng_sts()
788 e_min = max_ses; in get_eng_sts()
789 e_max = max_ses + max_ies; in get_eng_sts()
H A Drvu_debugfs.c3173 u16 max_ses, max_ies, max_aes; in cpt_eng_sts_display() local
3179 max_ses = reg & 0xffff; in cpt_eng_sts_display()
3185 e_min = max_ses + max_ies; in cpt_eng_sts_display()
3186 e_max = max_ses + max_ies + max_aes; in cpt_eng_sts_display()
3190 e_max = max_ses; in cpt_eng_sts_display()
3193 e_min = max_ses; in cpt_eng_sts_display()
3194 e_max = max_ses + max_ies; in cpt_eng_sts_display()
3238 u16 max_ses, max_ies, max_aes; in rvu_dbg_cpt_engines_info_display() local
3245 max_ses = reg & 0xffff; in rvu_dbg_cpt_engines_info_display()
3249 e_max = max_ses + max_ies + max_aes; in rvu_dbg_cpt_engines_info_display()