Searched refs:ppods (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c116 TAILQ_INSERT_HEAD(&td->ppods, pr, link);
121 TAILQ_FOREACH(p, &td->ppods, link) {
126 TAILQ_INSERT_AFTER(&td->ppods, p, pr, link);
132 panic("%s: ppods TAILQ (%p) corrupt."
134 __func__, &td->ppods, ppod, td->nppods);
167 TAILQ_REMOVE(&td->ppods, pr, link);
983 TAILQ_INIT(&td->ppods);
H A Dt4_tom.h206 int nppods_free; /* # of available ppods */
207 int nppods_free_head; /* # of available ppods at the begining */
208 struct ppod_head ppods; member in struct:tom_data

Completed in 101 milliseconds