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