Searched defs:rx_trig_info (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | rx_trig_info.h | 23 struct rx_trig_info { struct 25 uint32_t rx_trigger_frame_type : 2, 26 trigger_resp_type : 3, 27 reserved_0 : 27; 28 uint32_t ppdu_duration : 16, 29 unique_destination_id : 16;
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | rx_trig_info.h | 23 struct rx_trig_info { struct 25 uint32_t rx_trigger_frame_type : 2, 26 trigger_resp_type : 3, 27 reserved_0 : 27; 28 uint32_t ppdu_duration : 16, 29 unique_destination_id : 16;
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | rx_trig_info.h | 36 struct rx_trig_info { struct 38 uint32_t rx_trigger_frame_type : 2, 39 trigger_resp_type : 3, 40 reserved_0 : 27; 41 uint32_t ppdu_duration : 16, 42 unique_destination_id : 16;
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | rx_trig_info.h | 36 struct rx_trig_info { struct 38 uint32_t rx_trigger_frame_type : 2, 39 trigger_resp_type : 3, 40 reserved_0 : 27; 41 uint32_t ppdu_duration : 16, 42 unique_destination_id : 16;
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | rx_trig_info.h | 27 struct rx_trig_info { struct 29 uint32_t rx_trigger_frame_type : 2, // [1:0] 30 trigger_resp_type : 3, // [4:2] 31 reserved_0 : 27; // [31:5] 32 uint32_t ppdu_duration : 16, // [15:0] 33 unique_destination_id : 16; // [31:16]
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | rx_trig_info.h | 36 struct rx_trig_info { struct 38 uint32_t rx_trigger_frame_type : 2, // [1:0] 39 trigger_resp_type : 3, // [4:2] 40 reserved_0 : 27; // [31:5] 41 uint32_t ppdu_duration : 16, // [15:0] 42 unique_destination_id : 16; // [31:16]
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | rx_trig_info.h | 29 struct rx_trig_info { struct 31 uint32_t rx_trigger_frame_type : 2, 32 trigger_resp_type : 3, 33 reserved_0 : 27; 34 uint32_t ppdu_duration : 16, 35 unique_destination_id : 16;
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | rx_trig_info.h | 29 struct rx_trig_info { struct 31 uint32_t rx_trigger_frame_type : 2, 32 trigger_resp_type : 3, 33 reserved_0 : 27; 34 uint32_t ppdu_duration : 16, 35 unique_destination_id : 16;
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 489 rx_trig_info:1, member
|