Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h1280 t_FmPortBandwidth portsBandwidths[FM_MAX_NUM_OF_VALID_PORTS]; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c4502 sum +=p_PortsBandwidth->portsBandwidths[i].bandwidth; in FM_SetPortsBandwidth()
4509 if (p_PortsBandwidth->portsBandwidths[i].bandwidth > maxPercent) in FM_SetPortsBandwidth()
4510 maxPercent = p_PortsBandwidth->portsBandwidths[i].bandwidth; in FM_SetPortsBandwidth()
4518 …weight = (uint8_t)((p_PortsBandwidth->portsBandwidths[i].bandwidth * PORT_MAX_WEIGHT ) / maxPercen… in FM_SetPortsBandwidth()
4525 … if ((uint8_t)((p_PortsBandwidth->portsBandwidths[i].bandwidth * PORT_MAX_WEIGHT ) % maxPercent)) in FM_SetPortsBandwidth()
4530 SwPortIdToHwPortId(p_PortsBandwidth->portsBandwidths[i].type, in FM_SetPortsBandwidth()
4531 p_PortsBandwidth->portsBandwidths[i].relativePortId, in FM_SetPortsBandwidth()