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

Description

Definition at line 280 of file l2c_int.h.

Public Attributes

BOOLEAN in_use
 
tL2C_CHNL_STATE chnl_state
 
struct t_l2c_ccbp_next_ccb
 
struct t_l2c_ccbp_prev_ccb
 
struct t_l2c_linkcbp_lcb
 
UINT16 local_cid
 
UINT16 remote_cid
 
TIMER_LIST_ENT timer_entry
 
tL2C_RCBp_rcb
 
UINT8 config_done
 
UINT8 local_id
 
UINT8 remote_id
 
UINT8 flags
 
tL2CAP_CFG_INFO our_cfg
 
tL2CAP_CH_CFG_BITS peer_cfg_bits
 
tL2CAP_CFG_INFO peer_cfg
 
BUFFER_Q xmit_hold_q
 
BOOLEAN cong_sent
 
UINT16 buff_quota
 
tL2CAP_CHNL_PRIORITY ccb_priority
 
tL2CAP_CHNL_DATA_RATE tx_data_rate
 
tL2CAP_CHNL_DATA_RATE rx_data_rate
 
tL2CAP_ERTM_INFO ertm_info
 
tL2C_FCRB fcrb
 
UINT16 tx_mps
 
UINT16 max_rx_mtu
 
UINT8 fcr_cfg_tries
 
BOOLEAN peer_cfg_already_rejected
 
BOOLEAN out_cfg_fcr_present
 
UINT8 bypass_fcs
 
BOOLEAN is_flushable
 
UINT16 fixed_chnl_idle_tout
 

Member Data Documentation

◆ in_use

BOOLEAN t_l2c_ccb::in_use

Definition at line 282 of file l2c_int.h.

◆ chnl_state

tL2C_CHNL_STATE t_l2c_ccb::chnl_state

Definition at line 283 of file l2c_int.h.

◆ p_next_ccb

struct t_l2c_ccb* t_l2c_ccb::p_next_ccb

Definition at line 285 of file l2c_int.h.

◆ p_prev_ccb

struct t_l2c_ccb* t_l2c_ccb::p_prev_ccb

Definition at line 286 of file l2c_int.h.

◆ p_lcb

struct t_l2c_linkcb* t_l2c_ccb::p_lcb

Definition at line 287 of file l2c_int.h.

◆ local_cid

UINT16 t_l2c_ccb::local_cid

Definition at line 289 of file l2c_int.h.

◆ remote_cid

UINT16 t_l2c_ccb::remote_cid

Definition at line 290 of file l2c_int.h.

◆ timer_entry

TIMER_LIST_ENT t_l2c_ccb::timer_entry

Definition at line 292 of file l2c_int.h.

◆ p_rcb

tL2C_RCB* t_l2c_ccb::p_rcb

Definition at line 294 of file l2c_int.h.

◆ config_done

UINT8 t_l2c_ccb::config_done

Definition at line 301 of file l2c_int.h.

◆ local_id

UINT8 t_l2c_ccb::local_id

Definition at line 302 of file l2c_int.h.

◆ remote_id

UINT8 t_l2c_ccb::remote_id

Definition at line 303 of file l2c_int.h.

◆ flags

UINT8 t_l2c_ccb::flags

Definition at line 307 of file l2c_int.h.

◆ our_cfg

tL2CAP_CFG_INFO t_l2c_ccb::our_cfg

Definition at line 309 of file l2c_int.h.

◆ peer_cfg_bits

tL2CAP_CH_CFG_BITS t_l2c_ccb::peer_cfg_bits

Definition at line 310 of file l2c_int.h.

◆ peer_cfg

tL2CAP_CFG_INFO t_l2c_ccb::peer_cfg

Definition at line 311 of file l2c_int.h.

◆ xmit_hold_q

BUFFER_Q t_l2c_ccb::xmit_hold_q

Definition at line 313 of file l2c_int.h.

◆ cong_sent

BOOLEAN t_l2c_ccb::cong_sent

Definition at line 315 of file l2c_int.h.

◆ buff_quota

UINT16 t_l2c_ccb::buff_quota

Definition at line 316 of file l2c_int.h.

◆ ccb_priority

tL2CAP_CHNL_PRIORITY t_l2c_ccb::ccb_priority

Definition at line 318 of file l2c_int.h.

◆ tx_data_rate

tL2CAP_CHNL_DATA_RATE t_l2c_ccb::tx_data_rate

Definition at line 319 of file l2c_int.h.

◆ rx_data_rate

tL2CAP_CHNL_DATA_RATE t_l2c_ccb::rx_data_rate

Definition at line 320 of file l2c_int.h.

◆ ertm_info

tL2CAP_ERTM_INFO t_l2c_ccb::ertm_info

Definition at line 323 of file l2c_int.h.

◆ fcrb

tL2C_FCRB t_l2c_ccb::fcrb

Definition at line 324 of file l2c_int.h.

◆ tx_mps

UINT16 t_l2c_ccb::tx_mps

Definition at line 325 of file l2c_int.h.

◆ max_rx_mtu

UINT16 t_l2c_ccb::max_rx_mtu

Definition at line 326 of file l2c_int.h.

◆ fcr_cfg_tries

UINT8 t_l2c_ccb::fcr_cfg_tries

Definition at line 327 of file l2c_int.h.

◆ peer_cfg_already_rejected

BOOLEAN t_l2c_ccb::peer_cfg_already_rejected

Definition at line 328 of file l2c_int.h.

◆ out_cfg_fcr_present

BOOLEAN t_l2c_ccb::out_cfg_fcr_present

Definition at line 329 of file l2c_int.h.

◆ bypass_fcs

UINT8 t_l2c_ccb::bypass_fcs

Definition at line 334 of file l2c_int.h.

◆ is_flushable

BOOLEAN t_l2c_ccb::is_flushable

Definition at line 337 of file l2c_int.h.

◆ fixed_chnl_idle_tout

UINT16 t_l2c_ccb::fixed_chnl_idle_tout

Definition at line 341 of file l2c_int.h.