Searched defs:rxpcu_early_rx_indication (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | rxpcu_early_rx_indication.h | 29 struct rxpcu_early_rx_indication { struct 31 uint32_t pkt_type : 4, 32 dot11ax_su_extended : 1, 33 rate_mcs : 4, 34 dot11ax_received_ext_ru_size : 4, 35 reserved_0a : 19; 36 uint32_t tlv64_padding : 32;
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | rxpcu_early_rx_indication.h | 36 struct rxpcu_early_rx_indication { struct 38 uint32_t pkt_type : 4, 39 dot11ax_su_extended : 1, 40 rate_mcs : 4, 41 dot11ax_received_ext_ru_size : 4, 42 reserved_0a : 19; 43 uint32_t tlv64_padding : 32;
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | rxpcu_early_rx_indication.h | 27 struct rxpcu_early_rx_indication { struct 29 uint32_t pkt_type : 4, // [3:0] 30 dot11ax_su_extended : 1, // [4:4] 31 rate_mcs : 4, // [8:5] 32 dot11ax_received_ext_ru_size : 4, // [12:9] 33 reserved_0a : 19; // [31:13] 34 uint32_t tlv64_padding : 32; // [31:0]
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | rxpcu_early_rx_indication.h | 29 struct rxpcu_early_rx_indication { struct 31 uint32_t pkt_type : 4, 32 dot11ax_su_extended : 1, 33 rate_mcs : 4, 34 dot11ax_received_ext_ru_size : 4, 35 reserved_0a : 19; 36 uint32_t tlv64_padding : 32;
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | rxpcu_early_rx_indication.h | 36 struct rxpcu_early_rx_indication { struct 38 uint32_t pkt_type : 4, // [3:0] 39 dot11ax_su_extended : 1, // [4:4] 40 rate_mcs : 4, // [8:5] 41 dot11ax_received_ext_ru_size : 4, // [12:9] 42 reserved_0a : 19; // [31:13] 43 uint32_t tlv64_padding : 32; // [31:0]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | rxpcu_early_rx_indication.h | 36 struct rxpcu_early_rx_indication { struct 38 uint32_t pkt_type : 4, 39 dot11ax_su_extended : 1, 40 rate_mcs : 4, 41 dot11ax_received_ext_ru_size : 4, 42 reserved_0a : 19; 43 uint32_t tlv64_padding : 32;
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | rxpcu_early_rx_indication.h | 23 struct rxpcu_early_rx_indication { struct 25 uint32_t pkt_type : 4, 26 dot11ax_su_extended : 1, 27 rate_mcs : 4, 28 dot11ax_received_ext_ru_size : 4, 29 reserved_0a : 19;
|
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | rxpcu_early_rx_indication.h | 23 struct rxpcu_early_rx_indication { struct 25 uint32_t pkt_type : 4, 26 dot11ax_su_extended : 1, 27 rate_mcs : 4, 28 dot11ax_received_ext_ru_size : 4, 29 reserved_0a : 19;
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 501 rxpcu_early_rx_indication:1, member
|