Lines Matching defs:coex_rx_status
29 struct coex_rx_status { struct
31 uint32_t rx_mac_frame_status : 2,
32 rx_with_tx_response : 1,
33 rx_rate : 5,
34 rx_bw : 3,
35 single_mpdu : 1,
36 filter_status : 1,
37 ampdu : 1,
38 directed : 1,
39 reserved_0 : 1,
40 rx_nss : 3,
41 rx_rssi : 8,
42 rx_type : 3,
43 retry_bit_setting : 1,
44 more_data_bit_setting : 1;
45 uint32_t remain_rx_packet_time : 16,
46 rx_remaining_fes_time : 16;