/wlan-driver/fw-api/hw/peach/v1/ |
H A D | ofdma_trigger_details.h | 24 struct ofdma_trigger_details { struct 26 uint32_t ax_trigger_source : 1, 27 rx_trigger_frame_user_source : 2, 28 received_bandwidth : 3, 29 txop_duration_all_ones : 1, 30 eht_trigger_response : 1, 31 pre_rssi_comb : 8, 32 rssi_comb : 8, 33 rxpcu_pcie_l0_req_duration : 8; 34 uint32_t he_trigger_ul_ppdu_length : 5, [all …]
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | ofdma_trigger_details.h | 37 struct ofdma_trigger_details { struct 39 uint32_t ax_trigger_source : 1, // [0:0] 40 rx_trigger_frame_user_source : 2, // [2:1] 41 received_bandwidth : 3, // [5:3] 42 txop_duration_all_ones : 1, // [6:6] 43 eht_trigger_response : 1, // [7:7] 44 pre_rssi_comb : 8, // [15:8] 45 rssi_comb : 8, // [23:16] 46 rxpcu_pcie_l0_req_duration : 8; // [31:24] 47 uint32_t he_trigger_ul_ppdu_length : 5, // [4:0] [all …]
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | ofdma_trigger_details.h | 24 struct ofdma_trigger_details { struct 26 uint32_t ax_trigger_source : 1, 27 rx_trigger_frame_user_source : 2, 28 received_bandwidth : 3, 29 txop_duration_all_ones : 1, 30 eht_trigger_response : 1, 31 pre_rssi_comb : 8, 32 rssi_comb : 8, 33 rxpcu_pcie_l0_req_duration : 8; 34 uint32_t he_trigger_ul_ppdu_length : 5, [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | ofdma_trigger_details.h | 37 struct ofdma_trigger_details { struct 39 uint32_t ax_trigger_source : 1, 40 rx_trigger_frame_user_source : 2, 41 received_bandwidth : 3, 42 txop_duration_all_ones : 1, 43 eht_trigger_response : 1, 44 pre_rssi_comb : 8, 45 rssi_comb : 8, 46 rxpcu_pcie_l0_req_duration : 8; 47 uint32_t he_trigger_ul_ppdu_length : 5, [all …]
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | ofdma_trigger_details.h | 30 struct ofdma_trigger_details { struct 32 uint32_t ax_trigger_source : 1, 33 rx_trigger_frame_user_source : 2, 34 received_bandwidth : 3, 35 txop_duration_all_ones : 1, 36 eht_trigger_response : 1, 37 pre_rssi_comb : 8, 38 rssi_comb : 8, 39 rxpcu_pcie_l0_req_duration : 8; 40 uint32_t he_trigger_ul_ppdu_length : 5, [all …]
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | ofdma_trigger_details.h | 28 struct ofdma_trigger_details { struct 30 uint32_t ax_trigger_source : 1, // [0:0] 31 rx_trigger_frame_user_source : 2, // [2:1] 32 received_bandwidth : 3, // [5:3] 33 txop_duration_all_ones : 1, // [6:6] 34 eht_trigger_response : 1, // [7:7] 35 pre_rssi_comb : 8, // [15:8] 36 rssi_comb : 8, // [23:16] 37 rxpcu_pcie_l0_req_duration : 8; // [31:24] 38 uint32_t he_trigger_ul_ppdu_length : 5, // [4:0] [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | ofdma_trigger_details.h | 37 struct ofdma_trigger_details { struct 39 uint32_t ax_trigger_source : 1, 40 rx_trigger_frame_user_source : 2, 41 received_bandwidth : 3, 42 txop_duration_all_ones : 1, 43 eht_trigger_response : 1, 44 pre_rssi_comb : 8, 45 rssi_comb : 8, 46 rxpcu_pcie_l0_req_duration : 8; 47 uint32_t he_trigger_ul_ppdu_length : 5, [all …]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | ofdma_trigger_details.h | 30 struct ofdma_trigger_details { struct 32 uint32_t ax_trigger_source : 1, 33 rx_trigger_frame_user_source : 2, 34 received_bandwidth : 3, 35 txop_duration_all_ones : 1, 36 eht_trigger_response : 1, 37 pre_rssi_comb : 8, 38 rssi_comb : 8, 39 rxpcu_pcie_l0_req_duration : 8; 40 uint32_t he_trigger_ul_ppdu_length : 5, [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 442 ofdma_trigger_details:1, member
|