Searched refs:total_len (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ne2000_base.c | 243 dp83902a_send(u8 *data, int total_len, u32 key) in dp83902a_send() argument 254 len = pkt_len = total_len; in dp83902a_send() 326 if (total_len < pkt_len) { in dp83902a_send() 328 printf(" + %d bytes of padding\n", pkt_len - total_len); in dp83902a_send() 331 for (i = total_len; i < pkt_len;) { in dp83902a_send()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtdconcat.c | 167 size_t total_len = 0; in concat_writev() local 173 total_len += vecs[i].iov_len; in concat_writev() 178 if (do_div(__to, mtd->writesize) || (total_len % mtd->writesize)) in concat_writev() 197 size = min_t(uint64_t, total_len, subdev->size - to); in concat_writev() 222 total_len -= wsize; in concat_writev() 224 if (total_len == 0) in concat_writev()
|
| /rk3399_rockchip-uboot/net/ |
| H A D | net.c | 866 static u16 first_hole, total_len; in __net_defragment() local 883 if (!total_len || localip->ip_id != ip->ip_id) { in __net_defragment() 885 total_len = 0xffff; in __net_defragment() 918 total_len = start + len; in __net_defragment() 978 localip->ip_len = htons(total_len); in __net_defragment() 979 *lenp = total_len + IP_HDR_SIZE; in __net_defragment()
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme.c | 73 int total_len, u64 dma_addr) in nvme_setup_prps() argument 78 int length = total_len; in nvme_setup_prps() 750 u64 total_len = blkcnt << desc->log2blksz; in nvme_blk_rw() local 751 u64 temp_len = total_len; in nvme_blk_rw() 767 ret = bounce_buffer_start(&bb, buffer, total_len, bb_flags); in nvme_blk_rw() 812 return (total_len - temp_len) >> desc->log2blksz; in nvme_blk_rw()
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | rsa-verify.c | 77 int total_len, int convert_len) in rsa_convert_big_endian() argument 81 if (total_len < convert_len) in rsa_convert_big_endian() 82 convert_len = total_len; in rsa_convert_big_endian() 84 total_wd = total_len / sizeof(uint32_t); in rsa_convert_big_endian()
|
| H A D | rsa-sign.c | 714 int total_len, int convert_len) in rsa_convert_big_endian() argument 718 if (total_len < convert_len) in rsa_convert_big_endian() 719 convert_len = total_len; in rsa_convert_big_endian() 721 total_wd = total_len / sizeof(uint32_t); in rsa_convert_big_endian()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 71 u32 total_len; member 1529 desc->total_len = len; in brcmnand_fill_dma_desc()
|