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