Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_osdep.c46 struct ath_halfix { struct
52 static struct ath_halfix ath_halfix[ATH_MAX_HALMEM]; argument
96 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 …]