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

/freebsd-13-stable/sys/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h174 #define FM_PORT_NUM_OF_CONGESTION_GRPS 256 /**< Total number of congestion groups in QM */ macro
/freebsd-13-stable/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-13-stable/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];
5456 if (p_CongestionGrps->congestionGrpsToConsider[i] >= FM_PORT_NUM_OF_CONGESTION_GRPS)
5489 FM_PORT_NUM_OF_CONGESTION_GRPS * sizeof(uint8_t));
5502 for (i = 0; i < FM_PORT_NUM_OF_CONGESTION_GRPS; i++)
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1295 if (congestionGroupId > FM_PORT_NUM_OF_CONGESTION_GRPS)
1298 FM_PORT_NUM_OF_CONGESTION_GRPS));
1303 regNum = (FM_PORT_NUM_OF_CONGESTION_GRPS - 1 - congestionGroupId) / 4;
3535 IOMemSet32(UINT_TO_PTR(p_Fm->baseAddr + FM_MM_CGP), 0, FM_PORT_NUM_OF_CONGESTION_GRPS);

Completed in 101 milliseconds