/wlan-driver/fw-api/hw/peach/v1/ |
H A D | tx_cbf_info.h | 23 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 D | tx_cbf_info.h | 23 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 D | tx_cbf_info.h | 29 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 D | tx_cbf_info.h | 36 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 D | tx_cbf_info.h | 36 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 D | tx_cbf_info.h | 36 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 D | tx_cbf_info.h | 27 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 D | tx_cbf_info.h | 29 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 D | dp_htt.h | 500 tx_cbf_info:1, member
|