Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1326 uint8_t congestionGrpsToConsider[FM_PORT_NUM_OF_CONGESTION_GRPS]; member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5480 index = (uint8_t)(p_CongestionGrps->congestionGrpsToConsider[i] / 32); in FM_PORT_AddCongestionGrps()
5481 mod = (uint8_t)(p_CongestionGrps->congestionGrpsToConsider[i] % 32); in FM_PORT_AddCongestionGrps()
5496 priorityTmpArray[p_CongestionGrps->congestionGrpsToConsider[i]] |= in FM_PORT_AddCongestionGrps()
5552 index = (uint8_t)(p_CongestionGrps->congestionGrpsToConsider[i] / 32); in FM_PORT_RemoveCongestionGrps()
5553 mod = (uint8_t)(p_CongestionGrps->congestionGrpsToConsider[i] % 32); in FM_PORT_RemoveCongestionGrps()
5564 p_FmPort->h_Fm, p_CongestionGrps->congestionGrpsToConsider[i], in FM_PORT_RemoveCongestionGrps()