Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1962 t_Error FM_PORT_AddCongestionGrps(t_Handle h_FmPort, t_FmPortCongestionGrps *p_CongestionGrps);
1984 t_Error FM_PORT_RemoveCongestionGrps(t_Handle h_FmPort, t_FmPortCongestionGrps *p_CongestionGrps);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5440 t_FmPortCongestionGrps *p_CongestionGrps) in FM_PORT_AddCongestionGrps() argument
5478 for (i = 0; i < p_CongestionGrps->numOfCongestionGrpsToConsider; i++) in FM_PORT_AddCongestionGrps()
5480 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()
5491 for (i = 0; i < p_CongestionGrps->numOfCongestionGrpsToConsider; i++) in FM_PORT_AddCongestionGrps()
5495 if (p_CongestionGrps->pfcPrioritiesEn[i][j]) in FM_PORT_AddCongestionGrps()
5519 t_FmPortCongestionGrps *p_CongestionGrps) in FM_PORT_RemoveCongestionGrps() argument
5550 for (i = 0; i < p_CongestionGrps->numOfCongestionGrpsToConsider; i++) in FM_PORT_RemoveCongestionGrps()
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()
[all …]