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