Home
last modified time | relevance | path

Searched refs:max_ies (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_cpt.c700 u16 max_ses, max_ies, max_aes; in get_eng_sts() local
706 max_ies = (reg >> 16) & 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()
719 e_max = max_ses + max_ies; in get_eng_sts()
A Drvu_debugfs.c2618 u16 max_ses, max_ies, max_aes; in cpt_eng_sts_display() local
2625 max_ies = (reg >> 16) & 0xffff; in cpt_eng_sts_display()
2630 e_min = max_ses + max_ies; in cpt_eng_sts_display()
2631 e_max = max_ses + max_ies + max_aes; in cpt_eng_sts_display()
2639 e_max = max_ses + max_ies; in cpt_eng_sts_display()
2683 u16 max_ses, max_ies, max_aes; in rvu_dbg_cpt_engines_info_display() local
2691 max_ies = (reg >> 16) & 0xffff; in rvu_dbg_cpt_engines_info_display()
2694 e_max = max_ses + max_ies + max_aes; in rvu_dbg_cpt_engines_info_display()

Completed in 12 milliseconds