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