/wlan-driver/fw-api/hw/peach/v1/ |
H A D | tx_mpdu_start.h | 23 struct tx_mpdu_start { struct 25 uint32_t mpdu_length : 14, 26 frame_not_from_tqm : 1, 27 vht_control_present : 1, 28 mpdu_header_length : 8, 29 retry_count : 7, 30 wds : 1; 31 uint32_t pn_31_0 : 32; 32 uint32_t pn_47_32 : 16, 33 mpdu_sequence_number : 12, [all …]
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | tx_mpdu_start.h | 23 struct tx_mpdu_start { struct 25 uint32_t mpdu_length : 14, 26 frame_not_from_tqm : 1, 27 vht_control_present : 1, 28 mpdu_header_length : 8, 29 retry_count : 7, 30 wds : 1; 31 uint32_t pn_31_0 : 32; 32 uint32_t pn_47_32 : 16, 33 mpdu_sequence_number : 12, [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | tx_mpdu_start.h | 36 struct tx_mpdu_start { struct 38 uint32_t mpdu_length : 14, 39 frame_not_from_tqm : 1, 40 vht_control_present : 1, 41 mpdu_header_length : 8, 42 retry_count : 7, 43 wds : 1; 44 uint32_t pn_31_0 : 32; 45 uint32_t pn_47_32 : 16, 46 mpdu_sequence_number : 12, [all …]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | tx_mpdu_start.h | 29 struct tx_mpdu_start { struct 31 uint32_t mpdu_length : 14, 32 frame_not_from_tqm : 1, 33 vht_control_present : 1, 34 mpdu_header_length : 8, 35 retry_count : 7, 36 wds : 1; 37 uint32_t pn_31_0 : 32; 38 uint32_t pn_47_32 : 16, 39 mpdu_sequence_number : 12, [all …]
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | tx_mpdu_start.h | 27 struct tx_mpdu_start { struct 29 uint32_t mpdu_length : 14, // [13:0] 30 frame_not_from_tqm : 1, // [14:14] 31 vht_control_present : 1, // [15:15] 32 mpdu_header_length : 8, // [23:16] 33 retry_count : 7, // [30:24] 34 wds : 1; // [31:31] 35 uint32_t pn_31_0 : 32; // [31:0] 36 uint32_t pn_47_32 : 16, // [15:0] 37 mpdu_sequence_number : 12, // [27:16] [all …]
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | tx_mpdu_start.h | 29 struct tx_mpdu_start { struct 31 uint32_t mpdu_length : 14, 32 frame_not_from_tqm : 1, 33 vht_control_present : 1, 34 mpdu_header_length : 8, 35 retry_count : 7, 36 wds : 1; 37 uint32_t pn_31_0 : 32; 38 uint32_t pn_47_32 : 16, 39 mpdu_sequence_number : 12, [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | tx_mpdu_start.h | 36 struct tx_mpdu_start { struct 38 uint32_t mpdu_length : 14, 39 frame_not_from_tqm : 1, 40 vht_control_present : 1, 41 mpdu_header_length : 8, 42 retry_count : 7, 43 wds : 1; 44 uint32_t pn_31_0 : 32; 45 uint32_t pn_47_32 : 16, 46 mpdu_sequence_number : 12, [all …]
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | tx_mpdu_start.h | 36 struct tx_mpdu_start { struct 38 uint32_t mpdu_length : 14, // [13:0] 39 frame_not_from_tqm : 1, // [14:14] 40 vht_control_present : 1, // [15:15] 41 mpdu_header_length : 8, // [23:16] 42 retry_count : 7, // [30:24] 43 wds : 1; // [31:31] 44 uint32_t pn_31_0 : 32; // [31:0] 45 uint32_t pn_47_32 : 16, // [15:0] 46 mpdu_sequence_number : 12, // [27:16] [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 535 uint8_t tx_mpdu_start; member
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_api_mon.h | 1485 uint8_t tx_mpdu_start; member
|