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