Home
last modified time | relevance | path

Searched defs:tx_mpdu_start (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/fw-api/hw/peach/v1/
H A Dtx_mpdu_start.h23 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 Dtx_mpdu_start.h23 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 Dtx_mpdu_start.h36 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 Dtx_mpdu_start.h29 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 Dtx_mpdu_start.h27 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 Dtx_mpdu_start.h29 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 Dtx_mpdu_start.h36 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 Dtx_mpdu_start.h36 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 Ddp_htt.h535 uint8_t tx_mpdu_start; member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h1485 uint8_t tx_mpdu_start; member