25#ifdef CONFIG_HCC_SUPPORT_FLOW_CONTRL
67#ifdef CONFIG_HCC_SUPPORT_DFX_SRV
enum _hcc_serv_main_type hcc_service_type
enum _hcc_queue_type hcc_queue_type
td_void hcc_dfx_queue_info_print(td_u8 chl, hcc_queue_dir dir, hcc_queue_type q_id)
struct _hcc_queue_stat_ hcc_queue_stat
struct _hcc_bus_stat_ hcc_bus_stat
td_void hcc_dfx_service_info_print(td_u8 chl, hcc_service_type service_type)
td_void hcc_tx_fail_inc(td_void *hcc)
td_void hcc_proc_overnum_inc(td_void *hcc)
struct _hcc_service_stat_ hcc_service_stat
struct _hcc_inner_stat_ hcc_inner_stat
td_void hcc_bus_dfx_statics_print(td_u8 chl)
@ HCC_DIR_COUNT
Definition hcc_types.h:15
enum _hcc_queue_dir_ hcc_queue_dir
td_u32 total_tx_pkts
Definition hcc_dfx.h:51
td_u32 loss_tx_pkts
Definition hcc_dfx.h:52
hcc_queue_stat * queue_stat[HCC_DIR_COUNT]
Definition hcc_dfx.h:70
td_u8 que_max_cnt
Definition hcc_dfx.h:72
osal_spinlock hcc_dfx_lock
Definition hcc_dfx.h:66
td_u16 rsv
Definition hcc_dfx.h:74
hcc_inner_stat inner_stat
Definition hcc_dfx.h:71
td_u8 srv_max_cnt
Definition hcc_dfx.h:73
td_u32 unc_alloc_fail[HCC_DIR_COUNT]
Definition hcc_dfx.h:57
td_u32 unc_free_cnt
Definition hcc_dfx.h:58
td_u32 mem_free_cnt
Definition hcc_dfx.h:59
td_u16 tx_fail_exit_cnt
Definition hcc_dfx.h:61
td_u32 unc_alloc_succ[HCC_DIR_COUNT]
Definition hcc_dfx.h:56
td_u32 srv_rx_cnt
Definition hcc_dfx.h:60
td_u16 proc_packet_overnum_cnt
Definition hcc_dfx.h:62
td_u32 loss_pkts
Definition hcc_dfx.h:47
td_u32 alloc_succ_cnt
Definition hcc_dfx.h:43
td_u32 alloc_fail_cnt
Definition hcc_dfx.h:44
td_u32 total_pkts
Definition hcc_dfx.h:46
td_u32 alloc_succ_cnt
Definition hcc_dfx.h:18
td_u32 alloc_cb_cnt
Definition hcc_dfx.h:19
td_u32 free_cnt
Definition hcc_dfx.h:23
td_u32 alloc_fail_cnt
Definition hcc_dfx.h:20
td_u32 rx_cnt
Definition hcc_dfx.h:32
td_u32 bus_tx_succ
Definition hcc_dfx.h:35
td_u32 exp_rx_cnt
Definition hcc_dfx.h:33
td_u32 rx_err_cnt
Definition hcc_dfx.h:37
Definition osal_spinlock.h:18
unsigned short td_u16
Definition td_type.h:37
unsigned char td_u8
Definition td_type.h:36
void td_void
Definition td_type.h:49
unsigned int td_u32
Definition td_type.h:38