/wlan-driver/fw-api/hw/peach/v1/ |
H A D | coex_rx_status.h | 23 struct coex_rx_status { struct 25 uint32_t rx_mac_frame_status : 2, 26 rx_with_tx_response : 1, 27 rx_rate : 5, 28 rx_bw : 3, 29 single_mpdu : 1, 30 filter_status : 1, 31 ampdu : 1, 32 directed : 1, 33 reserved_0 : 1, [all …]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | coex_rx_status.h | 29 struct coex_rx_status { struct 31 uint32_t rx_mac_frame_status : 2, 32 rx_with_tx_response : 1, 33 rx_rate : 5, 34 rx_bw : 3, 35 single_mpdu : 1, 36 filter_status : 1, 37 ampdu : 1, 38 directed : 1, 39 reserved_0 : 1, [all …]
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | coex_rx_status.h | 36 struct coex_rx_status { struct 38 uint32_t rx_mac_frame_status : 2, // [1:0] 39 rx_with_tx_response : 1, // [2:2] 40 rx_rate : 5, // [7:3] 41 rx_bw : 3, // [10:8] 42 single_mpdu : 1, // [11:11] 43 filter_status : 1, // [12:12] 44 ampdu : 1, // [13:13] 45 directed : 1, // [14:14] 46 reserved_0 : 1, // [15:15] [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | coex_rx_status.h | 36 struct coex_rx_status { struct 38 uint32_t rx_mac_frame_status : 2, 39 rx_with_tx_response : 1, 40 rx_rate : 5, 41 rx_bw : 3, 42 single_mpdu : 1, 43 filter_status : 1, 44 ampdu : 1, 45 directed : 1, 46 reserved_0 : 1, [all …]
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | coex_rx_status.h | 28 struct coex_rx_status { struct 30 uint32_t rx_mac_frame_status : 2, // [1:0] 31 rx_with_tx_response : 1, // [2:2] 32 rx_rate : 5, // [7:3] 33 rx_bw : 3, // [10:8] 34 single_mpdu : 1, // [11:11] 35 filter_status : 1, // [12:12] 36 ampdu : 1, // [13:13] 37 directed : 1, // [14:14] 38 reserved_0 : 1, // [15:15] [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | coex_rx_status.h | 36 struct coex_rx_status { struct 38 uint32_t rx_mac_frame_status : 2, 39 rx_with_tx_response : 1, 40 rx_rate : 5, 41 rx_bw : 3, 42 single_mpdu : 1, 43 filter_status : 1, 44 ampdu : 1, 45 directed : 1, 46 reserved_0 : 1, [all …]
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | coex_rx_status.h | 23 struct coex_rx_status { struct 25 uint32_t rx_mac_frame_status : 2, 26 rx_with_tx_response : 1, 27 rx_rate : 5, 28 rx_bw : 3, 29 single_mpdu : 1, 30 filter_status : 1, 31 ampdu : 1, 32 directed : 1, 33 reserved_0 : 1, [all …]
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | coex_rx_status.h | 29 struct coex_rx_status { struct 31 uint32_t rx_mac_frame_status : 2, 32 rx_with_tx_response : 1, 33 rx_rate : 5, 34 rx_bw : 3, 35 single_mpdu : 1, 36 filter_status : 1, 37 ampdu : 1, 38 directed : 1, 39 reserved_0 : 1, [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 498 coex_rx_status:1, member
|