Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_qos.h50 u32 max_ses; member
A Dsparx5_qos.c416 lg->max_ses = (1000 * leak_time_us) / sys_clk_per_100ps; in sparx5_leak_groups_init()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cpt.c762 u16 max_ses, max_ies, max_aes; in get_eng_sts() local
767 max_ses = reg & 0xffff; in get_eng_sts()
772 e_min = max_ses + max_ies; in get_eng_sts()
773 e_max = max_ses + max_ies + max_aes; in get_eng_sts()
777 e_max = max_ses; in get_eng_sts()
780 e_min = max_ses; in get_eng_sts()
781 e_max = max_ses + max_ies; in get_eng_sts()
A Drvu_debugfs.c3160 u16 max_ses, max_ies, max_aes; in cpt_eng_sts_display() local
3166 max_ses = reg & 0xffff; in cpt_eng_sts_display()
3172 e_min = max_ses + max_ies; in cpt_eng_sts_display()
3173 e_max = max_ses + max_ies + max_aes; in cpt_eng_sts_display()
3177 e_max = max_ses; in cpt_eng_sts_display()
3180 e_min = max_ses; in cpt_eng_sts_display()
3181 e_max = max_ses + max_ies; in cpt_eng_sts_display()
3225 u16 max_ses, max_ies, max_aes; in rvu_dbg_cpt_engines_info_display() local
3232 max_ses = reg & 0xffff; in rvu_dbg_cpt_engines_info_display()
3236 e_max = max_ses + max_ies + max_aes; in rvu_dbg_cpt_engines_info_display()

Completed in 16 milliseconds