Lines Matching defs:FillpStatatisticsDebugPcb

1145 struct FillpStatatisticsDebugPcb {  struct
1146 FILLP_LLONG packRecvedTimeInterval; /* Indicates the packet received time interval. */
1147 FILLP_LLONG curPackDeltaUs;
1148 FILLP_INT multiRetry; /* Indicates multiple retries. */
1149 FILLP_INT retryOne; /* Indicates one time retry. */
1150 FILLP_INT retryThreeTimes; /* Indicates three times retry. */
1151 FILLP_INT retryFourthTimes; /* Indicates four times retry. */
1152 FILLP_INT retryMore; /* Indicates more retry. */
1153 FILLP_INT maxRetry; /* Indicates the maximum retry. */
1154 FILLP_UINT32 connReqSend; /* Indicates the connection request send. */
1155 FILLP_UINT32 connReqFailed; /* Indicates the connection request failed. */
1156 FILLP_UINT32 connReqAckSend; /* Indicates the connection request ACK send. */
1157 FILLP_UINT32 connReqAckFailed; /* Indicates the connection request ACK failed. */
1158 FILLP_UINT32 connConfirmSend; /* Indicates the connection confirm request send. */
1159 FILLP_UINT32 connConfirmFailed; /* Indicates the connection confirm request failed. */
1160 FILLP_UINT32 connConfirmAckSend; /* Indicates the connection confirm request ACK send. */
1161 FILLP_UINT32 connConfirmAckFailed; /* Indicates the connection confirm request ACK failed. */
1162 FILLP_UINT32 disconnReqSend; /* Indicates the disconnection request send. */
1163 FILLP_UINT32 disconnReqFailed; /* Indicates the disconnection request failed. */
1164 FILLP_UINT32 disconnRspSend; /* Indicates the disconnection response send. */
1165 FILLP_UINT32 disconnRspFailed; /* Indicates the disconnection response failed. */
1166 FILLP_UINT32 keepAliveProbeReqSend; /* Indicates the keep alive probe request send. */
1167 FILLP_UINT32 keepAliveProbeReqFailed; /* Indicates the keep alive probe request failed. */
1168 FILLP_UINT32 keepAliveProbeRspSend; /* Indicates the keep alive probe response send. */
1169 FILLP_UINT32 keepAliveProbeRspFailed; /* Indicates the keep alive probe response failed. */
1170 FILLP_UINT32 nackSend; /* Indicates the NACK send. */
1171 FILLP_UINT32 nackFailed; /* Indicates the NACK failed. */
1172 FILLP_UINT32 nackRcv; /* Indicates the NACK received. */
1173 FILLP_UINT32 packSend; /* Indicates the packet send. */
1174 FILLP_UINT32 packFailed; /* Indicates the packet failed. */
1175 FILLP_UINT32 packRcv; /* Indicates the packet received. */
1176 FILLP_UINT32 nackPktNum; /* Indicates the NACK packet number. */
1177 FILLP_UINT32 packIntervalPktNum; /* Indicates the packet number of the packet interval. */
1178 FILLP_UINT32 packIntervalSendBytes; /* Indicates the send bytes of the packet interval. */
1179 FILLP_UINT32 packIntervalSendPkt; /* Indicates the send packets of the packet interval. */
1180 FILLP_UINT8 onePktMaxSendCount; /* Indicates the maximum send count for one packet. */
1181 FILLP_UINT8 fsdpPadd[3];