Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls_device_fallback.c244 s32 *sync_size, in fill_sg_in() argument
262 *sync_size = tcp_seq - tls_record_start_seq(record); in fill_sg_in()
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
315 sg_set_buf(&sg_out[0], dummy_buf, sync_size); in fill_sg_out()
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_desc->tag; in tls_enc_skb()
[all …]
/openbmc/linux/drivers/md/
H A Dmd-cluster.c1195 unsigned long my_sync_size, sync_size = 0; in cluster_check_sync_size() local
1203 my_sync_size = sb->sync_size; in cluster_check_sync_size()
1234 if (sync_size == 0) in cluster_check_sync_size()
1235 sync_size = sb->sync_size; in cluster_check_sync_size()
1236 else if (sync_size != sb->sync_size) { in cluster_check_sync_size()
1245 return (my_sync_size == sync_size) ? 0 : -1; in cluster_check_sync_size()
H A Dmd-bitmap.h129 __le64 sync_size; /* 40 the size of the md device's sync range(3) */ member
H A Dmd-bitmap.c500 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_update_sb()
539 (unsigned long long)le64_to_cpu(sb->sync_size)/2); in md_bitmap_print_sb()
598 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_new_disk_sb()
708 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors); in md_bitmap_read_sb()
/openbmc/linux/drivers/staging/pi433/
H A Drf69.c632 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()
H A Drf69.h51 int rf69_set_sync_size(struct spi_device *spi, u8 sync_size);