Home
last modified time | relevance | path

Searched refs:rxBurst (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_stack_config.c91 g_resource.udp.rxBurst = globalResource->udp.rxBurst; in FtInitConfigSet()
133 globalResource->udp.rxBurst = (FILLP_UINT16)g_resource.udp.rxBurst; in FtInitConfigGet()
165 *(FILLP_UINT16 *)value = g_resource.udp.rxBurst; in FtGetConfigStackHalf1()
H A Dfillp_stack_config_in.c47 g_resource.udp.rxBurst = configValue; in FtConfigSetRxBurst()
353 if ((resource->udp.rxBurst == 0) || (resource->udp.rxBurst > FILLP_MAX_TX_RX_BURST)) { in FtValidateUdpConfigParamsInner()
354 FILLP_LOGERR("rxBurst %u is invalid parameter!!!", resource->udp.rxBurst); in FtValidateUdpConfigParamsInner()
H A Dres.c91 g_resource.udp.rxBurst = FILLP_DEFAULT_RX_BURST; in InitGlobalResourceDefault()
H A Dspunge_core.c62 for (i = 0; i < g_resource.udp.rxBurst; i++) { in SpungeDoRecvCycle()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h31 FILLP_UINT16 rxBurst; /* max pkt number to recv each cycle */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h793 FILLP_UINT16 rxBurst; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c646 …P_SHOWDATABUTT("FillP max UDP RX burst number is (FT_CONF_RX_BURST) = %u", g_resource.udp.rxBurst); in FillpDebugCmdGlobalConfigRes()