Searched refs:channel_q (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_base.c1366 TAILQ_INSERT_TAIL(&chan->chan_complete, xs, channel_q);
1703 TAILQ_INSERT_HEAD(&chan->chan_queue, xs, channel_q);
1719 qxs = TAILQ_NEXT(qxs, channel_q)) {
1726 channel_q);
1730 TAILQ_INSERT_TAIL(&chan->chan_queue, xs, channel_q);
1766 xs = TAILQ_NEXT(xs, channel_q)) {
1830 TAILQ_REMOVE(&chan->chan_queue, xs, channel_q);
2082 TAILQ_REMOVE(&chan->chan_complete, xs, channel_q);
2396 xs_next = TAILQ_NEXT(xs, channel_q);
2398 TAILQ_REMOVE(&chan->chan_queue, xs, channel_q);
[all...]
H A Dscsipiconf.h493 * Before the HBA is given this transaction, channel_q is the linkage on
498 * HBA can use the channel_q tag for whatever it likes until it calls
500 * using channel_q.
503 * error on it, channel_q then becomes the linkage on the related channel's
513 TAILQ_ENTRY(scsipi_xfer) channel_q; /* entry on channel queue */ member in struct:scsipi_xfer

Completed in 118 milliseconds