Lines Matching defs:coex_rx_status
23 struct coex_rx_status { struct
25 uint32_t rx_mac_frame_status : 2,
26 rx_with_tx_response : 1,
27 rx_rate : 5,
28 rx_bw : 3,
29 single_mpdu : 1,
30 filter_status : 1,
31 ampdu : 1,
32 directed : 1,
33 reserved_0 : 1,
34 rx_nss : 3,
35 rx_rssi : 8,
36 rx_type : 3,
37 retry_bit_setting : 1,
38 more_data_bit_setting : 1;
39 uint32_t remain_rx_packet_time : 16,
40 rx_remaining_fes_time : 16;