Lines Matching refs:xmt
236 evcnt_detach(&sc->xmt.bytesDiscarded);
237 evcnt_detach(&sc->xmt.incompleteMessages);
303 evcnt_attach_dynamic(&sc->xmt.bytesDiscarded,
305 device_xname(sc->dev), "xmt bytes discarded");
306 evcnt_attach_dynamic(&sc->xmt.incompleteMessages,
308 device_xname(sc->dev), "xmt incomplete msgs");
831 sc->xmt.state = MIDI_IN_START;
832 sc->xmt.pos = sc->xmt.msg;
833 sc->xmt.end = sc->xmt.msg;
839 sc->xmt.atOpen.bytesDiscarded = sc->xmt.bytesDiscarded.ev_count;
840 sc->xmt.atQuery.bytesDiscarded = sc->xmt.bytesDiscarded.ev_count;
1369 got = midi_fst(&sc->xmt, *ibuf, form);
1390 count = sc->xmt.end - sc->xmt.pos;
1410 *buf_cur++ = *(sc->xmt.pos)++;