Searched refs:packetsize (Results 1 – 14 of 14) sorted by relevance
4 if (packetsize <= 0)5 packetsize = 51240 else if (len != packetsize)50 if (len != packetsize)
4 if (packetsize <= 0)5 packetsize = 51223 id = 1.5 + (strtSeq - 1) / packetsize35 id = 1 + ($7 - 2) / packetsize
203 awk -f send-ack.awk packetsize=avgsize tracedata >sa204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
175 sc->mode.packetsize = 5; in adb_mouse_attach()561 sc->packet_read_len = sc->mode.packetsize; in ams_read()568 (sc->mode.packetsize - sc->packet_read_len),len); in ams_read()607 sc->mode.packetsize = 8; in ams_ioctl()611 sc->mode.packetsize = 5; in ams_ioctl()
158 mode->packetsize = MOUSE_MSC_PACKETSIZE; in smdev_ioctl()168 mode->packetsize = MOUSE_SYS_PACKETSIZE; in smdev_ioctl()
802 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_reset()909 sc->sc_mode.packetsize, 1); in ums_put_queue()1063 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_fifo_ioctl()1072 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in ums_fifo_ioctl()1096 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_fifo_ioctl()1105 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in ums_fifo_ioctl()
828 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_attach()1325 sc->sc_mode.packetsize, 1); in wsp_add_to_queue()1493 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_ioctl()1498 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in wsp_ioctl()1517 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_ioctl()1522 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in wsp_ioctl()
2157 sc->sc_mode.packetsize, 1); in atp_add_to_queue()2284 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_attach()2536 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_ioctl()2541 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in atp_ioctl()2560 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_ioctl()2565 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in atp_ioctl()
396 mode->packetsize = MOUSE_MSC_PACKETSIZE; in sysmouse_ioctl()402 mode->packetsize = MOUSE_SYS_PACKETSIZE; in sysmouse_ioctl()
183 int packetsize; /* the length of the data packet */ member
570 sc->mode.packetsize = MOUSE_PS2_PACKETSIZE; in cyapa_attach()1209 ((mousemode_t *)data)->packetsize = in cyapaioctl()1214 ((mousemode_t *)data)->packetsize = in cyapaioctl()
684 int packetsize; member1610 sc->dflt_mode.packetsize = MOUSE_PS2_PACKETSIZE;1620 sc->mode.packetsize = vendortype[i].packetsize;2030 unit, sc->config, sc->flags, sc->mode.packetsize);2689 ((mousemode_t *)addr)->packetsize =2694 ((mousemode_t *)addr)->packetsize =3035 if (pb->inputbytes < sc->mode.packetsize)3071 if (sc->syncerrors >= sc->mode.packetsize * 2 ||3084 } else if (sc->syncerrors == sc->mode.packetsize) {
1509 cur_proto[4] = rodent.mode.packetsize; in r_identify()