Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_athrate.h72 size_t arc_space; /* space required for per-node state */ member
H A Dif_ath.c3903 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space; in ath_node_alloc()
/freebsd/sys/dev/ath/ath_rate/onoe/
H A Donoe.c436 osc->arc.arc_space = sizeof(struct onoe_node); in ath_rate_attach()
/freebsd/sys/dev/ath/ath_rate/amrr/
H A Damrr.c466 asc->arc.arc_space = sizeof(struct amrr_node); in ath_rate_attach()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c1652 ssc->arc.arc_space = sizeof(struct sample_node); in ath_rate_attach()