Home
last modified time | relevance | path

Searched refs:ch_queue (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/dev/pcmcia/
Dwdc_pcmcia.c356 sc->wdc_channel.ch_queue = malloc(sizeof(struct channel_queue),
358 if (sc->wdc_channel.ch_queue == NULL) {
429 if (sc->wdc_channel.ch_queue != NULL)
430 free(sc->wdc_channel.ch_queue, M_DEVBUF);
/mirbsd/src/sys/dev/isa/
Dwdc_isapnp.c145 sc->wdc_channel.ch_queue = malloc(sizeof(struct channel_queue),
147 if (sc->wdc_channel.ch_queue == NULL) {
Dwdc_isa.c196 sc->wdc_channel.ch_queue = malloc(sizeof(struct channel_queue),
198 if (sc->wdc_channel.ch_queue == NULL) {
/mirbsd/src/sys/dev/ic/
Dwdc.c830 TAILQ_INIT(&chp->ch_queue->sc_xfer);
930 if ((xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer)) == NULL) {
1016 xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer);
1192 struct wdc_xfer *xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer);
1242 xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer);
2022 !TAILQ_EMPTY(&chp->ch_queue->sc_xfer)) {
2023 TAILQ_INIT(&chp->ch_queue->sc_xfer);
2026 TAILQ_INSERT_TAIL(&chp->ch_queue->sc_xfer,xfer , c_xferchain);
2060 TAILQ_REMOVE(&chp->ch_queue->sc_xfer, xfer, c_xferchain);
2077 while ((xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer)) != NULL) {
[all …]
Dwdcvar.h87 struct channel_queue *ch_queue; member
/mirbsd/src/sys/dev/pci/
Dpciide.c1483 cp->wdc_channel.ch_queue = in pciide_chansetup()
1485 if (cp->wdc_channel.ch_queue == NULL) { in pciide_chansetup()
2852 cp->wdc_channel.ch_queue = in cmd_channel_map()
2853 sc->pciide_channels[0].wdc_channel.ch_queue; in cmd_channel_map()
2855 cp->wdc_channel.ch_queue = in cmd_channel_map()
2858 if (cp->wdc_channel.ch_queue == NULL) { in cmd_channel_map()
3250 cp->wdc_channel.ch_queue = in cmd680_channel_map()
3252 if (cp->wdc_channel.ch_queue == NULL) { in cmd680_channel_map()
3860 cp->wdc_channel.ch_queue = in sii3114_chansetup()
3862 if (cp->wdc_channel.ch_queue == NULL) { in sii3114_chansetup()
[all …]
/mirbsd/src/sys/dev/atapiscsi/
Datapiscsi.c548 xfer = TAILQ_FIRST(&chp->ch_queue->sc_xfer);