Home
last modified time | relevance | path

Searched defs:coex_rx_status (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/fw-api/hw/peach/v1/
H A Dcoex_rx_status.h23 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 Dcoex_rx_status.h29 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 Dcoex_rx_status.h36 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 Dcoex_rx_status.h36 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 Dcoex_rx_status.h28 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 Dcoex_rx_status.h36 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 Dcoex_rx_status.h23 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 Dcoex_rx_status.h29 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 Ddp_htt.h498 coex_rx_status:1, member