Lines Matching refs:nframes
1295 int nframes;
1355 nframes = UGETW(sc->sc_ncm.dpt.wLength) / 4;
1358 if (nframes >= (2 + 1))
1359 nframes -= (2 + 1);
1361 nframes = 0;
1363 DPRINTFN(1, "nframes = %u\n", nframes);
1367 if ((temp + (4 * nframes)) > actlen)
1370 if (nframes > CDCE_NCM_SUBFRAMES_MAX) {
1372 nframes, CDCE_NCM_SUBFRAMES_MAX);
1373 nframes = CDCE_NCM_SUBFRAMES_MAX;
1375 usbd_copy_out(pc, temp, &(sc->sc_ncm.dp), (4 * nframes));
1379 for (x = 0; x != nframes; x++) {