Lines Matching defs:coex_rx_status
36 struct coex_rx_status { struct
38 uint32_t rx_mac_frame_status : 2,
39 rx_with_tx_response : 1,
40 rx_rate : 5,
41 rx_bw : 3,
42 single_mpdu : 1,
43 filter_status : 1,
44 ampdu : 1,
45 directed : 1,
46 reserved_0 : 1,
47 rx_nss : 3,
48 rx_rssi : 8,
49 rx_type : 3,
50 retry_bit_setting : 1,
51 more_data_bit_setting : 1;
52 uint32_t remain_rx_packet_time : 16,
53 rx_remaining_fes_time : 16;