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