Searched refs:OAM_LOG_LEVEL_DEBUG (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/ |
H A D | oam_ext_if.h | 70 #define oam_debug_log(vid, eid, fmt, args...) oam_logn(vid, eid, OAM_LOG_LEVEL_DEBUG, fmt, ##args) 71 #define oam_debug_log0(vid, eid, fmt) oam_log(vid, eid, OAM_LOG_LEVEL_DEBUG, fmt, 0, 0, 0, 0, 0) 72 #define oam_debug_log1(vid, eid, fmt, p1) oam_log(vid, eid, OAM_LOG_LEVEL_DEBUG, fmt, 1, p1,0, 0, 0) 73 #define oam_debug_log2(vid, eid, fmt, p1, p2) oam_log(vid, eid, OAM_LOG_LEVEL_DEBUG, fmt, 2, p1, p2, 0, 0) 74 #define oam_debug_log3(vid, eid, fmt, p1, p2, p3) oam_log(vid, eid, OAM_LOG_LEVEL_DEBUG, fmt, 3, p1, p2, p3, 0) 75 #define oam_debug_log4(vid, eid, fmt, p1, p2, p3, p4) oam_log(vid, eid, OAM_LOG_LEVEL_DEBUG, fmt, 4, p1, p2, p3, p4)
|
H A D | oam_log.c | 53 [OAM_LOG_LEVEL_DEBUG] = "D",
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_util.h | 203 OAM_LOG_LEVEL_DEBUG, /* INFO级别打印 */ enumerator
|
Completed in 5 milliseconds