Searched refs:IWN_DEBUG_TRACE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 440 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: begin\n",__func__); in iwn_attach() 718 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end\n",__func__); in iwn_attach() 731 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end in error\n",__func__); in iwn_attach() 1223 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn4965_attach() 1258 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__); in iwn4965_attach() 1266 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn5000_attach() 1296 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__); in iwn5000_attach() 1306 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_radiotap_attach() 1312 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s end\n", __func__); in iwn_radiotap_attach() 1399 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
|