Searched refs:carry_bytes (Results 1 – 3 of 3) sorted by relevance
212 pbuf->carry_bytes = nbytes; in read_low_bytes()246 >> zshift(xbytes+pbuf->carry_bytes); in read_extra_bytes()248 pbuf->carry_bytes += xbytes; in read_extra_bytes()267 remaining = pbuf->carry_bytes - zbytes; /* remaining bytes */ in zero_extra_bytes()275 pbuf->carry_bytes = remaining; in zero_extra_bytes()295 temp = pbuf->carry.val64 | (new << mshift(pbuf->carry_bytes)); in merge_write8()297 pbuf->carry.val64 = new >> zshift(pbuf->carry_bytes); in merge_write8()315 if (pbuf->carry_bytes) { in carry_write8()367 pbuf->carry_bytes = nbytes; in read_low_bytes()381 jcopy(&pbuf->carry.val8[pbuf->carry_bytes], from, nbytes); in read_extra_bytes()[all …]
93 u32 carry_bytes; /* number of valid bytes in carry */ member
1415 pbuf->carry_bytes = 0; in sc_buffer_alloc()