Home
last modified time | relevance | path

Searched defs:mon_drop (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/fw-api/hw/peach/v1/
H A Dmon_drop.h23 struct mon_drop { struct
25 uint32_t ppdu_id : 32;
26 uint32_t ppdu_drop_cnt : 10,
27 mpdu_drop_cnt : 10,
28 tlv_drop_cnt : 10,
29 end_of_ppdu_seen : 1,
30 reserved_1a : 1;
/wlan-driver/fw-api/hw/peach/v2/
H A Dmon_drop.h23 struct mon_drop { struct
25 uint32_t ppdu_id : 32;
26 uint32_t ppdu_drop_cnt : 10,
27 mpdu_drop_cnt : 10,
28 tlv_drop_cnt : 10,
29 end_of_ppdu_seen : 1,
30 reserved_1a : 1;
/wlan-driver/fw-api/hw/qca5332/
H A Dmon_drop.h36 struct mon_drop { struct
38 uint32_t ppdu_id : 32; // [31:0]
39 uint32_t ppdu_drop_cnt : 10, // [9:0]
40 mpdu_drop_cnt : 10, // [19:10]
41 tlv_drop_cnt : 10, // [29:20]
42 end_of_ppdu_seen : 1, // [30:30]
43 reserved_1a : 1; // [31:31]
/wlan-driver/fw-api/hw/qcn6432/
H A Dmon_drop.h27 struct mon_drop { struct
29 uint32_t ppdu_id : 32; // [31:0]
30 uint32_t ppdu_drop_cnt : 10, // [9:0]
31 mpdu_drop_cnt : 10, // [19:10]
32 tlv_drop_cnt : 10, // [29:20]
33 end_of_ppdu_seen : 1, // [30:30]
34 reserved_1a : 1; // [31:31]
/wlan-driver/fw-api/hw/kiwi/v2/
H A Dmon_drop.h29 struct mon_drop { struct
31 uint32_t ppdu_id : 32;
32 uint32_t ppdu_drop_cnt : 10,
33 mpdu_drop_cnt : 10,
34 tlv_drop_cnt : 10,
35 end_of_ppdu_seen : 1,
36 reserved_1a : 1;
/wlan-driver/fw-api/hw/qca5424/
H A Dmon_drop.h29 struct mon_drop { struct
31 uint32_t ppdu_id : 32;
32 uint32_t ppdu_drop_cnt : 10,
33 mpdu_drop_cnt : 10,
34 tlv_drop_cnt : 10,
35 end_of_ppdu_seen : 1,
36 reserved_1a : 1;
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dmon_drop.h36 struct mon_drop { struct
38 uint32_t ppdu_id : 32;
39 uint32_t ppdu_drop_cnt : 10,
40 mpdu_drop_cnt : 10,
41 tlv_drop_cnt : 10,
42 end_of_ppdu_seen : 1,
43 reserved_1a : 1;
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dmon_drop.h33 struct mon_drop { struct
35 uint32_t ppdu_id : 32;
36 uint32_t ppdu_drop_cnt : 10,
37 mpdu_drop_cnt : 10,
38 tlv_drop_cnt : 10,
39 end_of_ppdu_seen : 1,
40 reserved_1a : 1;