/wlan-driver/fw-api/hw/peach/v1/ |
H A D | tx_fes_status_user_ppdu.h | 23 struct tx_fes_status_user_ppdu { struct 25 uint32_t underflow_mpdu_count : 9, 26 data_underflow_warning : 2, 27 bw_drop_underflow_warning : 1, 28 qc_eosp_setting : 1, 29 fc_more_data_setting : 1, 30 fc_pwr_mgt_setting : 1, 31 mpdu_tx_count : 9, 32 user_blocked : 1, 33 pre_trig_response_delim_count : 7; [all …]
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | tx_fes_status_user_ppdu.h | 23 struct tx_fes_status_user_ppdu { struct 25 uint32_t underflow_mpdu_count : 9, 26 data_underflow_warning : 2, 27 bw_drop_underflow_warning : 1, 28 qc_eosp_setting : 1, 29 fc_more_data_setting : 1, 30 fc_pwr_mgt_setting : 1, 31 mpdu_tx_count : 9, 32 user_blocked : 1, 33 pre_trig_response_delim_count : 7; [all …]
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | tx_fes_status_user_ppdu.h | 27 struct tx_fes_status_user_ppdu { struct 29 uint32_t underflow_mpdu_count : 9, // [8:0] 30 data_underflow_warning : 2, // [10:9] 31 bw_drop_underflow_warning : 1, // [11:11] 32 qc_eosp_setting : 1, // [12:12] 33 fc_more_data_setting : 1, // [13:13] 34 fc_pwr_mgt_setting : 1, // [14:14] 35 mpdu_tx_count : 9, // [23:15] 36 user_blocked : 1, // [24:24] 37 pre_trig_response_delim_count : 7; // [31:25] [all …]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | tx_fes_status_user_ppdu.h | 29 struct tx_fes_status_user_ppdu { struct 31 uint32_t underflow_mpdu_count : 9, 32 data_underflow_warning : 2, 33 bw_drop_underflow_warning : 1, 34 qc_eosp_setting : 1, 35 fc_more_data_setting : 1, 36 fc_pwr_mgt_setting : 1, 37 mpdu_tx_count : 9, 38 user_blocked : 1, 39 pre_trig_response_delim_count : 7; [all …]
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | tx_fes_status_user_ppdu.h | 36 struct tx_fes_status_user_ppdu { struct 38 uint32_t underflow_mpdu_count : 9, // [8:0] 39 data_underflow_warning : 2, // [10:9] 40 bw_drop_underflow_warning : 1, // [11:11] 41 qc_eosp_setting : 1, // [12:12] 42 fc_more_data_setting : 1, // [13:13] 43 fc_pwr_mgt_setting : 1, // [14:14] 44 mpdu_tx_count : 9, // [23:15] 45 user_blocked : 1, // [24:24] 46 pre_trig_response_delim_count : 7; // [31:25] [all …]
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | tx_fes_status_user_ppdu.h | 29 struct tx_fes_status_user_ppdu { struct 31 uint32_t underflow_mpdu_count : 9, 32 data_underflow_warning : 2, 33 bw_drop_underflow_warning : 1, 34 qc_eosp_setting : 1, 35 fc_more_data_setting : 1, 36 fc_pwr_mgt_setting : 1, 37 mpdu_tx_count : 9, 38 user_blocked : 1, 39 pre_trig_response_delim_count : 7; [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | tx_fes_status_user_ppdu.h | 36 struct tx_fes_status_user_ppdu { struct 38 uint32_t underflow_mpdu_count : 9, 39 data_underflow_warning : 2, 40 bw_drop_underflow_warning : 1, 41 qc_eosp_setting : 1, 42 fc_more_data_setting : 1, 43 fc_pwr_mgt_setting : 1, 44 mpdu_tx_count : 9, 45 user_blocked : 1, 46 pre_trig_response_delim_count : 7; [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | tx_fes_status_user_ppdu.h | 36 struct tx_fes_status_user_ppdu { struct 38 uint32_t underflow_mpdu_count : 9, 39 data_underflow_warning : 2, 40 bw_drop_underflow_warning : 1, 41 qc_eosp_setting : 1, 42 fc_more_data_setting : 1, 43 fc_pwr_mgt_setting : 1, 44 mpdu_tx_count : 9, 45 user_blocked : 1, 46 pre_trig_response_delim_count : 7; [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 431 tx_fes_status_user_ppdu:1, member
|