Lines Matching defs:coex_tx_req
27 struct coex_tx_req { struct
29 uint32_t tx_pwr : 8, // [7:0]
30 min_tx_pwr : 8, // [15:8]
31 nss : 3, // [18:16]
32 tx_chain_mask : 8, // [26:19]
33 bw : 3, // [29:27]
34 reserved_0 : 2; // [31:30]
35 uint32_t alt_tx_pwr : 8, // [7:0]
36 alt_min_tx_pwr : 8, // [15:8]
37 alt_nss : 3, // [18:16]
38 alt_tx_chain_mask : 8, // [26:19]
39 alt_bw : 3, // [29:27]
40 reserved_1 : 2; // [31:30]
41 uint32_t tx_pwr_1 : 8, // [7:0]
42 alt_tx_pwr_1 : 8, // [15:8]
43 wlan_request_duration : 16; // [31:16]
44 uint32_t wlan_pkt_type : 4, // [3:0]
45 coex_tx_reason : 2, // [5:4]
46 response_frame_type : 5, // [10:6]
47 wlan_low_priority_slicing_allowed : 1, // [11:11]
48 wlan_high_priority_slicing_allowed : 1, // [12:12]
49 sch_tx_burst_ongoing : 1, // [13:13]
50 coex_tx_priority : 4, // [17:14]
51 reserved_3a : 14; // [31:18]