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

/u-boot/fs/btrfs/
H A Ddir-item.c46 u32 total_len; local
53 total_len = btrfs_item_size_nr(leaf, path->slots[0]);
57 while(cur < total_len) {
61 if (this_len > (total_len - cur)) {
/u-boot/include/linux/
H A Dxxhash.h131 uint64_t total_len; member in struct:xxh64_state
/u-boot/tools/
H A Drenesas_spkgimage.c242 uint32_t total_len = header_len + payload_len; local
245 uint32_t padded_len = roundup(total_len, conf.padding);
248 conf.padding = padded_len - total_len;
/u-boot/drivers/nvme/
H A Dnvme.c49 int total_len, u64 dma_addr)
54 int length = total_len;
754 u64 total_len = blkcnt << desc->log2blksz; local
755 u64 temp_len = total_len;
763 (unsigned long)buffer + total_len);
801 (unsigned long)buffer + total_len);
803 return (total_len - temp_len) >> desc->log2blksz;
48 nvme_setup_prps(struct nvme_dev *dev, u64 *prp2, int total_len, u64 dma_addr) argument
/u-boot/drivers/mtd/
H A Dmtdconcat.c170 size_t total_len = 0; local
176 total_len += vecs[i].iov_len;
181 if (do_div(__to, mtd->writesize) || (total_len % mtd->writesize))
200 size = min_t(uint64_t, total_len, subdev->size - to);
225 total_len -= wsize;
227 if (total_len == 0)
/u-boot/net/
H A Dnet.c1005 static u16 first_hole, total_len; local
1033 if (!total_len || localip->ip_id != ip->ip_id) {
1035 total_len = 0xffff;
1068 total_len = start + len;
1132 *lenp = total_len + IP_HDR_SIZE;
/u-boot/lib/
H A Dxxhash.c355 state->total_len += len;
421 if (state->total_len >= 32) {
437 h64 += (uint64_t)state->total_len;
/u-boot/drivers/mmc/
H A Domap_hsmmc.c953 uint total_len = data->blocksize * data->blocks; local
954 uint desc_count = DIV_ROUND_UP(total_len, ADMA_MAX_LEN);
972 total_len -= ADMA_MAX_LEN;
975 omap_hsmmc_adma_desc(mmc, buf, total_len, true);
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c77 u32 total_len; member in struct:brcm_nand_dma_desc
1708 desc->total_len = len;

Completed in 149 milliseconds