Lines Matching refs:count
1945 U32 count; in qtd_fill() local
2005 count = 0x1000 - (buf & 0x0fff); /* rest of that page */ in qtd_fill()
2006 if (likely (len < count)) /* ... iff needed */ in qtd_fill()
2007 count = len; in qtd_fill()
2013 for (i = 1; count < len && i < 5; i++) { in qtd_fill()
2019 if ((count + 0x1000) < len) in qtd_fill()
2020 count += 0x1000; in qtd_fill()
2022 count = len; in qtd_fill()
2074 if (count != len) in qtd_fill()
2075 count -= (count % maxpacket); in qtd_fill()
2077 qtd->hw_token = CPUToLE32 ((count << 16) | token); in qtd_fill()
2078 qtd->length = count; in qtd_fill()
2080 if ((count > 0) && (lastnums < 4)) in qtd_fill()
2090 if ((count > 0) && (i <= 4)) in qtd_fill()
2154 return count; in qtd_fill()
2903 unsigned count = 0; in qh_completions() local
2957 return count; in qh_completions()
3030 count++; in qh_completions()
3314 count++; in qh_completions()
3384 return count; in qh_completions()