Searched refs:msg_level (Results 1 – 5 of 5) sorted by relevance
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/cfg/ |
| D | sal_cfg.h | 36 typedef hi_u32 (*oam_log_msg0_func)(hi_u32 msg_id, hi_u16 msg_level); 37 typedef hi_u32 (*oam_log_msg1_func)(hi_u32 msg_id, hi_u32 d0, hi_u16 msg_level); 38 typedef hi_u32 (*oam_log_msg2_func)(hi_u32 msg_id, hi_u32 d0, hi_u32 d1, hi_u16 msg_level); 39 …edef hi_u32 (*oam_log_msg3_func)(hi_u32 msg_id, hi_u32 d0, hi_u32 d1, hi_u32 d2, hi_u16 msg_level); 40 typedef hi_u32 (*oam_log_msg4_func)(hi_u32 msg_id, diag_log_msg log_msg, hi_u16 msg_level); 41 …f hi_u32 (*oam_log_msg_buffer_func)(hi_u32 msg_id, hi_pvoid buffer, hi_u16 size, hi_u16 msg_level);
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_diag.h | 298 hi_u32 hi_diag_report_usr_msg(const hi_diag_layer_msg* diag_usr_msg, hi_u16 msg_level); 319 hi_u32 hi_diag_log_msg0(hi_u32 msg_id, hi_u16 msg_level); 341 hi_u32 hi_diag_log_msg1(hi_u32 msg_id, hi_u32 d0, hi_u16 msg_level); 364 hi_u32 hi_diag_log_msg2(hi_u32 msg_id, hi_u32 d0, hi_u32 d1, hi_u16 msg_level); 388 hi_u32 hi_diag_log_msg3(hi_u32 msg_id, hi_u32 d0, hi_u32 d1, hi_u32 d2, hi_u16 msg_level); 410 hi_u32 hi_diag_log_msg4(hi_u32 msg_id, diag_log_msg log_msg, hi_u16 msg_level); 435 hi_u32 hi_diag_log_msg_buffer(hi_u32 msg_id, hi_pvoid buffer, hi_u16 size, hi_u16 msg_level); 696 …ef hi_u32 (*hi_diag_sys_msg_forward_func)(const hi_diag_layer_msg *diag_sys_msg, hi_u16 msg_level); 699 …ef hi_u32 (*hi_diag_usr_msg_forward_func)(const hi_diag_layer_msg* diag_usr_msg, hi_u16 msg_level);
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/ |
| D | hal_halmac.c | 503 static u8 _halmac_msg_print(void *p, u32 msg_type, u8 msg_level, s8 *fmt, ...) in _halmac_msg_print() argument 519 if (is_msg_allowed(drv_level, msg_level) == _FALSE) in _halmac_msg_print() 535 if (msg_level == HALMAC_DBG_ALWAYS) in _halmac_msg_print() 537 else if (msg_level <= HALMAC_DBG_ERR) in _halmac_msg_print() 539 else if (msg_level <= HALMAC_DBG_WARN) in _halmac_msg_print() 547 static u8 _halmac_buff_print(void *p, u32 msg_type, u8 msg_level, s8 *buf, u32 size) in _halmac_buff_print() argument 549 if (msg_level <= HALMAC_DBG_WARN) in _halmac_buff_print()
|
| /device/soc/rockchip/common/vendor/drivers/net/usb/ |
| D | meig_cdc_driver.c | 61 static int msg_level = -1; variable 62 module_param(msg_level, int, 0); 63 MODULE_PARM_DESC(msg_level, "Override default message level"); 2668 dev->msg_enable = netif_msg_init(msg_level, NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK);
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/ |
| D | halmac_type.h | 1392 u8 (*MSG_PRINT)(void *drv_adapter, u32 msg_type, u8 msg_level, 1394 u8 (*BUFF_PRINT)(void *drv_adapter, u32 msg_type, u8 msg_level, s8 *buf,
|