Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h174 #define FM_PORT_NUM_OF_CONGESTION_GRPS 256 /**< Total number of congestion groups … macro
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1326 uint8_t congestionGrpsToConsider[FM_PORT_NUM_OF_CONGESTION_GRPS];
1331 bool pfcPrioritiesEn[FM_PORT_NUM_OF_CONGESTION_GRPS][FM_MAX_NUM_OF_PFC_PRIORITIES];
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h192 #define FM_PORT_CG_REG_NUM(_cgId) (((FM_PORT_NUM_OF_CONGESTION_GRPS/32)-1)-_cgId/32)
209 #define FM_PORT_CG_REG_NUM(_cgId) (((FM_PORT_NUM_OF_CONGESTION_GRPS/32)-1)-_cgId/32)
H A Dfm_port.c5443 uint8_t priorityTmpArray[FM_PORT_NUM_OF_CONGESTION_GRPS]; in FM_PORT_AddCongestionGrps()
5489 FM_PORT_NUM_OF_CONGESTION_GRPS * sizeof(uint8_t)); in FM_PORT_AddCongestionGrps()
5502 for (i = 0; i < FM_PORT_NUM_OF_CONGESTION_GRPS; i++) in FM_PORT_AddCongestionGrps()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1295 if (congestionGroupId > FM_PORT_NUM_OF_CONGESTION_GRPS) in FmSetCongestionGroupPFCpriority()
1298 FM_PORT_NUM_OF_CONGESTION_GRPS)); in FmSetCongestionGroupPFCpriority()
1303 regNum = (FM_PORT_NUM_OF_CONGESTION_GRPS - 1 - congestionGroupId) / 4; in FmSetCongestionGroupPFCpriority()
3535 IOMemSet32(UINT_TO_PTR(p_Fm->baseAddr + FM_MM_CGP), 0, FM_PORT_NUM_OF_CONGESTION_GRPS); in FM_Init()