Lines Matching defs:actlen
694 int actlen, aframes;
698 usbd_xfer_status(xfer, &actlen, NULL, &aframes, NULL);
702 DPRINTFN(10, "transfer complete: %u bytes in %u frames\n",actlen, aframes);
857 int actlen;
862 usbd_xfer_status(xfer, &actlen, NULL, &aframes, NULL);
867 DPRINTF("received %u bytes in %u frames\n", actlen, aframes);
933 int actlen;
937 usbd_xfer_status(xfer, &actlen, NULL, NULL, NULL);
942 DPRINTF("cdce_intr_read_callback Received %d bytes\n", actlen);
970 int actlen;
974 usbd_xfer_status(xfer, &actlen, NULL, NULL, NULL);
979 DPRINTF("Transferred %d bytes\n", actlen);
1237 int actlen;
1245 usbd_xfer_status(xfer, &actlen, NULL, &aframes, NULL);
1248 "%u bytes in %u frames\n", actlen, aframes);
1292 int actlen;
1304 usbd_xfer_status(xfer, &actlen, &sumlen, &aframes, NULL);
1307 actlen, aframes);
1309 if (actlen < (int)(sizeof(sc->sc_ncm.hdr) +
1336 if ((int)(temp + sizeof(sc->sc_ncm.dpt)) > actlen) {
1367 if ((temp + (4 * nframes)) > actlen)
1391 } else if ((offset + temp) > actlen) {
1424 DPRINTFN(1, "Efficiency: %u/%u bytes\n", sumdata, actlen);