Home
last modified time | relevance | path

Searched defs:rx_preamble (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/fw-api/hw/kiwi/v2/
Drx_preamble.h29 struct rx_preamble { struct
31 uint32_t num_users : 6,
32 pkt_type : 4,
33 direction : 1,
34 reserved_0a : 21;
35 uint32_t tlv64_padding : 32;
/wlan-driver/fw-api/hw/qcn9224/v1/
Drx_preamble.h36 struct rx_preamble { struct
38 uint32_t num_users : 6,
39 pkt_type : 4,
40 direction : 1,
41 reserved_0a : 21;
42 uint32_t tlv64_padding : 32;
/wlan-driver/fw-api/hw/qcn6432/
Drx_preamble.h27 struct rx_preamble { struct
29 uint32_t num_users : 6, // [5:0]
30 pkt_type : 4, // [9:6]
31 direction : 1, // [10:10]
32 reserved_0a : 21; // [31:11]
33 uint32_t tlv64_padding : 32; // [31:0]
/wlan-driver/fw-api/hw/qca5424/
Drx_preamble.h29 struct rx_preamble { struct
31 uint32_t num_users : 6,
32 pkt_type : 4,
33 direction : 1,
34 reserved_0a : 21;
35 uint32_t tlv64_padding : 32;
/wlan-driver/fw-api/hw/qca5332/
Drx_preamble.h36 struct rx_preamble { struct
38 uint32_t num_users : 6, // [5:0]
39 pkt_type : 4, // [9:6]
40 direction : 1, // [10:10]
41 reserved_0a : 21; // [31:11]
42 uint32_t tlv64_padding : 32; // [31:0]
/wlan-driver/fw-api/hw/qcn9224/v2/
Drx_preamble.h36 struct rx_preamble { struct
38 uint32_t num_users : 6,
39 pkt_type : 4,
40 direction : 1,
41 reserved_0a : 21;
42 uint32_t tlv64_padding : 32;
/wlan-driver/fw-api/hw/peach/v2/
Drx_preamble.h23 struct rx_preamble { struct
25 uint32_t num_users : 6,
26 pkt_type : 4,
27 direction : 1,
28 reserved_0a : 21;
/wlan-driver/fw-api/hw/peach/v1/
Drx_preamble.h23 struct rx_preamble { struct
25 uint32_t num_users : 6,
26 pkt_type : 4,
27 direction : 1,
28 reserved_0a : 21;
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_htt.h508 rx_preamble:1, member
/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_api.h676 uint8_t rx_preamble; member
/wlan-driver/fw-api/fw/
Dwmi_unified.h11663 A_UINT32 rx_preamble; /* Bits 26-25 from rx_rate_kbps */ member