Searched refs:sizeForRing (Results 1 – 2 of 2) sorted by relevance
526 size_t sizeForRing = sizeof(struct asg_type1_xfer); in type1Write() local543 while (ringAvailReadNow >= maxOutstanding * sizeForRing) { in type1Write()548 while (sent < sizeForRing) { in type1Write()553 sizeForRing - sent, 1); in type1Write()567 sent += sentChunks * (sizeForRing - sent); in type1Write()
253 size_t sizeForRing = 8; in type1WriteWithNotify() local262 while (sent < sizeForRing) { in type1WriteWithNotify()265 mContext.to_host, writeBufferBytes + sent, sizeForRing - sent, 1); in type1WriteWithNotify()275 sent += sentChunks * (sizeForRing - sent); in type1WriteWithNotify()