Lines Matching full:uint32
193 UINT32 connect_tick_count; /* Time channel was established */
194 UINT32 ertm_pkt_counts[2]; /* Packets sent and received */
195 UINT32 ertm_byte_counts[2]; /* Bytes sent and received */
196 UINT32 s_frames_sent[4]; /* S-frames sent (RR, REJ, RNR, SREJ) */
197 UINT32 s_frames_rcvd[4]; /* S-frames rcvd (RR, REJ, RNR, SREJ) */
198 UINT32 xmit_window_closed; /* # of times the xmit window was closed */
199 UINT32 controller_idle; /* # of times less than 2 packets in controller */
201 UINT32 pkts_retransmitted; /* # of packets that were retransmitted */
202 UINT32 retrans_touts; /* # of retransmission timouts */
203 UINT32 xmit_ack_touts; /* # of xmit ack timouts */
207 UINT32 ack_delay_avg_count;
208 UINT32 ack_delay_avg_index;
209 UINT32 throughput_start;
210 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG];
211 UINT32 ack_delay_avg[L2CAP_ERTM_STATS_NUM_AVG];
212 UINT32 ack_delay_min[L2CAP_ERTM_STATS_NUM_AVG];
213 UINT32 ack_delay_max[L2CAP_ERTM_STATS_NUM_AVG];
214 UINT32 ack_q_count_avg[L2CAP_ERTM_STATS_NUM_AVG];
215 UINT32 ack_q_count_min[L2CAP_ERTM_STATS_NUM_AVG];
216 UINT32 ack_q_count_max[L2CAP_ERTM_STATS_NUM_AVG];
407 UINT32 peer_ext_fea; /* Peer's extended features mask */
493 UINT32 test_info_resp; /* Conformance testing needs a dynamic response */
724 extern void l2cu_set_info_rsp_mask (UINT32 mask);