HomeSort by: relevance | last modified time | path
    Searched defs:waiting_scb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 6831 struct scb *waiting_scb; local in function:ahd_pause_and_flushwork
6847 waiting_scb = ahd_lookup_scb(ahd,
6849 if (waiting_scb != NULL
6850 && (waiting_scb->flags & SCB_PACKETIZED) == 0
aic79xx.c 6831 struct scb *waiting_scb; local in function:ahd_pause_and_flushwork
6847 waiting_scb = ahd_lookup_scb(ahd,
6849 if (waiting_scb != NULL
6850 && (waiting_scb->flags & SCB_PACKETIZED) == 0
aic79xx.c 6831 struct scb *waiting_scb; local in function:ahd_pause_and_flushwork
6847 waiting_scb = ahd_lookup_scb(ahd,
6849 if (waiting_scb != NULL
6850 && (waiting_scb->flags & SCB_PACKETIZED) == 0

Completed in 121 milliseconds