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

/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.c1768 u32 remaining_count; local
1779 remaining_count = chan->xfer_len - chan->xfer_count;
1780 if (remaining_count > chan->max_packet)
1783 byte_count = remaining_count;

Completed in 113 milliseconds