Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drpm.c635 u64 cfg, class_en, pfc_class_mask_cfg; in rpm_lmac_pfc_config() local
645 class_en = rpm_read(rpm, lmac_id, pfc_class_mask_cfg); in rpm_lmac_pfc_config()
646 pfc_en |= FIELD_GET(RPM_PFC_CLASS_MASK, class_en); in rpm_lmac_pfc_config()
659 class_en = FIELD_SET(RPM_PFC_CLASS_MASK, pfc_en, class_en); in rpm_lmac_pfc_config()
663 class_en = FIELD_SET(RPM_PFC_CLASS_MASK, 0, class_en); in rpm_lmac_pfc_config()
672 rpm_write(rpm, lmac_id, pfc_class_mask_cfg, class_en); in rpm_lmac_pfc_config()