Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cpt.c52 u16 max_ses, max_ies, max_aes; in cpt_max_engines_get() local
56 max_ses = FIELD_GET(MAX_SE, reg); in cpt_max_engines_get()
60 return max_ses + max_ies + max_aes; in cpt_max_engines_get()
835 u16 max_ses, max_ies, max_aes; in get_eng_sts() local
840 max_ses = reg & 0xffff; in get_eng_sts()
845 e_min = max_ses + max_ies; in get_eng_sts()
846 e_max = max_ses + max_ies + max_aes; in get_eng_sts()
850 e_max = max_ses; in get_eng_sts()
853 e_min = max_ses; in get_eng_sts()
854 e_max = max_ses + max_ies; in get_eng_sts()
A Drvu_debugfs.c3732 u16 max_ses, max_ies, max_aes; in cpt_eng_sts_display() local
3738 max_ses = reg & 0xffff; in cpt_eng_sts_display()
3744 e_min = max_ses + max_ies; in cpt_eng_sts_display()
3745 e_max = max_ses + max_ies + max_aes; in cpt_eng_sts_display()
3749 e_max = max_ses; in cpt_eng_sts_display()
3752 e_min = max_ses; in cpt_eng_sts_display()
3753 e_max = max_ses + max_ies; in cpt_eng_sts_display()
3797 u16 max_ses, max_ies, max_aes; in rvu_dbg_cpt_engines_info_display() local
3804 max_ses = reg & 0xffff; in rvu_dbg_cpt_engines_info_display()
3808 e_max = max_ses + max_ies + max_aes; in rvu_dbg_cpt_engines_info_display()
/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_qos.h50 u32 max_ses; member
A Dsparx5_qos.c423 lg->max_ses = (1000 * leak_time_us) / sys_clk_per_100ps; in sparx5_leak_groups_init()

Completed in 19 milliseconds