Lines Matching defs:coex_tx_req
23 struct coex_tx_req { struct
25 uint32_t tx_pwr : 8,
26 min_tx_pwr : 8,
27 nss : 3,
28 tx_chain_mask : 8,
29 bw : 3,
30 reserved_0 : 2;
31 uint32_t alt_tx_pwr : 8,
32 alt_min_tx_pwr : 8,
33 alt_nss : 3,
34 alt_tx_chain_mask : 8,
35 alt_bw : 3,
36 reserved_1 : 2;
37 uint32_t tx_pwr_1 : 8,
38 alt_tx_pwr_1 : 8,
39 wlan_request_duration : 16;
40 uint32_t wlan_pkt_type : 4,
41 coex_tx_reason : 2,
42 response_frame_type : 5,
43 wlan_low_priority_slicing_allowed : 1,
44 wlan_high_priority_slicing_allowed : 1,
45 sch_tx_burst_ongoing : 1,
46 coex_tx_priority : 4,
47 reserved_3a : 14;