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