NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
tL2C_FCRB Struct Reference

Description

Definition at line 182 of file l2c_int.h.

Public Attributes

UINT8 next_tx_seq
 
UINT8 last_rx_ack
 
UINT8 next_seq_expected
 
UINT8 last_ack_sent
 
UINT8 num_tries
 
UINT8 max_held_acks
 
BOOLEAN remote_busy
 
BOOLEAN local_busy
 
BOOLEAN rej_sent
 
BOOLEAN srej_sent
 
BOOLEAN wait_ack
 
BOOLEAN rej_after_srej
 
BOOLEAN send_f_rsp
 
UINT16 rx_sdu_len
 
BT_HDRp_rx_sdu
 
BUFFER_Q waiting_for_ack_q
 
BUFFER_Q srej_rcv_hold_q
 
BUFFER_Q retrans_q
 
TIMER_LIST_ENT ack_timer
 
TIMER_LIST_ENT mon_retrans_timer
 
UINT32 connect_tick_count
 
UINT32 ertm_pkt_counts [2]
 
UINT32 ertm_byte_counts [2]
 
UINT32 s_frames_sent [4]
 
UINT32 s_frames_rcvd [4]
 
UINT32 xmit_window_closed
 
UINT32 controller_idle
 
UINT32 pkts_retransmitted
 
UINT32 retrans_touts
 
UINT32 xmit_ack_touts
 
UINT32 ack_delay_avg_count
 
UINT32 ack_delay_avg_index
 
UINT32 throughput_start
 
UINT32 throughput [10]
 
UINT32 ack_delay_avg [10]
 
UINT32 ack_delay_min [10]
 
UINT32 ack_delay_max [10]
 
UINT32 ack_q_count_avg [10]
 
UINT32 ack_q_count_min [10]
 
UINT32 ack_q_count_max [10]
 
tL2C_FCR_TEST_CB test_cb
 

Member Data Documentation

◆ next_tx_seq

UINT8 tL2C_FCRB::next_tx_seq

Definition at line 184 of file l2c_int.h.

◆ last_rx_ack

UINT8 tL2C_FCRB::last_rx_ack

Definition at line 185 of file l2c_int.h.

◆ next_seq_expected

UINT8 tL2C_FCRB::next_seq_expected

Definition at line 186 of file l2c_int.h.

◆ last_ack_sent

UINT8 tL2C_FCRB::last_ack_sent

Definition at line 187 of file l2c_int.h.

◆ num_tries

UINT8 tL2C_FCRB::num_tries

Definition at line 188 of file l2c_int.h.

◆ max_held_acks

UINT8 tL2C_FCRB::max_held_acks

Definition at line 189 of file l2c_int.h.

◆ remote_busy

BOOLEAN tL2C_FCRB::remote_busy

Definition at line 191 of file l2c_int.h.

◆ local_busy

BOOLEAN tL2C_FCRB::local_busy

Definition at line 192 of file l2c_int.h.

◆ rej_sent

BOOLEAN tL2C_FCRB::rej_sent

Definition at line 194 of file l2c_int.h.

◆ srej_sent

BOOLEAN tL2C_FCRB::srej_sent

Definition at line 195 of file l2c_int.h.

◆ wait_ack

BOOLEAN tL2C_FCRB::wait_ack

Definition at line 196 of file l2c_int.h.

◆ rej_after_srej

BOOLEAN tL2C_FCRB::rej_after_srej

Definition at line 197 of file l2c_int.h.

◆ send_f_rsp

BOOLEAN tL2C_FCRB::send_f_rsp

Definition at line 199 of file l2c_int.h.

◆ rx_sdu_len

UINT16 tL2C_FCRB::rx_sdu_len

Definition at line 201 of file l2c_int.h.

◆ p_rx_sdu

BT_HDR* tL2C_FCRB::p_rx_sdu

Definition at line 202 of file l2c_int.h.

◆ waiting_for_ack_q

BUFFER_Q tL2C_FCRB::waiting_for_ack_q

Definition at line 203 of file l2c_int.h.

◆ srej_rcv_hold_q

BUFFER_Q tL2C_FCRB::srej_rcv_hold_q

Definition at line 204 of file l2c_int.h.

◆ retrans_q

BUFFER_Q tL2C_FCRB::retrans_q

Definition at line 205 of file l2c_int.h.

◆ ack_timer

TIMER_LIST_ENT tL2C_FCRB::ack_timer

Definition at line 207 of file l2c_int.h.

◆ mon_retrans_timer

TIMER_LIST_ENT tL2C_FCRB::mon_retrans_timer

Definition at line 208 of file l2c_int.h.

◆ connect_tick_count

UINT32 tL2C_FCRB::connect_tick_count

Definition at line 211 of file l2c_int.h.

◆ ertm_pkt_counts

UINT32 tL2C_FCRB::ertm_pkt_counts[2]

Definition at line 212 of file l2c_int.h.

◆ ertm_byte_counts

UINT32 tL2C_FCRB::ertm_byte_counts[2]

Definition at line 213 of file l2c_int.h.

◆ s_frames_sent

UINT32 tL2C_FCRB::s_frames_sent[4]

Definition at line 214 of file l2c_int.h.

◆ s_frames_rcvd

UINT32 tL2C_FCRB::s_frames_rcvd[4]

Definition at line 215 of file l2c_int.h.

◆ xmit_window_closed

UINT32 tL2C_FCRB::xmit_window_closed

Definition at line 216 of file l2c_int.h.

◆ controller_idle

UINT32 tL2C_FCRB::controller_idle

Definition at line 217 of file l2c_int.h.

◆ pkts_retransmitted

UINT32 tL2C_FCRB::pkts_retransmitted

Definition at line 219 of file l2c_int.h.

◆ retrans_touts

UINT32 tL2C_FCRB::retrans_touts

Definition at line 220 of file l2c_int.h.

◆ xmit_ack_touts

UINT32 tL2C_FCRB::xmit_ack_touts

Definition at line 221 of file l2c_int.h.

◆ ack_delay_avg_count

UINT32 tL2C_FCRB::ack_delay_avg_count

Definition at line 225 of file l2c_int.h.

◆ ack_delay_avg_index

UINT32 tL2C_FCRB::ack_delay_avg_index

Definition at line 226 of file l2c_int.h.

◆ throughput_start

UINT32 tL2C_FCRB::throughput_start

Definition at line 227 of file l2c_int.h.

◆ throughput

UINT32 tL2C_FCRB::throughput[10]

Definition at line 228 of file l2c_int.h.

◆ ack_delay_avg

UINT32 tL2C_FCRB::ack_delay_avg[10]

Definition at line 229 of file l2c_int.h.

◆ ack_delay_min

UINT32 tL2C_FCRB::ack_delay_min[10]

Definition at line 230 of file l2c_int.h.

◆ ack_delay_max

UINT32 tL2C_FCRB::ack_delay_max[10]

Definition at line 231 of file l2c_int.h.

◆ ack_q_count_avg

UINT32 tL2C_FCRB::ack_q_count_avg[10]

Definition at line 232 of file l2c_int.h.

◆ ack_q_count_min

UINT32 tL2C_FCRB::ack_q_count_min[10]

Definition at line 233 of file l2c_int.h.

◆ ack_q_count_max

UINT32 tL2C_FCRB::ack_q_count_max[10]

Definition at line 234 of file l2c_int.h.

◆ test_cb

tL2C_FCR_TEST_CB tL2C_FCRB::test_cb

Definition at line 238 of file l2c_int.h.