mesh.c | 324 u_char intr, exception, error, status0; local in function:mesh_intr 332 exception = mesh_read_reg(sc, MESH_EXCEPTION); 345 snprintb(buf2, sizeof buf2, MESH_EXC_BITMASK, exception); 391 device_xname(sc->sc_dev), error, exception); 398 if (exception & MESH_EXC_SELTO) { 399 mesh_error(sc, scb, 0, exception); 404 if (exception & MESH_EXC_PHASEMM) { 450 mesh_error(struct mesh_softc *sc, struct mesh_scb *scb, int error, int exception) 472 if (exception & MESH_EXC_SELTO) { 1116 int intr, error, exception, imsk local in function:mesh_timeout [all...] |