Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/
Dsparx5_qos.h50 u32 max_ses; member
Dsparx5_qos.c359 lg->max_ses = (1000 * leak_time_us) / sys_clk_per_100ps; in sparx5_leak_groups_init()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c700 u16 max_ses, max_ies, max_aes; in get_eng_sts() local
705 max_ses = reg & 0xffff; in get_eng_sts()
710 e_min = max_ses + max_ies; in get_eng_sts()
711 e_max = max_ses + max_ies + max_aes; in get_eng_sts()
715 e_max = max_ses; in get_eng_sts()
718 e_min = max_ses; in get_eng_sts()
719 e_max = max_ses + max_ies; in get_eng_sts()
Drvu_debugfs.c3147 u16 max_ses, max_ies, max_aes; in cpt_eng_sts_display() local
3153 max_ses = reg & 0xffff; in cpt_eng_sts_display()
3159 e_min = max_ses + max_ies; in cpt_eng_sts_display()
3160 e_max = max_ses + max_ies + max_aes; in cpt_eng_sts_display()
3164 e_max = max_ses; in cpt_eng_sts_display()
3167 e_min = max_ses; in cpt_eng_sts_display()
3168 e_max = max_ses + max_ies; in cpt_eng_sts_display()
3212 u16 max_ses, max_ies, max_aes; in rvu_dbg_cpt_engines_info_display() local
3219 max_ses = reg & 0xffff; in rvu_dbg_cpt_engines_info_display()
3223 e_max = max_ses + max_ies + max_aes; in rvu_dbg_cpt_engines_info_display()