Searched refs:udpPortsTableSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1487 uint8_t udpPortsTableSize; member in struct:t_FmPortDsarFilteringInfo
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5758 size += params->p_AutoResFilteringInfo->udpPortsTableSize
5843 < params->p_AutoResFilteringInfo->udpPortsTableSize)
6246 if (params->p_AutoResFilteringInfo->udpPortsTableSize)
6249 WRITE_UINT8(ArCommonDescPtr->udpPortTblSize, params->p_AutoResFilteringInfo->udpPortsTableSize);
6250 for (i = 0; i < params->p_AutoResFilteringInfo->udpPortsTableSize; i++)

Completed in 90 milliseconds