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