|
iPXE
|
Go to the source code of this file.
Macros | |
| #define | MLX_PRINT(...) |
| #define | MLX_DEBUG_FATAL_ERROR(...) |
| #define | MLX_DEBUG_ERROR(...) |
| #define | MLX_DEBUG_WARN(...) |
| #define | MLX_DEBUG_INFO1(...) |
| #define | MLX_DEBUG_INFO2(...) |
| #define | MLX_DBG_ERROR(...) |
| #define | MLX_DBG_WARN(...) |
| #define | MLX_DBG_INFO1(...) |
| #define | MLX_DBG_INFO2(...) |
| #define | MLX_TRACE_1_START() |
| #define | MLX_TRACE_1_END() |
| #define | MLX_TRACE_1_END_STATUS(status) |
| #define | MLX_TRACE_2_START() |
| #define | MLX_TRACE_2_END() |
| #define | MLX_TRACE_2_END_STATUS(status) |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| #define MLX_PRINT | ( | ... | ) |
Definition at line 27 of file mlx_logging.h.
| #define MLX_DEBUG_FATAL_ERROR | ( | ... | ) |
Definition at line 28 of file mlx_logging.h.
Referenced by nodnic_port_set().
| #define MLX_DEBUG_ERROR | ( | ... | ) |
Definition at line 29 of file mlx_logging.h.
Referenced by flexboot_nodnic_arm_cq(), flexboot_nodnic_probe(), mlx_blink_leds(), mlx_get_max_mtu(), mlx_get_max_speed(), mlx_icmd_go(), mlx_icmd_send_command(), mlx_set_admin_mtu(), mlx_set_link_speed(), nodnic_device_get_nodnic_data(), nodnic_port_destroy_cq(), nodnic_port_destroy_qp(), nvconfig_nvdata_access(), nvconfig_nvdata_invalidate(), nvconfig_query_capability(), nvconfig_read_general_default_values(), nvconfig_read_port_default_values(), nvconfig_read_rom_ini_values(), and nvconfig_set_fw_reset_level().
| #define MLX_DEBUG_WARN | ( | ... | ) |
Definition at line 30 of file mlx_logging.h.
Referenced by flexboot_nodnic_enable_dma(), flexboot_nodnic_port_disable_dma(), and nodnic_port_check_and_set_dma().
| #define MLX_DEBUG_INFO1 | ( | ... | ) |
Definition at line 31 of file mlx_logging.h.
Referenced by nodnic_port_set_send_uar_offset().
| #define MLX_DEBUG_INFO2 | ( | ... | ) |
Definition at line 32 of file mlx_logging.h.
| #define MLX_DBG_ERROR | ( | ... | ) |
Definition at line 33 of file mlx_logging.h.
| #define MLX_DBG_WARN | ( | ... | ) |
Definition at line 34 of file mlx_logging.h.
| #define MLX_DBG_INFO1 | ( | ... | ) |
Definition at line 35 of file mlx_logging.h.
| #define MLX_DBG_INFO2 | ( | ... | ) |
Definition at line 36 of file mlx_logging.h.
| #define MLX_TRACE_1_START | ( | ) |
Definition at line 38 of file mlx_logging.h.
| #define MLX_TRACE_1_END | ( | ) |
Definition at line 39 of file mlx_logging.h.
| #define MLX_TRACE_1_END_STATUS | ( | status | ) |
Definition at line 40 of file mlx_logging.h.
| #define MLX_TRACE_2_START | ( | ) |
Definition at line 41 of file mlx_logging.h.
| #define MLX_TRACE_2_END | ( | ) |
Definition at line 42 of file mlx_logging.h.
| #define MLX_TRACE_2_END_STATUS | ( | status | ) |
Definition at line 43 of file mlx_logging.h.
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |