Home
last modified time | relevance | path

Searched refs:dmc_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/qbus/
H A Dif_dmc.c611 dh->dmc_type = ntohs((u_short)dh->dmc_type); in dmcxint()
627 switch (dh->dmc_type) { in dmcxint()
785 type = dh->dmc_type; in dmcoutput()
805 dh->dmc_type = htons((u_short)type); in dmcoutput()
H A Dif_dmcreg.h64 short dmc_type; /* encapsulate packet type */ member