Lines Matching defs:receive_user_info
25 struct receive_user_info { struct
27 uint32_t phy_ppdu_id : 16, // [15:0]
28 user_rssi : 8, // [23:16]
29 pkt_type : 4, // [27:24]
30 stbc : 1, // [28:28]
31 reception_type : 3; // [31:29]
32 uint32_t rate_mcs : 4, // [3:0]
33 sgi : 2, // [5:4]
34 he_ranging_ndp : 1, // [6:6]
35 reserved_1a : 1, // [7:7]
36 mimo_ss_bitmap : 8, // [15:8]
37 receive_bandwidth : 3, // [18:16]
38 reserved_1b : 5, // [23:19]
39 dl_ofdma_user_index : 8; // [31:24]
40 uint32_t dl_ofdma_content_channel : 1, // [0:0]
41 reserved_2a : 7, // [7:1]
42 nss : 3, // [10:8]
43 stream_offset : 3, // [13:11]
44 sta_dcm : 1, // [14:14]
45 ldpc : 1, // [15:15]
46 ru_type_80_0 : 4, // [19:16]
47 ru_type_80_1 : 4, // [23:20]
48 ru_type_80_2 : 4, // [27:24]
49 ru_type_80_3 : 4; // [31:28]
50 uint32_t ru_start_index_80_0 : 6, // [5:0]
51 reserved_3a : 2, // [7:6]
52 ru_start_index_80_1 : 6, // [13:8]
53 reserved_3b : 2, // [15:14]
54 ru_start_index_80_2 : 6, // [21:16]
55 reserved_3c : 2, // [23:22]
56 ru_start_index_80_3 : 6, // [29:24]
57 reserved_3d : 2; // [31:30]
58 uint32_t user_fd_rssi_seg0 : 32; // [31:0]
59 uint32_t user_fd_rssi_seg1 : 32; // [31:0]
60 uint32_t user_fd_rssi_seg2 : 32; // [31:0]
61 uint32_t user_fd_rssi_seg3 : 32; // [31:0]