Searched refs:sync_size (Results 1 – 7 of 7) sorted by relevance
232 s32 *sync_size, in fill_sg_in() argument250 *sync_size = tcp_seq - tls_record_start_seq(record); in fill_sg_in()251 if (*sync_size < 0) { in fill_sg_in()266 *sync_size = 0; in fill_sg_in()270 remaining = *sync_size; in fill_sg_in()297 int sync_size, in fill_sg_out() argument300 sg_set_buf(&sg_out[0], dummy_buf, sync_size); in fill_sg_out()303 dummy_buf += sync_size; in fill_sg_out()311 s32 sync_size, u64 rcd_sn) in tls_enc_skb() argument328 sync_size + in tls_enc_skb()[all …]
107 s32 sync_size; in mlx5e_tls_get_sync_data() local115 sync_size = tcp_seq - tls_record_start_seq(record); in mlx5e_tls_get_sync_data()116 info->sync_len = sync_size; in mlx5e_tls_get_sync_data()117 if (unlikely(sync_size < 0)) { in mlx5e_tls_get_sync_data()124 remaining = sync_size; in mlx5e_tls_get_sync_data()
1191 unsigned long my_sync_size, sync_size = 0; in cluster_check_sync_size() local1199 my_sync_size = sb->sync_size; in cluster_check_sync_size()1230 if (sync_size == 0) in cluster_check_sync_size()1231 sync_size = sb->sync_size; in cluster_check_sync_size()1232 else if (sync_size != sb->sync_size) { in cluster_check_sync_size()1241 return (my_sync_size == sync_size) ? 0 : -1; in cluster_check_sync_size()
129 __le64 sync_size; /* 40 the size of the md device's sync range(3) */ member
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()
50 int rf69_set_sync_size(struct spi_device *spi, u8 sync_size);
689 int rf69_set_sync_size(struct spi_device *spi, u8 sync_size) in rf69_set_sync_size() argument692 if (sync_size > 0x07) { in rf69_set_sync_size()700 (sync_size << 3)); in rf69_set_sync_size()