Searched refs:class_en (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rpm.c | 443 u64 cfg, class_en; in rpm_lmac_pfc_config() local 449 class_en = rpm_read(rpm, lmac_id, RPMX_CMRX_PRT_CBFC_CTL); in rpm_lmac_pfc_config() 450 pfc_en |= FIELD_GET(RPM_PFC_CLASS_MASK, class_en); in rpm_lmac_pfc_config() 465 class_en = FIELD_SET(RPM_PFC_CLASS_MASK, pfc_en, class_en); in rpm_lmac_pfc_config() 469 class_en = FIELD_SET(RPM_PFC_CLASS_MASK, 0, class_en); in rpm_lmac_pfc_config() 479 rpm_write(rpm, lmac_id, RPMX_CMRX_PRT_CBFC_CTL, class_en); in rpm_lmac_pfc_config()
|