Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 19 of 19) sorted by relevance

/wlan-dirver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_ptr_hash.h66 int8_t bits; member
81 #define __qdf_ptr_hash_size(bits) (sizeof(struct qdf_ptr_hash) + \ argument
112 qdf_ptr_hash_declare_ptr(name,bits) global() argument
155 qdf_ptr_hash_create(uint8_t bits) qdf_ptr_hash_create() argument
[all...]
H A Dqdf_tracker.h55 #define qdf_tracker_declare(name, bits, _leak_title, \ argument
H A Dqdf_hashtable.h46 #define qdf_ht_declare(name, bits) __qdf_ht_declare(name, bits) argument
H A Dqdf_util.h205 #define qdf_bitmap(name, bits) __qdf_bitmap(name, bits) argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_rcsa.c
H A Ddfs_process_radar_found_ind.c998 uint16_t bits = 0x1; in dfs_generate_radar_bitmap() local
/wlan-dirver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_defrag.h128 static inline uint32_t rotl(uint32_t val, int bits) in rotl() argument
133 static inline uint32_t rotr(uint32_t val, int bits) in rotr() argument
/wlan-dirver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_ptr_hash.h24 #define __qdf_ptr_hash_key(key, bits) hash_long(key, bits) argument
H A Di_qdf_hashtable.h27 __qdf_ht_declare(name,bits) global() argument
H A Di_qdf_util.h83 #define __qdf_bitmap(name, bits) DECLARE_BITMAP(name, bits) argument
[all...]
H A Di_qdf_nbuf_m.h328 } bits; global() member
[all...]
H A Di_qdf_nbuf_w.h307 } bits; global() member
[all...]
/wlan-dirver/fw-api/fw/
H A Dwal_rx_desc.h100 }bits; member
169 } bits; member
/wlan-dirver/qcacld-3.0/core/wma/src/
H A Dwma_he.c126 int bits, req_byte; in wma_convert_he_ppet() local
941 uint8_t bits, pad, pad_bits, req_byte; in wma_parse_he_ppet() local
[all...]
/wlan-dirver/qca-wifi-host-cmn/qdf/test/
H A Dqdf_hashtable_test.c33 const int bits = QDF_HT_HASH_BITS; in qdf_ht_test_single() local
/wlan-dirver/qca-wifi-host-cmn/crypto/inc/
H A Dwlan_crypto_aes_i.h
/wlan-dirver/qca-wifi-host-cmn/crypto/src/
H A Dwlan_crypto_tkip_sw.c
/wlan-dirver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.h444 static inline uint32_t dp_rx_rotl(uint32_t val, int bits) in dp_rx_rotl() argument
456 dp_rx_rotr(uint32_t val,int bits) dp_rx_rotr() argument
[all...]
H A Ddp_htt.c3614 uint8_t msg_type, valid, bits, offset; local