Home
last modified time | relevance | path

Searched refs:TRACE_STR_END (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c578 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_attach()
599 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_radiotap_attach()
744 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_detach()
904 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_read_prom_data()
1094 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_alloc_rx_ring()
1259 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_alloc_tx_ring()
1516 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_read_eeprom_channels()
1607 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_read_eeprom_group()
1881 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_newstate()
2142 DPRINTF(sc, WPI_DEBUG_TRACE, TRACE_STR_END, __func__); in wpi_tx_done()
[all …]
H A Dif_wpi_debug.h58 #define TRACE_STR_END "->%s: end\n" macro