Searched refs:TRACE_STR_END (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/wpi/ |
H A D | if_wpi_debug.h | 56 #define TRACE_STR_END "->%s: end\n" macro
|
H A D | if_wpi.c | 559 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_attach() 580 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_radiotap_attach() 725 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_detach() 885 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_read_prom_data() 1063 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_alloc_rx_ring() 1222 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_alloc_tx_ring() 1378 DPRINTF(sc, WPI_DEBUG_TRACE, error ? TRACE_STR_END_ERR : TRACE_STR_END, in wpi_read_eeprom() 1479 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_read_eeprom_channels() 1570 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_read_eeprom_group() 1844 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_newstate() [all …]
|