Home
last modified time | relevance | path

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

/src/sys/dev/aq/
H A Daq_fw.c114 aq_log_error("Neither RBL nor FLB started"); in aq_fw_reset()
137 aq_log_error("MAC reset failed: %d", err); in aq_fw_reset()
153 aq_log_error("F/W bootload error: unknown bootloader type"); in aq_fw_reset()
158 aq_log_error("RBL> Host Bootload mode: this driver does not support Host Boot"); in aq_fw_reset()
169 aq_log_error("RBL> F/W Host Bootload not implemented"); in aq_fw_reset()
194 aq_log_error("aq_fw_ops_init(): invalid F/W version %#x", in aq_fw_ops_init()
H A Daq_hw.c146 aq_log_error("aq_hw_init_ucp(): F/W reset failed, err %d", err); in aq_hw_init_ucp()
153 aq_log_error("could not initialize F/W ops, err %d", err); in aq_hw_init_ucp()
176 aq_log_error("atlantic: aq_hw_init_ucp(), wrong FW version: expected:%x actual:%x", in aq_hw_init_ucp()
208 aq_log_error("get_stats() not supported by F/W"); in aq_hw_mpi_read_stats()
229 aq_log_error("set_mode() not supported by F/W"); in aq_hw_mpi_set()
256 aq_log_error("get_mode() not supported by F/W"); in aq_hw_get_link_state()
262 aq_log_error("get_mode() failed, err %d", err); in aq_hw_get_link_state()
H A Daq_dbg.h123 #define aq_log_error(_fmt, args...) log_base_(lvl_error, "[!] " _fmt, ##args) macro
H A Daq_media.c166 aq_log_error("unknown media: 0x%X", user_media); in aq_mediachange()