Lines Matching refs:byte_count
68 octx->byte_count = op->byte_count + op->len;
72 if (op->byte_count) {
93 op->byte_count = ictx->byte_count & ~0x3F;
94 op->len = ictx->byte_count & 0x3F;
110 octx->count = op->byte_count + op->len;
114 if (op->byte_count) {
136 op->byte_count = ictx->count & ~0x3F;
206 op->byte_count, areq->nbytes, op->mode,
232 if (op->byte_count) {
306 op->byte_count += op->len;
317 op->byte_count += todo * 4;
413 op->byte_count += 4 * nwait;
421 op->byte_count += nbw;
435 fill = 64 - (op->byte_count % 64);
447 *bits = cpu_to_be64(op->byte_count << 3);
451 *bits = cpu_to_le64(op->byte_count << 3);