Searched refs:sync_size (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/net/tls/ |
A D | tls_device_fallback.c | 244 s32 *sync_size, in fill_sg_in() argument 263 if (*sync_size < 0) { in fill_sg_in() 278 *sync_size = 0; in fill_sg_in() 282 remaining = *sync_size; in fill_sg_in() 309 int sync_size, in fill_sg_out() argument 318 dummy_buf += sync_size; in fill_sg_out() 326 s32 sync_size, u64 rcd_sn) in tls_enc_skb() argument 353 sync_size + cipher_sz->tag; in tls_enc_skb() 373 rcd_sn, sync_size + payload_len, in tls_enc_skb() 405 s32 sync_size = 0; in tls_sw_fallback() local [all …]
|
/linux-6.3-rc2/drivers/staging/pi433/ |
A D | rf69.c | 632 int rf69_set_sync_size(struct spi_device *spi, u8 sync_size) in rf69_set_sync_size() argument 635 if (sync_size > 0x07) { in rf69_set_sync_size() 636 dev_dbg(&spi->dev, "set: illegal sync size %u\n", sync_size); in rf69_set_sync_size() 643 (sync_size << 3)); in rf69_set_sync_size()
|
A D | rf69.h | 51 int rf69_set_sync_size(struct spi_device *spi, u8 sync_size);
|
/linux-6.3-rc2/drivers/md/ |
A D | md-cluster.c | 1190 unsigned long my_sync_size, sync_size = 0; in cluster_check_sync_size() local 1198 my_sync_size = sb->sync_size; in cluster_check_sync_size() 1229 if (sync_size == 0) in cluster_check_sync_size() 1230 sync_size = sb->sync_size; in cluster_check_sync_size() 1231 else if (sync_size != sb->sync_size) { in cluster_check_sync_size() 1240 return (my_sync_size == sync_size) ? 0 : -1; in cluster_check_sync_size()
|
A D | md-bitmap.h | 129 __le64 sync_size; /* 40 the size of the md device's sync range(3) */ member
|
A D | md-bitmap.c | 469 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_update_sb() 503 (unsigned long long)le64_to_cpu(sb->sync_size)/2); in md_bitmap_print_sb() 562 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_new_disk_sb() 674 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_read_sb()
|
Completed in 15 milliseconds