Searched refs:clip_table (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_clip.c107 TAILQ_FOREACH(ce, &sc->clip_table, link) {
155 TAILQ_INIT(&sc->clip_table);
208 TAILQ_CONCAT(&stale, &sc->clip_table, link);
245 TAILQ_FOREACH(ce, &sc->clip_table, link) {
257 TAILQ_INSERT_TAIL(&sc->clip_table, ce,
269 TAILQ_INSERT_TAIL(&sc->clip_table, ce, link);
307 TAILQ_CONCAT(&sc->clip_table, &stale, link);
322 TAILQ_FOREACH_SAFE(ce, &sc->clip_table, link, ce_temp) {
326 TAILQ_REMOVE(&sc->clip_table, ce, link);
363 TAILQ_FOREACH(ce, &sc->clip_table, lin
[all...]
H A Dadapter.h821 TAILQ_HEAD(, clip_entry) clip_table; member in struct:adapter

Completed in 81 milliseconds