Searched refs:TRACE_STR_END_ERR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/wpi/ |
H A D | if_wpi_debug.h | 57 #define TRACE_STR_END_ERR "->%s: end in error\n" macro
|
H A D | if_wpi.c | 563 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_attach() 1069 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_alloc_rx_ring() 1227 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_alloc_tx_ring() 1378 DPRINTF(sc, WPI_DEBUG_TRACE, error ? TRACE_STR_END_ERR : TRACE_STR_END, in wpi_read_eeprom() 1470 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_read_eeprom_channels() 1547 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_read_eeprom_group() 1734 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_newstate() 1840 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_newstate() 2770 end: DPRINTF(sc, WPI_DEBUG_TRACE, error ? TRACE_STR_END_ERR : TRACE_STR_END, in wpi_cmd2() 3106 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END_ERR, __func__); in wpi_raw_xmit() [all …]
|