Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/mn/
H A Dif_mn.c72 struct m32xreg { struct
249 struct m32xreg *m32x;
1257 if (sizeof (struct m32xreg) != 256) { in mn_probe()
1258 kprintf("MN: sizeof(struct m32xreg) = %zd, should have been 256\n", sizeof (struct m32xreg)); in mn_probe()
1348 sc->m32x = (struct m32xreg *) sc->m0v; in mn_attach()