Lines Matching defs:receive_user_info
34 struct receive_user_info { struct
35 uint32_t phy_ppdu_id : 16, //[15:0]
36 user_rssi : 8, //[23:16]
37 pkt_type : 4, //[27:24]
38 stbc : 1, //[28]
39 reception_type : 3; //[31:29]
40 uint32_t rate_mcs : 4, //[3:0]
41 sgi : 2, //[5:4]
42 receive_bandwidth : 2, //[7:6]
43 mimo_ss_bitmap : 8, //[15:8]
44 ofdma_ru_allocation : 8, //[23:16]
45 ofdma_user_index : 7, //[30:24]
46 ofdma_content_channel : 1; //[31]
47 uint32_t ldpc : 1, //[0]
48 ru_width : 7, //[7:1]
49 reserved_2a : 24; //[31:8]