Home
last modified time | relevance | path

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

/wlan-driver/fw-api/hw/peach/v1/
H A Dtx_cbf_info.h23 struct tx_cbf_info { struct
25 uint32_t sw_peer_id : 16,
26 pre_cbf_duration : 16;
27 uint32_t brpoll_info_valid : 1,
28 trigger_brpoll_info_valid : 1,
29 npda_info_11ac_valid : 1,
30 npda_info_11ax_valid : 1,
31 dot11ax_su_extended : 1,
32 bandwidth : 3,
33 brpoll_info : 8,
[all …]
/wlan-driver/fw-api/hw/peach/v2/
H A Dtx_cbf_info.h23 struct tx_cbf_info { struct
25 uint32_t sw_peer_id : 16,
26 pre_cbf_duration : 16;
27 uint32_t brpoll_info_valid : 1,
28 trigger_brpoll_info_valid : 1,
29 npda_info_11ac_valid : 1,
30 npda_info_11ax_valid : 1,
31 dot11ax_su_extended : 1,
32 bandwidth : 3,
33 brpoll_info : 8,
[all …]
/wlan-driver/fw-api/hw/kiwi/v2/
H A Dtx_cbf_info.h29 struct tx_cbf_info { struct
31 uint32_t sw_peer_id : 16,
32 pre_cbf_duration : 16;
33 uint32_t brpoll_info_valid : 1,
34 trigger_brpoll_info_valid : 1,
35 npda_info_11ac_valid : 1,
36 npda_info_11ax_valid : 1,
37 dot11ax_su_extended : 1,
38 bandwidth : 3,
39 brpoll_info : 8,
[all …]
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dtx_cbf_info.h36 struct tx_cbf_info { struct
38 uint32_t sw_peer_id : 16,
39 pre_cbf_duration : 16;
40 uint32_t brpoll_info_valid : 1,
41 trigger_brpoll_info_valid : 1,
42 npda_info_11ac_valid : 1,
43 npda_info_11ax_valid : 1,
44 dot11ax_su_extended : 1,
45 bandwidth : 3,
46 brpoll_info : 8,
[all …]
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dtx_cbf_info.h36 struct tx_cbf_info { struct
38 uint32_t sw_peer_id : 16,
39 pre_cbf_duration : 16;
40 uint32_t brpoll_info_valid : 1,
41 trigger_brpoll_info_valid : 1,
42 npda_info_11ac_valid : 1,
43 npda_info_11ax_valid : 1,
44 dot11ax_su_extended : 1,
45 bandwidth : 3,
46 brpoll_info : 8,
[all …]
/wlan-driver/fw-api/hw/qca5332/
H A Dtx_cbf_info.h36 struct tx_cbf_info { struct
38 uint32_t sw_peer_id : 16, // [15:0]
39 pre_cbf_duration : 16; // [31:16]
40 uint32_t brpoll_info_valid : 1, // [0:0]
41 trigger_brpoll_info_valid : 1, // [1:1]
42 npda_info_11ac_valid : 1, // [2:2]
43 npda_info_11ax_valid : 1, // [3:3]
44 dot11ax_su_extended : 1, // [4:4]
45 bandwidth : 3, // [7:5]
46 brpoll_info : 8, // [15:8]
[all …]
/wlan-driver/fw-api/hw/qcn6432/
H A Dtx_cbf_info.h27 struct tx_cbf_info { struct
29 uint32_t sw_peer_id : 16, // [15:0]
30 pre_cbf_duration : 16; // [31:16]
31 uint32_t brpoll_info_valid : 1, // [0:0]
32 trigger_brpoll_info_valid : 1, // [1:1]
33 npda_info_11ac_valid : 1, // [2:2]
34 npda_info_11ax_valid : 1, // [3:3]
35 dot11ax_su_extended : 1, // [4:4]
36 bandwidth : 3, // [7:5]
37 brpoll_info : 8, // [15:8]
[all …]
/wlan-driver/fw-api/hw/qca5424/
H A Dtx_cbf_info.h29 struct tx_cbf_info { struct
31 uint32_t sw_peer_id : 16,
32 pre_cbf_duration : 16;
33 uint32_t brpoll_info_valid : 1,
34 trigger_brpoll_info_valid : 1,
35 npda_info_11ac_valid : 1,
36 npda_info_11ax_valid : 1,
37 dot11ax_su_extended : 1,
38 bandwidth : 3,
39 brpoll_info : 8,
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h500 tx_cbf_info:1, member