Lines Matching defs:tx_mpdu_start
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]
38 raw_already_encrypted : 1, // [28:28]
39 frame_type : 2, // [30:29]
40 txdma_dropped_mpdu_warning : 1; // [31:31]
41 uint32_t iv_byte_0 : 8, // [7:0]
42 iv_byte_1 : 8, // [15:8]
43 iv_byte_2 : 8, // [23:16]
44 iv_byte_3 : 8; // [31:24]
45 uint32_t iv_byte_4 : 8, // [7:0]
46 iv_byte_5 : 8, // [15:8]
47 iv_byte_6 : 8, // [23:16]
48 iv_byte_7 : 8; // [31:24]
49 uint32_t iv_byte_8 : 8, // [7:0]
50 iv_byte_9 : 8, // [15:8]
51 iv_byte_10 : 8, // [23:16]
52 iv_byte_11 : 8; // [31:24]
53 uint32_t iv_byte_12 : 8, // [7:0]
54 iv_byte_13 : 8, // [15:8]
55 iv_byte_14 : 8, // [23:16]
56 iv_byte_15 : 8; // [31:24]
57 uint32_t iv_byte_16 : 8, // [7:0]
58 iv_byte_17 : 8, // [15:8]
59 iv_len : 5, // [20:16]
60 icv_len : 5, // [25:21]
61 vht_control_offset : 6; // [31:26]
62 uint32_t mpdu_type : 1, // [0:0]
63 transmit_bw_restriction : 1, // [1:1]
64 allowed_transmit_bw : 4, // [5:2]
65 tx_notify_frame : 3, // [8:6]
66 reserved_8a : 23; // [31:9]
67 uint32_t tlv64_padding : 32; // [31:0]