Home
last modified time | relevance | path

Searched defs:coex_tx_status (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/fw-api/hw/kiwi/v2/
H A Dcoex_tx_status.h29 struct coex_tx_status { struct
31 uint32_t reserved_0a : 7,
32 tx_bw : 3,
33 tx_status_reason : 3,
34 tx_wait_ack : 1,
35 fes_tx_is_gen_frame : 1,
36 sch_tx_burst_ongoing : 1,
37 current_tx_duration : 16;
38 uint32_t next_rx_active_time : 16,
39 remaining_fes_time : 16;
[all …]
/wlan-driver/fw-api/hw/qcn6432/
H A Dcoex_tx_status.h27 struct coex_tx_status { struct
29 uint32_t reserved_0a : 7, // [6:0]
30 tx_bw : 3, // [9:7]
31 tx_status_reason : 3, // [12:10]
32 tx_wait_ack : 1, // [13:13]
33 fes_tx_is_gen_frame : 1, // [14:14]
34 sch_tx_burst_ongoing : 1, // [15:15]
35 current_tx_duration : 16; // [31:16]
36 uint32_t next_rx_active_time : 16, // [15:0]
37 remaining_fes_time : 16; // [31:16]
[all …]
/wlan-driver/fw-api/hw/qca5332/
H A Dcoex_tx_status.h36 struct coex_tx_status { struct
38 uint32_t reserved_0a : 7, // [6:0]
39 tx_bw : 3, // [9:7]
40 tx_status_reason : 3, // [12:10]
41 tx_wait_ack : 1, // [13:13]
42 fes_tx_is_gen_frame : 1, // [14:14]
43 sch_tx_burst_ongoing : 1, // [15:15]
44 current_tx_duration : 16; // [31:16]
45 uint32_t next_rx_active_time : 16, // [15:0]
46 remaining_fes_time : 16; // [31:16]
[all …]
/wlan-driver/fw-api/hw/qca5424/
H A Dcoex_tx_status.h29 struct coex_tx_status { struct
31 uint32_t reserved_0a : 7,
32 tx_bw : 3,
33 tx_status_reason : 3,
34 tx_wait_ack : 1,
35 fes_tx_is_gen_frame : 1,
36 sch_tx_burst_ongoing : 1,
37 current_tx_duration : 16;
38 uint32_t next_rx_active_time : 16,
39 remaining_fes_time : 16;
[all …]
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dcoex_tx_status.h36 struct coex_tx_status { struct
38 uint32_t reserved_0a : 7,
39 tx_bw : 3,
40 tx_status_reason : 3,
41 tx_wait_ack : 1,
42 fes_tx_is_gen_frame : 1,
43 sch_tx_burst_ongoing : 1,
44 current_tx_duration : 16;
45 uint32_t next_rx_active_time : 16,
46 remaining_fes_time : 16;
[all …]
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dcoex_tx_status.h36 struct coex_tx_status { struct
38 uint32_t reserved_0a : 7,
39 tx_bw : 3,
40 tx_status_reason : 3,
41 tx_wait_ack : 1,
42 fes_tx_is_gen_frame : 1,
43 sch_tx_burst_ongoing : 1,
44 current_tx_duration : 16;
45 uint32_t next_rx_active_time : 16,
46 remaining_fes_time : 16;
[all …]
/wlan-driver/fw-api/hw/peach/v2/
H A Dcoex_tx_status.h23 struct coex_tx_status { struct
25 uint32_t reserved_0a : 7,
26 tx_bw : 3,
27 tx_status_reason : 3,
28 tx_wait_ack : 1,
29 fes_tx_is_gen_frame : 1,
30 sch_tx_burst_ongoing : 1,
31 current_tx_duration : 16;
32 uint32_t next_rx_active_time : 16,
33 remaining_fes_time : 16;
[all …]
/wlan-driver/fw-api/hw/peach/v1/
H A Dcoex_tx_status.h23 struct coex_tx_status { struct
25 uint32_t reserved_0a : 7,
26 tx_bw : 3,
27 tx_status_reason : 3,
28 tx_wait_ack : 1,
29 fes_tx_is_gen_frame : 1,
30 sch_tx_burst_ongoing : 1,
31 current_tx_duration : 16;
32 uint32_t next_rx_active_time : 16,
33 remaining_fes_time : 16;
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h439 coex_tx_status:1, member