Home
last modified time | relevance | path

Searched refs:nackRepeatTimes (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c109 g_resource.flowControl.nackRepeatTimes = globalResource->flowControl.nackRepeatTimes; in FtInitConfigSet()
146 globalResource->flowControl.nackRepeatTimes = g_resource.flowControl.nackRepeatTimes; in FtInitConfigGet()
200 *(FILLP_UINT16 *)value = g_resource.flowControl.nackRepeatTimes; in FtGetConfigStackHalf1()
H A Dfillp_stack_config_in.c181 g_resource.flowControl.nackRepeatTimes = configValue; in FtConfigSetNackRepeatTimes()
183 FILLP_LOGERR("nackRepeatTimes %u is invalid parameter!!!", configValue); in FtConfigSetNackRepeatTimes()
336 if ((resource->flowControl.nackRepeatTimes == 0) || in FtValidateConfigParamsInner()
337 (resource->flowControl.nackRepeatTimes > FILLP_MAX_STACK_NACK_REPEAT_TIMES)) { in FtValidateConfigParamsInner()
338 FILLP_LOGERR("nackRepeatTimes %u is invalid parameter!!!", resource->flowControl.nackRepeatTimes); in FtValidateConfigParamsInner()
H A Dres.c56 FILLP_DEFAULT_NACK_REPEAT_TIMES, /* flowControl.nackRepeatTimes */
110 g_resource.flowControl.nackRepeatTimes = FILLP_DEFAULT_NACK_REPEAT_TIMES; in InitGlobalResourceDefault()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h59 FILLP_UINT16 nackRepeatTimes; member
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h847 FILLP_UINT16 nackRepeatTimes; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c672 g_resource.flowControl.nackRepeatTimes); in FillpDebugCmdGlobalConfigRes()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c450 for (i = 0; i < g_resource.flowControl.nackRepeatTimes; i++) { in FillpSendRepaetNack()

Completed in 9 milliseconds