Home
last modified time | relevance | path

Searched refs:tmplen (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dsdhci-of-dwcmshc.c33 int tmplen, offset; in dwcmshc_adma_write_desc() local
41 tmplen = SZ_128M - offset; in dwcmshc_adma_write_desc()
42 sdhci_adma_write_desc(host, desc, addr, tmplen, cmd); in dwcmshc_adma_write_desc()
44 addr += tmplen; in dwcmshc_adma_write_desc()
45 len -= tmplen; in dwcmshc_adma_write_desc()
/Linux-v5.4/fs/nfs/
Dnfsroot.c223 const size_t tmplen = sizeof(nfs_export_path); in root_nfs_data() local
225 tmp = kzalloc(tmplen, GFP_KERNEL); in root_nfs_data()
233 if (root_nfs_parse_options(root_server_path, tmp, tmplen)) in root_nfs_data()
239 if (root_nfs_parse_options(cmdline, tmp, tmplen)) in root_nfs_data()
/Linux-v5.4/drivers/crypto/nx/
Dnx-842.c165 unsigned int slen = p->iremain, dlen = p->oremain, tmplen; in compress() local
215 tmplen = dlen; in compress()
218 dlen = tmplen; /* reset dlen, if we're retrying */ in compress()
343 unsigned int dlen = p->oremain, tmplen; in decompress() local
393 tmplen = dlen; in decompress()
396 dlen = tmplen; /* reset dlen, if we're retrying */ in decompress()
/Linux-v5.4/drivers/net/wireless/
Dwl3501_cs.c468 u16 bf, sig_bf, next, tmplen, pktlen; in wl3501_send_pkt() local
501 tmplen = 254 - sizeof(struct wl3501_tx_hdr); in wl3501_send_pkt()
502 pktlen -= tmplen; in wl3501_send_pkt()
504 tmplen = pktlen; in wl3501_send_pkt()
509 pdata, tmplen); in wl3501_send_pkt()
510 pdata += tmplen; in wl3501_send_pkt()
518 tmplen = 254 - sizeof(struct wl3501_tx_hdr) + 6; in wl3501_send_pkt()
519 pktlen -= tmplen; in wl3501_send_pkt()
521 tmplen = pktlen; in wl3501_send_pkt()
526 pdata, tmplen); in wl3501_send_pkt()
[all …]
/Linux-v5.4/drivers/crypto/
Ds5p-sss.c939 u64 tmplen; in s5p_hash_write_ctrl() local
953 tmplen = ctx->digcnt * 8; in s5p_hash_write_ctrl()
954 prelow = (u32)tmplen; in s5p_hash_write_ctrl()
955 prehigh = (u32)(tmplen >> 32); in s5p_hash_write_ctrl()
/Linux-v5.4/fs/udf/
Dinode.c543 uint32_t tmplen; in udf_do_extend_file() local
551 udf_next_aext(inode, last_pos, &tmploc, &tmplen, 0); in udf_do_extend_file()
1180 uint32_t tmplen; in udf_update_extents() local
1196 udf_next_aext(inode, epos, &tmploc, &tmplen, 0); in udf_update_extents()