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

Description

Definition at line 145 of file port_int.h.

Public Attributes

UINT8 inx
 
BOOLEAN in_use
 
UINT8 state
 
UINT8 scn
 
UINT16 uuid
 
BD_ADDR bd_addr
 
BOOLEAN is_server
 
UINT8 dlci
 
UINT8 error
 
UINT8 line_status
 
UINT8 default_signal_state
 
UINT16 mtu
 
UINT16 peer_mtu
 
tPORT_DATA tx
 
tPORT_DATA rx
 
tPORT_STATE user_port_pars
 
tPORT_STATE peer_port_pars
 
tPORT_CTRL local_ctrl
 
tPORT_CTRL peer_ctrl
 
UINT8 port_ctrl
 
BOOLEAN rx_flag_ev_pending
 
tRFC_PORT rfc
 
UINT32 ev_mask
 
tPORT_CALLBACK * p_callback
 
tPORT_CALLBACK * p_mgmt_callback
 
tPORT_DATA_CALLBACK * p_data_callback
 
tPORT_DATA_CO_CALLBACK * p_data_co_callback
 
UINT16 credit_tx
 
UINT16 credit_rx
 
UINT16 credit_rx_max
 
UINT16 credit_rx_low
 
UINT16 rx_buf_critical
 
BOOLEAN keep_port_handle
 
UINT16 keep_mtu
 

Member Data Documentation

◆ inx

UINT8 t_port_info::inx

Definition at line 147 of file port_int.h.

◆ in_use

BOOLEAN t_port_info::in_use

Definition at line 148 of file port_int.h.

◆ state

UINT8 t_port_info::state

Definition at line 155 of file port_int.h.

◆ scn

UINT8 t_port_info::scn

Definition at line 157 of file port_int.h.

◆ uuid

UINT16 t_port_info::uuid

Definition at line 158 of file port_int.h.

◆ bd_addr

BD_ADDR t_port_info::bd_addr

Definition at line 160 of file port_int.h.

◆ is_server

BOOLEAN t_port_info::is_server

Definition at line 161 of file port_int.h.

◆ dlci

UINT8 t_port_info::dlci

Definition at line 162 of file port_int.h.

◆ error

UINT8 t_port_info::error

Definition at line 164 of file port_int.h.

◆ line_status

UINT8 t_port_info::line_status

Definition at line 166 of file port_int.h.

◆ default_signal_state

UINT8 t_port_info::default_signal_state

Definition at line 168 of file port_int.h.

◆ mtu

UINT16 t_port_info::mtu

Definition at line 170 of file port_int.h.

◆ peer_mtu

UINT16 t_port_info::peer_mtu

Definition at line 171 of file port_int.h.

◆ tx

tPORT_DATA t_port_info::tx

Definition at line 173 of file port_int.h.

◆ rx

tPORT_DATA t_port_info::rx

Definition at line 174 of file port_int.h.

◆ user_port_pars

tPORT_STATE t_port_info::user_port_pars

Definition at line 176 of file port_int.h.

◆ peer_port_pars

tPORT_STATE t_port_info::peer_port_pars

Definition at line 177 of file port_int.h.

◆ local_ctrl

tPORT_CTRL t_port_info::local_ctrl

Definition at line 179 of file port_int.h.

◆ peer_ctrl

tPORT_CTRL t_port_info::peer_ctrl

Definition at line 180 of file port_int.h.

◆ port_ctrl

UINT8 t_port_info::port_ctrl

Definition at line 187 of file port_int.h.

◆ rx_flag_ev_pending

BOOLEAN t_port_info::rx_flag_ev_pending

Definition at line 189 of file port_int.h.

◆ rfc

tRFC_PORT t_port_info::rfc

Definition at line 191 of file port_int.h.

◆ ev_mask

UINT32 t_port_info::ev_mask

Definition at line 193 of file port_int.h.

◆ p_callback

tPORT_CALLBACK* t_port_info::p_callback

Definition at line 194 of file port_int.h.

◆ p_mgmt_callback

tPORT_CALLBACK* t_port_info::p_mgmt_callback

Definition at line 195 of file port_int.h.

◆ p_data_callback

tPORT_DATA_CALLBACK* t_port_info::p_data_callback

Definition at line 196 of file port_int.h.

◆ p_data_co_callback

tPORT_DATA_CO_CALLBACK* t_port_info::p_data_co_callback

Definition at line 197 of file port_int.h.

◆ credit_tx

UINT16 t_port_info::credit_tx

Definition at line 198 of file port_int.h.

◆ credit_rx

UINT16 t_port_info::credit_rx

Definition at line 199 of file port_int.h.

◆ credit_rx_max

UINT16 t_port_info::credit_rx_max

Definition at line 201 of file port_int.h.

◆ credit_rx_low

UINT16 t_port_info::credit_rx_low

Definition at line 202 of file port_int.h.

◆ rx_buf_critical

UINT16 t_port_info::rx_buf_critical

Definition at line 203 of file port_int.h.

◆ keep_port_handle

BOOLEAN t_port_info::keep_port_handle

Definition at line 204 of file port_int.h.

◆ keep_mtu

UINT16 t_port_info::keep_mtu

Definition at line 206 of file port_int.h.