Searched refs:total_len (Results 1 – 5 of 5) sorted by relevance
502 int total_len; in usbhsf_pio_try_push() local529 total_len = len; in usbhsf_pio_try_push()530 is_short = total_len < maxp; in usbhsf_pio_try_push()540 buf += total_len - len; in usbhsf_pio_try_push()555 pkt->actual += total_len; in usbhsf_pio_try_push()652 int total_len = 0; in usbhsf_pio_try_pop() local667 total_len = len; in usbhsf_pio_try_pop()674 pkt->actual += total_len; in usbhsf_pio_try_pop()677 (total_len < maxp)) { /* short packet */ in usbhsf_pio_try_pop()711 buf += total_len - len; in usbhsf_pio_try_pop()
48 int total_len, u64 dma_addr) in nvme_setup_prps() argument53 int length = total_len; in nvme_setup_prps()753 u64 total_len = blkcnt << desc->log2blksz; in nvme_blk_rw() local754 u64 temp_len = total_len; in nvme_blk_rw()762 (unsigned long)buffer + total_len); in nvme_blk_rw()800 (unsigned long)buffer + total_len); in nvme_blk_rw()802 return (total_len - temp_len) >> desc->log2blksz; in nvme_blk_rw()
170 size_t total_len = 0; in concat_writev() local176 total_len += vecs[i].iov_len; in concat_writev()181 if (do_div(__to, mtd->writesize) || (total_len % mtd->writesize)) in concat_writev()200 size = min_t(uint64_t, total_len, subdev->size - to); in concat_writev()225 total_len -= wsize; in concat_writev()227 if (total_len == 0) in concat_writev()
957 uint total_len = data->blocksize * data->blocks; in omap_hsmmc_prepare_adma_table() local958 uint desc_count = DIV_ROUND_UP(total_len, ADMA_MAX_LEN); in omap_hsmmc_prepare_adma_table()976 total_len -= ADMA_MAX_LEN; in omap_hsmmc_prepare_adma_table()979 omap_hsmmc_adma_desc(mmc, buf, total_len, true); in omap_hsmmc_prepare_adma_table()
77 u32 total_len; member1789 desc->total_len = len; in brcmnand_fill_dma_desc()
Completed in 19 milliseconds