Home
last modified time | relevance | path

Searched refs:temp_len (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A 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()
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Drtsx_transport.c290 u32 temp_len = 0; in rtsx_add_sg_tbl() local
295 temp_len = 0x80000; in rtsx_add_sg_tbl()
298 temp_len = len; in rtsx_add_sg_tbl()
301 val = ((u64)addr << 32) | ((u64)temp_len << 12) | temp_opt; in rtsx_add_sg_tbl()
306 len -= temp_len; in rtsx_add_sg_tbl()
307 addr += temp_len; in rtsx_add_sg_tbl()
/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c211 u32 temp_len = 0; in plfxlc_fill_ctrlset() local
220 temp_len = temp_payload_len + in plfxlc_fill_ctrlset()
253 temp_len += 4 - tmp; in plfxlc_fill_ctrlset()
275 temp_len += 4; in plfxlc_fill_ctrlset()
279 cs->len = cpu_to_be32(temp_len); in plfxlc_fill_ctrlset()
/kernel/linux/linux-5.10/fs/cifs/
H A 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()
H A Dconnect.c1392 unsigned int temp_len, i, j; in cifs_parse_mount_options() local
2024 temp_len = strlen(value); in cifs_parse_mount_options()
2025 vol->password = kzalloc(temp_len+1, GFP_KERNEL); in cifs_parse_mount_options()
2031 for (i = 0, j = 0; i < temp_len; i++, j++) { in cifs_parse_mount_options()
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A 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()
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c1289 unsigned long temp_len = len; in cfi_staa_unlock() local
1292 while (temp_len) { in cfi_staa_unlock()
1295 temp_len -= mtd->erasesize; in cfi_staa_unlock()

Completed in 13 milliseconds