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

  /src/sys/dev/marvell/
mvxpsecvar.h 438 mvxpsec_queue_t sc_run_queue; member in struct:mvxpsec_softc
mvxpsec.c 367 SIMPLEQ_INIT(&sc->sc_run_queue);
591 while ( (mv_p = SIMPLEQ_FIRST(&sc->sc_run_queue)) != NULL) {
592 SIMPLEQ_REMOVE_HEAD(&sc->sc_run_queue, queue);
1207 * no one touch sc_run_queue.
1209 SIMPLEQ_FOREACH(mv_p, &sc->sc_run_queue, queue)
2183 ret_queue = sc->sc_run_queue;
2184 SIMPLEQ_INIT(&sc->sc_run_queue);
2253 sc->sc_run_queue = sc->sc_wait_queue;
2260 mv_p = SIMPLEQ_FIRST(&sc->sc_run_queue);
2264 mv_p = SIMPLEQ_LAST(&sc->sc_run_queue, mvxpsec_packet, queue)
    [all...]

Completed in 14 milliseconds