Home
last modified time | relevance | path

Searched refs:FILLP_FC_VAL_IN_BITS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control.h30 #define FILLP_FC_VAL_IN_BITS(value) ((value) << 3) // value*8 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_flow_control.c338 pcb->statistics.pack.periodRecvBits += FILLP_FC_VAL_IN_BITS((FILLP_ULLONG)pkt->dataLen); in FillpFcDataInput()
H A Dfillp_output.c287 … stats->appFcStastics.periodSendBits += (FILLP_ULLONG)FILLP_FC_VAL_IN_BITS(((FILLP_ULLONG)bufLen)); in UpdateStatisticsWhenSendOne()