Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 36) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_time.c155 bool qdf_system_time_after(qdf_time_t a, qdf_time_t b) in qdf_system_time_after()
162 bool qdf_system_time_before(qdf_time_t a, qdf_time_t b) in qdf_system_time_before()
169 bool qdf_system_time_after_eq(qdf_time_t a, qdf_time_t b) in qdf_system_time_after_eq()
Di_qdf_time.h285 static inline bool __qdf_system_time_after(__qdf_time_t a, __qdf_time_t b) in __qdf_system_time_after()
298 static inline bool __qdf_system_time_before(__qdf_time_t a, __qdf_time_t b) in __qdf_system_time_before()
312 static inline bool __qdf_system_time_after_eq(__qdf_time_t a, __qdf_time_t b) in __qdf_system_time_after_eq()
Dqdf_crypto.c45 static void xor(uint8_t *a, const uint8_t *b, size_t len) in xor()
157 static inline void xor_128(const uint8_t *a, const uint8_t *b, uint8_t *out) in xor_128()
Di_qdf_trace.h54 #define __printf(a, b) argument
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_time.h435 static inline bool qdf_system_time_after(qdf_time_t a, qdf_time_t b) in qdf_system_time_after()
440 static inline bool qdf_system_time_before(qdf_time_t a, qdf_time_t b) in qdf_system_time_before()
445 static inline bool qdf_system_time_after_eq(qdf_time_t a, qdf_time_t b) in qdf_system_time_after_eq()
Dqdf_util.h663 #define qdf_min(a, b) __qdf_min(a, b) argument
/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_packet.h164 #define INIT_HTC_PACKET_INFO(p, b, len) \ argument
171 #define SET_HTC_PACKET_INFO_RX_REFILL(p, c, b, len, ep) \ argument
185 #define SET_HTC_PACKET_INFO_TX(p, c, b, len, ep, tag) \ argument
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified.c226 #define WMI_COMMAND_RECORD(h, a, b) { \ argument
244 #define WMI_COMMAND_TX_CMP_RECORD(h, a, b, da, pa) { \ argument
278 #define WMI_EVENT_RECORD(h, a, b) { \ argument
296 #define WMI_RX_EVENT_RECORD(h, a, b) { \ argument
335 #define WMI_MGMT_COMMAND_RECORD(h, a, b) { \ argument
357 #define WMI_MGMT_COMMAND_TX_CMP_RECORD(h, a, b) { \ argument
382 #define WMI_MGMT_RX_EVENT_RECORD(h, a, b) do { \ argument
400 #define WMI_DIAG_RX_EVENT_RECORD(h, a, b) do { \ argument
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
Dwlan_mlo_mgr_ap.h29 #define WLAN_AID(b) ((b) & ~0xc000) argument
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/platform/inc/
Dsys_wrapper.h82 #define tx_timer_create(a, b, c, d, e, f, g, h) tx_timer_create_intern_debug((void *)a, b, c, d… argument
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_rx_defrag.h120 static inline void xor_block(uint8_t *b, const uint8_t *a, qdf_size_t len) in xor_block()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
Dlinux_ac.c718 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
Ddp_ratetable.h75 #define DP_ATH_EP_MUL(a, b) ((a) * (b)) argument
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
Dhal_5332.c706 int b, void *h1) in hal_reo_status_get_header_5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
Dhal_6432.c720 int b, void *h1) in hal_reo_status_get_header_6432()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
Ddfs.h107 #define DFS_MIN(a, b) ((a) < (b)?(a):(b)) argument
108 #define DFS_MAX(a, b) ((a) > (b)?(a) : (b)) argument
109 #define DFS_DIFF(a, b)(DFS_MAX(a, b) - DFS_MIN(a, b)) argument
147 #define DFS_MARGIN_EQUAL(a, b, margin) ((DFS_DIFF(a, b)) <= margin) argument
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c1160 static void hal_reo_status_get_header_kiwi(hal_ring_desc_t ring_desc, int b, in hal_reo_status_get_header_kiwi()
/wlan-driver/qca-wifi-host-cmn/utils/sys/
Dqueue.h563 static inline void insque(void *a, void *b) in insque()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
Dhal_9224.h1048 int b, void *h1) in hal_reo_status_get_header_9224()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v1/
Dhal_8074v1.c662 static void hal_reo_status_get_header_8074v1(hal_ring_desc_t ring_desc, int b, in hal_reo_status_get_header_8074v1()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/
Dhal_8074v2.c645 static void hal_reo_status_get_header_8074v2(hal_ring_desc_t ring_desc, int b, in hal_reo_status_get_header_8074v2()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6390/
Dhal_6390.c621 static void hal_reo_status_get_header_6390(hal_ring_desc_t ring_desc, int b, in hal_reo_status_get_header_6390()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6290/
Dhal_6290.c619 static void hal_reo_status_get_header_6290(hal_ring_desc_t ring_desc, int b, in hal_reo_status_get_header_6290()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_def_i.h165 #define WLAN_CRYPTO_SELECTOR(a, b, c, d) \ argument
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
Dhal_6750.c1043 static void hal_reo_status_get_header_6750(hal_ring_desc_t ring_desc, int b, in hal_reo_status_get_header_6750()

12