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