Searched refs:dh_flags (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/sun3/dev/
H A Dsi.c169 sc->sc_dma[i].dh_flags = 0;
299 if ((sc->sc_dma[i].dh_flags & SIDH_BUSY) == 0)
306 dh->dh_flags = SIDH_BUSY;
316 dh->dh_flags |= SIDH_OUT;
319 (dh->dh_flags & SIDH_OUT) == 0 ?
331 dh->dh_flags |= SIDH_PHYS;
356 if (dh->dh_flags & SIDH_BUSY) {
358 (dh->dh_flags & SIDH_OUT) == 0 ?
362 dh->dh_flags = 0;
H A Dsivar.h55 int dh_flags; member in struct:si_dma_handle
H A Dsi_sebuf.c84 int dh_flags; member in struct:se_dma_handle
255 sc->sc_dma[i].dh_flags = 0;
370 if (dh->dh_flags & SIDH_OUT) {
406 if (dh->dh_flags & SIDH_OUT) {
476 if (dh->dh_flags & SIDH_OUT)
602 if ((sc->sc_dma[i].dh_flags & SIDH_BUSY) == 0)
609 dh->dh_flags = SIDH_BUSY;
613 dh->dh_flags |= SIDH_OUT;
623 dh->dh_flags = 0;
646 if (dh->dh_flags
[all...]
H A Dsi_obio.c311 if (dh->dh_flags & SIDH_OUT) {
349 if (dh->dh_flags & SIDH_OUT) {
399 if (dh->dh_flags & SIDH_OUT) {
473 if ((dh->dh_flags & SIDH_OUT) == 0) {
520 if ((dh->dh_flags & SIDH_OUT) == 0) {
H A Dsi_vme.c345 if (dh->dh_flags & SIDH_OUT) {
404 if (dh->dh_flags & SIDH_OUT) {
492 if (dh->dh_flags & SIDH_OUT)
520 if (((dh->dh_flags & SIDH_OUT) == 0) &&
/netbsd-current/sys/arch/vax/vsa/
H A Dncr.c76 int dh_flags; member in struct:si_dma_handle
279 if ((sc->ncr_dma[i].dh_flags & SIDH_BUSY) == 0)
285 dh->dh_flags = SIDH_BUSY;
296 dh->dh_flags |= SIDH_OUT;
307 if (dh->dh_flags & SIDH_BUSY)
308 dh->dh_flags = 0;
348 if (dh->dh_flags & SIDH_OUT) {
364 if (dh->dh_flags & SIDH_OUT) {
422 if (((dh->dh_flags & SIDH_OUT) == 0)) {
/netbsd-current/sys/arch/mac68k/dev/
H A Dsbcvar.h45 int dh_flags; /* flags */ member in struct:sbc_pdma_handle
H A Dsbc.c443 printf("%s: drq intr, dh_len=0x%x, dh_flags=0x%x\n",
444 device_xname(ncr_sc->sc_dev), dh->dh_len, dh->dh_flags);
456 if ((dh->dh_flags & SBC_DH_DONE) == 0) {
482 if (dh->dh_flags & SBC_DH_OUT) { /* Data Out */
532 dh->dh_flags |= SBC_DH_DONE;
586 dh->dh_flags |= SBC_DH_DONE;
633 if ((sc->sc_pdma[i].dh_flags & SBC_DH_BUSY) == 0)
639 dh->dh_flags = SBC_DH_BUSY;
645 dh->dh_flags |= SBC_DH_OUT;
664 if (dh->dh_flags
[all...]
/netbsd-current/sys/dev/vme/
H A Dsi.c126 int dh_flags; member in struct:si_dma_handle
311 sc->sc_dma[i].dh_flags = 0;
484 if ((sc->sc_dma[i].dh_flags & SIDH_BUSY) == 0)
491 dh->dh_flags = SIDH_BUSY;
496 dh->dh_flags |= SIDH_OUT;
509 dh->dh_flags = 0;
513 (dh->dh_flags & SIDH_OUT)
537 if (dh->dh_flags & SIDH_BUSY) {
541 (dh->dh_flags & SIDH_OUT)
545 dh->dh_flags
[all...]
H A Dsc_vme.c193 sc->sc_dma_handles[i].dh_flags = 0;
/netbsd-current/sys/arch/sparc/dev/
H A Dsw.c147 int dh_flags; member in struct:sw_dma_handle
340 sc->sc_dma[i].dh_flags = 0;
511 if ((sc->sc_dma[i].dh_flags & SIDH_BUSY) == 0)
518 dh->dh_flags = SIDH_BUSY;
524 dh->dh_flags |= SIDH_OUT;
537 dh->dh_flags = 0;
541 (dh->dh_flags & SIDH_OUT)
565 if (dh->dh_flags & SIDH_BUSY) {
569 (dh->dh_flags & SIDH_OUT)
573 dh->dh_flags
[all...]
/netbsd-current/sys/dev/ic/
H A Dsunscpalvar.h131 int dh_flags; member in struct:sunscpal_dma_handle
H A Dsunscpal.c2164 if ((sc->sc_dma_handles[i].dh_flags & SUNSCDH_BUSY) == 0)
2171 dh->dh_flags = SUNSCDH_BUSY;
2182 dh->dh_flags = 0;
2204 if (dh->dh_flags & SUNSCDH_BUSY) {
2208 dh->dh_flags = 0;
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-wb.c98 nd_uint8_t dh_flags; member in struct:dophdr

Completed in 160 milliseconds