Searched refs:mesh_msgout (Results 1 – 1 of 1) sorted by relevance
150 static void mesh_msgout(struct mesh_softc *, int);531 mesh_msgout(sc, SEND_IDENTIFY | SEND_SDTR); in mesh_identify()534 mesh_msgout(sc, SEND_IDENTIFY); in mesh_identify()731 mesh_msgout(sc, SEND_REJECT); in mesh_msgin()750 mesh_msgout(sc, SEND_SDTR); in mesh_msgin()777 mesh_msgout(struct mesh_softc *sc, int msg) in mesh_msgout() function