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

  /src/sys/dev/scsipi/
scsipi_base.c 1717 TAILQ_INSERT_TAIL(&chan->chan_complete, xs, channel_q);
2063 TAILQ_INSERT_HEAD(&chan->chan_queue, xs, channel_q);
2079 qxs = TAILQ_NEXT(qxs, channel_q)) {
2086 channel_q);
2090 TAILQ_INSERT_TAIL(&chan->chan_queue, xs, channel_q);
2125 xs = TAILQ_NEXT(xs, channel_q)) {
2189 TAILQ_REMOVE(&chan->chan_queue, xs, channel_q);
2440 TAILQ_REMOVE(&chan->chan_complete, xs, channel_q);
2632 xs_next = TAILQ_NEXT(xs, channel_q);
2634 TAILQ_REMOVE(&chan->chan_queue, xs, channel_q);
    [all...]
scsipiconf.h 531 * Before the HBA is given this transaction, channel_q is the linkage on
536 * HBA can use the channel_q tag for whatever it likes until it calls
538 * using channel_q.
541 * error on it, channel_q then becomes the linkage on the related channel's
551 TAILQ_ENTRY(scsipi_xfer) channel_q; /* entry on channel queue */ member in struct:scsipi_xfer

Completed in 16 milliseconds