sc_chipq 830 dev/pci/noct.c SIMPLEQ_INIT(&sc->sc_chipq); sc_chipq 1086 dev/pci/noct.c SIMPLEQ_INSERT_TAIL(&sc->sc_chipq, q, q_next); sc_chipq 1247 dev/pci/noct.c SIMPLEQ_INSERT_TAIL(&sc->sc_chipq, q, q_next); sc_chipq 1285 dev/pci/noct.c if (SIMPLEQ_EMPTY(&sc->sc_chipq)) sc_chipq 1287 dev/pci/noct.c q = SIMPLEQ_FIRST(&sc->sc_chipq); sc_chipq 1288 dev/pci/noct.c SIMPLEQ_REMOVE_HEAD(&sc->sc_chipq, q_next); sc_chipq 96 dev/pci/noctvar.h SIMPLEQ_HEAD(,noct_workq) sc_chipq;