Searched refs:IWN_DEBUG_TRACE (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/iwn/ |
| H A D | if_iwn.c | 440 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: begin\n",__func__); in iwn_attach() 723 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end\n",__func__); in iwn_attach() 736 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end in error\n",__func__); in iwn_attach() 1228 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn4965_attach() 1263 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__); in iwn4965_attach() 1271 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn5000_attach() 1301 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__); in iwn5000_attach() 1311 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_radiotap_attach() 1317 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s end\n", __func__); in iwn_radiotap_attach() 1404 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_detach() [all …]
|
| H A D | if_iwn_debug.h | 47 IWN_DEBUG_TRACE = 0x40000000, /* Print begin and start driver function */ enumerator
|