Searched refs:periph_channel (Results 1 - 25 of 70) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsi_base.c100 struct scsipi_channel *chan = periph->periph_channel;
H A Duk.c139 adapt = periph->periph_channel->chan_adapter;
164 struct scsipi_adapter *adapt = periph->periph_channel->chan_adapter;
H A Dscsipiconf.h335 (*(periph)->periph_channel->chan_bustype->bustype_printaddr)((periph))
338 (periph)->periph_channel->chan_bustype->bustype_type
365 struct scsipi_channel *periph_channel; /* channel we're connected to */ member in struct:scsipi_periph
H A Dss.c244 adapt = periph->periph_channel->chan_adapter;
299 struct scsipi_adapter *adapt = periph->periph_channel->chan_adapter;
340 scsipi_adapter_minphys(periph->periph_channel, bp);
H A Datapi_base.c193 struct scsipi_channel *chan = periph->periph_channel;
H A Dscsipi_base.c655 if ((periph->periph_channel->chan_flags & SCSIPI_CHAN_TACTIVE) == 0) {
661 scsipi_run_queue(periph->periph_channel);
666 periph->periph_channel->chan_tflags |= SCSIPI_CHANT_KICK;
667 wakeup(&periph->periph_channel->chan_complete);
701 (*periph->periph_channel->chan_bustype->bustype_kill_pending)(periph);
1261 struct scsipi_channel *chan = periph->periph_channel;
1411 struct scsipi_channel *chan = periph->periph_channel;
1681 struct scsipi_channel *chan = xs->xs_periph->periph_channel;
1859 struct scsipi_channel *chan = periph->periph_channel;
H A Dif_se.c1042 struct scsipi_adapter *adapt = periph->periph_channel->chan_adapter;
1061 struct scsipi_adapter *adapt = periph->periph_channel->chan_adapter;
1087 adapt = periph->periph_channel->chan_adapter;
1111 struct scsipi_adapter *adapt = periph->periph_channel->chan_adapter;
H A Dsd.c252 SCSIPI_CHAN_MAX_PERIPH(periph->periph_channel);
419 adapt = periph->periph_channel->chan_adapter;
578 struct scsipi_adapter *adapt = periph->periph_channel->chan_adapter;
971 scsipi_adapter_minphys(sd->sc_periph->periph_channel, bp);
1562 chan = periph->periph_channel;
2142 if (!sd->sc_periph->periph_channel->chan_adapter->adapt_getgeom ||
2143 !(*sd->sc_periph->periph_channel->chan_adapter->adapt_getgeom)
H A Dscsipi_ioctl.c345 periph->periph_channel->chan_adapter->adapt_minphys,
/netbsd-6-1-5-RELEASE/sys/arch/shark/shark/
H A Dshark_machdep.c458 && sa->sa_periph->periph_channel->chan_bustype->bustype_type == SCSIPI_BUSTYPE_ATAPI
459 && sa->sa_periph->periph_channel->chan_channel == 0
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dapi_up1000.c248 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_1000a.c332 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_2100_a500.c320 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_550.c261 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_alphabook1.c258 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_axppci_33.c312 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_eb164.c256 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_eb64plus.c268 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_eb66.c265 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_kn20aa.c267 if (b->channel != periph->periph_channel->chan_channel)
H A Ddec_6600.c302 if (b->channel != periph->periph_channel->chan_channel)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dadv.c790 (void *)periph->periph_channel->chan_adapter->adapt_dev;
831 (void *)periph->periph_channel->chan_adapter->adapt_dev;
H A Disp_netbsd.h219 ((int) (xs)->xs_periph->periph_channel->chan_channel)
221 device_private((xs)->xs_periph->periph_channel->chan_adapter->adapt_dev)
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumass_scsipi.c368 device_private(periph->periph_channel->chan_adapter->adapt_dev);
530 periph->periph_channel = chan;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dautoconf.c374 if (sa->sa_periph->periph_channel->chan_bustype->bustype_type !=

Completed in 196 milliseconds

123