Home
last modified time | relevance | path

Searched refs:ATH_DEBUG_KEYCACHE (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/ath/
Dif_ath_keycache.c278 DPRINTF(sc, ATH_DEBUG_KEYCACHE, in key_alloc_2pair()
287 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: out of pair space\n", __func__); in key_alloc_2pair()
328 DPRINTF(sc, ATH_DEBUG_KEYCACHE, in key_alloc_pair()
335 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: out of pair space\n", __func__); in key_alloc_pair()
361 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: key %u\n", in key_alloc_single()
367 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: out of space\n", __func__); in key_alloc_single()
405 DPRINTF(sc, ATH_DEBUG_KEYCACHE, in ath_key_alloc()
458 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: delete key %u\n", __func__, keyix); in ath_key_delete()
Dif_ath_debug.h51 ATH_DEBUG_KEYCACHE = 0x00020000, /* key cache management */ enumerator
74 if (sc->sc_debug & ATH_DEBUG_KEYCACHE) \
Dif_ath.c1942 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s:\n", __func__); in ath_key_update_begin()
1953 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s:\n", __func__); in ath_key_update_end()
/freebsd-9-stable/tools/tools/ath/athdebug/
Dathdebug.c69 ATH_DEBUG_KEYCACHE = 0x00020000, /* key cache management */ enumerator
100 { "keycache", ATH_DEBUG_KEYCACHE },