Searched refs:packets_processed (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c2892 int packets_processed; local
2988 packets_processed = transaction->pktcnt - usbc_hctsiz.s.pktcnt;
3003 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps;
3010 if (packets_processed)
3011 bytes_in_last_packet = bytes_this_transfer - (packets_processed-1) * usbc_hcchar.s.mps;

Completed in 120 milliseconds