Home
last modified time | relevance | path

Searched refs:temp_len (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/staging/rts5208/
Drtsx_transport.c292 u32 temp_len = 0; in rtsx_add_sg_tbl() local
297 temp_len = 0x80000; in rtsx_add_sg_tbl()
300 temp_len = len; in rtsx_add_sg_tbl()
303 val = ((u64)addr << 32) | ((u64)temp_len << 12) | temp_opt; in rtsx_add_sg_tbl()
308 len -= temp_len; in rtsx_add_sg_tbl()
309 addr += temp_len; in rtsx_add_sg_tbl()
/Linux-v5.10/fs/cifs/
Dcifsencrypt.c269 unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; in setup_ntlm_response() local
275 ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); in setup_ntlm_response()
279 ses->auth_key.len = temp_len; in setup_ntlm_response()
Dconnect.c1379 unsigned int temp_len, i, j; in cifs_parse_mount_options() local
2011 temp_len = strlen(value); in cifs_parse_mount_options()
2012 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
2018 for (i = 0, j = 0; i < temp_len; i++, j++) { in cifs_parse_mount_options()
/Linux-v5.10/drivers/mtd/chips/
Dcfi_cmdset_0020.c1288 unsigned long temp_len = len; in cfi_staa_unlock() local
1291 while (temp_len) { in cfi_staa_unlock()
1294 temp_len -= mtd->erasesize; in cfi_staa_unlock()