Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_keycache.c310 DPRINTF(sc, ATH_DEBUG_KEYCACHE, in key_alloc_2pair()
319 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: out of pair space\n", __func__); in key_alloc_2pair()
358 DPRINTF(sc, ATH_DEBUG_KEYCACHE, in key_alloc_pair()
365 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: out of pair space\n", __func__); in key_alloc_pair()
397 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: key %u\n", in key_alloc_single()
403 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: out of space\n", __func__); in key_alloc_single()
439 DPRINTF(sc, ATH_DEBUG_KEYCACHE, in ath_key_alloc()
493 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s: delete key %u\n", __func__, keyix); in ath_key_delete()
H A Dif_ath_debug.h51 ATH_DEBUG_KEYCACHE = 0x000020000ULL, /* key cache management */ enumerator
102 if (sc->sc_debug & ATH_DEBUG_KEYCACHE) \
H A Dif_ath.c3603 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s:\n", __func__); in ath_key_update_begin()
3612 DPRINTF(sc, ATH_DEBUG_KEYCACHE, "%s:\n", __func__); in ath_key_update_end()
/freebsd/tools/tools/ath/athdebug/
H A Dathdebug.c67 ATH_DEBUG_KEYCACHE = 0x00020000, /* key cache management */ enumerator
98 { "keycache", ATH_DEBUG_KEYCACHE },