Lines Matching full:uint32
211 UINT32 connect_tick_count; /* Time channel was established */
212 UINT32 ertm_pkt_counts[2]; /* Packets sent and received */
213 UINT32 ertm_byte_counts[2]; /* Bytes sent and received */
214 UINT32 s_frames_sent[4]; /* S-frames sent (RR, REJ, RNR, SREJ) */
215 UINT32 s_frames_rcvd[4]; /* S-frames rcvd (RR, REJ, RNR, SREJ) */
216 UINT32 xmit_window_closed; /* # of times the xmit window was closed */
217 UINT32 controller_idle; /* # of times less than 2 packets in controller */
219 UINT32 pkts_retransmitted; /* # of packets that were retransmitted */
220 UINT32 retrans_touts; /* # of retransmission timouts */
221 UINT32 xmit_ack_touts; /* # of xmit ack timouts */
225 UINT32 ack_delay_avg_count;
226 UINT32 ack_delay_avg_index;
227 UINT32 throughput_start;
228 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG];
229 UINT32 ack_delay_avg[L2CAP_ERTM_STATS_NUM_AVG];
230 UINT32 ack_delay_min[L2CAP_ERTM_STATS_NUM_AVG];
231 UINT32 ack_delay_max[L2CAP_ERTM_STATS_NUM_AVG];
232 UINT32 ack_q_count_avg[L2CAP_ERTM_STATS_NUM_AVG];
233 UINT32 ack_q_count_min[L2CAP_ERTM_STATS_NUM_AVG];
234 UINT32 ack_q_count_max[L2CAP_ERTM_STATS_NUM_AVG];
409 UINT32 peer_ext_fea; /* Peer's extended features mask */
498 UINT32 test_info_resp; /* Conformance testing needs a dynamic response */
720 L2C_API extern void l2cu_set_info_rsp_mask (UINT32 mask);