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