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

/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dsivar.h55 int dh_flags; member in struct:si_dma_handle
H A Dsi.c172 sc->sc_dma[i].dh_flags = 0;
302 if ((sc->sc_dma[i].dh_flags & SIDH_BUSY) == 0)
309 dh->dh_flags = SIDH_BUSY;
319 dh->dh_flags |= SIDH_OUT;
322 (dh->dh_flags & SIDH_OUT) == 0 ?
334 dh->dh_flags |= SIDH_PHYS;
359 if (dh->dh_flags & SIDH_BUSY) {
361 (dh->dh_flags & SIDH_OUT) == 0 ?
365 dh->dh_flags = 0;
H A Dsi_sebuf.c84 int dh_flags; member in struct:se_dma_handle
257 sc->sc_dma[i].dh_flags = 0;
372 if (dh->dh_flags & SIDH_OUT) {
408 if (dh->dh_flags & SIDH_OUT) {
478 if (dh->dh_flags & SIDH_OUT)
605 if ((sc->sc_dma[i].dh_flags & SIDH_BUSY) == 0)
612 dh->dh_flags = SIDH_BUSY;
616 dh->dh_flags |= SIDH_OUT;
626 dh->dh_flags = 0;
649 if (dh->dh_flags
[all...]
H A Dsi_obio.c312 if (dh->dh_flags & SIDH_OUT) {
350 if (dh->dh_flags & SIDH_OUT) {
400 if (dh->dh_flags & SIDH_OUT) {
474 if ((dh->dh_flags & SIDH_OUT) == 0) {
521 if ((dh->dh_flags & SIDH_OUT) == 0) {
H A Dsi_vme.c346 if (dh->dh_flags & SIDH_OUT) {
405 if (dh->dh_flags & SIDH_OUT) {
493 if (dh->dh_flags & SIDH_OUT)
521 if (((dh->dh_flags & SIDH_OUT) == 0) &&
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dncr.c76 int dh_flags; member in struct:si_dma_handle
269 if ((sc->ncr_dma[i].dh_flags & SIDH_BUSY) == 0)
275 dh->dh_flags = SIDH_BUSY;
282 dh->dh_flags |= SIDH_OUT;
293 if (dh->dh_flags & SIDH_BUSY)
294 dh->dh_flags = 0;
334 if (dh->dh_flags & SIDH_OUT) {
350 if (dh->dh_flags & SIDH_OUT) {
408 if (((dh->dh_flags & SIDH_OUT) == 0)) {
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dsbcvar.h45 int dh_flags; /* flags */ member in struct:sbc_pdma_handle
H A Dsbc.c441 printf("%s: drq intr, dh_len=0x%x, dh_flags=0x%x\n",
442 device_xname(ncr_sc->sc_dev), dh->dh_len, dh->dh_flags);
454 if ((dh->dh_flags & SBC_DH_DONE) == 0) {
480 if (dh->dh_flags & SBC_DH_OUT) { /* Data Out */
530 dh->dh_flags |= SBC_DH_DONE;
588 dh->dh_flags |= SBC_DH_DONE;
635 if ((sc->sc_pdma[i].dh_flags & SBC_DH_BUSY) == 0)
641 dh->dh_flags = SBC_DH_BUSY;
647 dh->dh_flags |= SBC_DH_OUT;
666 if (dh->dh_flags
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A Dsi.c126 int dh_flags; member in struct:si_dma_handle
314 sc->sc_dma[i].dh_flags = 0;
487 if ((sc->sc_dma[i].dh_flags & SIDH_BUSY) == 0)
494 dh->dh_flags = SIDH_BUSY;
499 dh->dh_flags |= SIDH_OUT;
512 dh->dh_flags = 0;
516 (dh->dh_flags & SIDH_OUT)
540 if (dh->dh_flags & SIDH_BUSY) {
544 (dh->dh_flags & SIDH_OUT)
548 dh->dh_flags
[all...]
H A Dsc_vme.c196 sc->sc_dma_handles[i].dh_flags = 0;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dsw.c147 int dh_flags; member in struct:sw_dma_handle
342 sc->sc_dma[i].dh_flags = 0;
513 if ((sc->sc_dma[i].dh_flags & SIDH_BUSY) == 0)
520 dh->dh_flags = SIDH_BUSY;
526 dh->dh_flags |= SIDH_OUT;
539 dh->dh_flags = 0;
543 (dh->dh_flags & SIDH_OUT)
567 if (dh->dh_flags & SIDH_BUSY) {
571 (dh->dh_flags & SIDH_OUT)
575 dh->dh_flags
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsunscpalvar.h131 int dh_flags; member in struct:sunscpal_dma_handle
H A Dsunscpal.c2166 if ((sc->sc_dma_handles[i].dh_flags & SUNSCDH_BUSY) == 0)
2173 dh->dh_flags = SUNSCDH_BUSY;
2184 dh->dh_flags = 0;
2206 if (dh->dh_flags & SUNSCDH_BUSY) {
2210 dh->dh_flags = 0;
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-wb.c100 u_char dh_flags; member in struct:dophdr

Completed in 150 milliseconds