Home
last modified time | relevance | path

Searched refs:QDF_RET_IP (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_mem.h184 qdf_mem_malloc_debug(size, __func__, __LINE__, QDF_RET_IP, 0)
187 qdf_mem_malloc_debug(size, func, line, QDF_RET_IP, 0)
190 qdf_mem_malloc_atomic_debug(size, __func__, __LINE__, QDF_RET_IP)
252 __func__, __LINE__, QDF_RET_IP)
330 __func__, __LINE__, QDF_RET_IP)
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_mem.h60 #define QDF_RET_IP NULL macro
292 #define QDF_RET_IP ((void *)_RET_IP_) macro
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c191 dp_err("Interface is not up: %ps", QDF_RET_IP); in validate_link_id()
217 dp_intf->dev->name, QDF_RET_IP); in is_dp_intf_valid()
H A Dwlan_dp_fisa_rx.c54 (void *)QDF_RET_IP, nbuf, qdf_nbuf_next(nbuf), in hex_dump_skb_data()