Searched refs:class_en (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rpm.c | 631 u64 cfg, class_en, pfc_class_mask_cfg; in rpm_lmac_pfc_config() local 641 class_en = rpm_read(rpm, lmac_id, pfc_class_mask_cfg); in rpm_lmac_pfc_config() 642 pfc_en |= FIELD_GET(RPM_PFC_CLASS_MASK, class_en); in rpm_lmac_pfc_config() 655 class_en = FIELD_SET(RPM_PFC_CLASS_MASK, pfc_en, class_en); in rpm_lmac_pfc_config() 659 class_en = FIELD_SET(RPM_PFC_CLASS_MASK, 0, class_en); in rpm_lmac_pfc_config() 668 rpm_write(rpm, lmac_id, pfc_class_mask_cfg, class_en); in rpm_lmac_pfc_config()
|