Searched defs: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]; variable in typeref:struct:ath_halfix
96 if (ath_halfix[i].p == NULL)
104 ath_halfix[i].p = p;
105 ath_halfix[i].size = size;
116 if (ath_halfix[i].p == p)
123 kmem_free(p, ath_halfix[i].size);
124 ath_halfix[i].p = NULL;
126 i, p, ath_halfix[
[all...]

Completed in 56 milliseconds