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