HomeSort by: relevance | last modified time | path
    Searched refs:sample_node (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athrate-sample.c 141 rate_to_ndx(struct sample_node *sn, int rate) {
169 static inline int best_rate_ndx(struct sample_node *sn, int size_bin,
202 pick_sample_ndx(struct sample_node *sn, int size_bin)
258 struct sample_node *sn = ATH_NODE_SAMPLE(an);
369 struct sample_node *sn = ATH_NODE_SAMPLE(an);
403 struct sample_node *sn = ATH_NODE_SAMPLE(an);
493 struct sample_node *sn = ATH_NODE_SAMPLE(an);
653 struct sample_node *sn = ATH_NODE_SAMPLE(an);
803 osc->arc.arc_space = sizeof(struct sample_node);
athrate-sample.h 81 struct sample_node { struct
100 #define ATH_NODE_SAMPLE(an) ((struct sample_node *)&an[1])

Completed in 13 milliseconds