Searched defs:n_pkts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1087 int pkt, frame, n, n_pkts, count; local
1162 for (n_pkts = 0; (n_pkts < USB_AS_N_FRAMES) && (n > 0); n_pkts++) {
1163 if (n < pkt_len[n_pkts]) {
1164 pkt_len[n_pkts] = n;
1166 n -= pkt_len[n_pkts];
1170 "usb_as_play_isoc_data: n_pkts=%d, bufsize=%ld, n=%d",
1171 n_pkts, bufsize, count * precision);
1175 n_pkts,
[all...]

Completed in 125 milliseconds