Searched refs:ath_halfix (Results 1 – 1 of 1) sorted by relevance
46 struct ath_halfix { struct52 static struct ath_halfix ath_halfix[ATH_MAX_HALMEM]; argument96 if (ath_halfix[i].p == NULL) in ath_hal_malloc()104 ath_halfix[i].p = p; in ath_hal_malloc()105 ath_halfix[i].size = size; in ath_hal_malloc()116 if (ath_halfix[i].p == p) in ath_hal_free()123 kmem_free(p, ath_halfix[i].size); in ath_hal_free()124 ath_halfix[i].p = NULL; in ath_hal_free()126 i, p, ath_halfix[i].size)); in ath_hal_free()148 ath_halfix[i].p = NULL; in ath_halfix_init()[all …]