Home
last modified time | relevance | path

Searched refs:trace_error (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/aq/
H A Daq_fw.c256 trace_error(hw, dbg_init, in mac_soft_reset_flb()
287 trace_error(hw, dbg_init, "FLB> Global Soft Reset failed"); in mac_soft_reset_flb()
332 trace_error(hw, dbg_init, "RBL> RBL restart failed: timeout"); in mac_soft_reset_rbl()
345 trace_error(hw, dbg_init, "unknown RBL status 0x%x", rbl_status); in mac_soft_reset_rbl()
362 trace_error(hw, dbg_init, in wait_init_mac_firmware()
H A Daq_fw2x.c259 trace_error(hw, dbg_init, in aq_fw2x_reset()
327 trace_error(hw, dbg_init, "fw2x> unknown MPI state %d", mode); in aq_fw2x_set_mode()
391 trace_error(hw, dbg_init, "couldn't read eFUSE Shadow Address"); in aq_fw2x_get_mac_addr()
463 trace_error(hw, dbg_fw, in aq_fw2x_get_stats()
494 trace_error(hw, dbg_fw, in aq_fw2x_get_temp()
H A Daq_fw1x.c203 trace_error(hw, dbg_init, "F/W 1.x reset finalize timeout"); in aq_fw1x_reset()
273 trace_error(hw, dbg_init, "couldn't read eFUSE Shadow Address"); in aq_fw1x_get_mac_addr()
H A Daq2_fw.c199 trace_error(hw, dbg_fw, "aq2> shared buffer ack timed out"); in aq2_fw_wait_shared_ack()
451 trace_error(hw, dbg_fw, in aq2_fw_get_stats()
509 trace_error(hw, dbg_fw, in aq2_fw_get_link_counters()
H A Daq_dbg.h144 #define trace_error(_hw, _cat, _fmt, args...) \ macro