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

/linux-master/net/tls/
H A Dtls_device_fallback.c238 s32 *sync_size,
256 *sync_size = tcp_seq - tls_record_start_seq(record);
257 if (*sync_size < 0) {
272 *sync_size = 0;
276 remaining = *sync_size;
303 int sync_size,
309 sg_set_buf(&sg_out[0], dummy_buf, sync_size);
312 dummy_buf += sync_size;
320 s32 sync_size, u64 rcd_sn)
339 sync_size
234 fill_sg_in(struct scatterlist *sg_in, struct sk_buff *skb, struct tls_offload_context_tx *ctx, u64 *rcd_sn, s32 *sync_size, int *resync_sgs) argument
298 fill_sg_out(struct scatterlist sg_out[3], void *buf, struct tls_context *tls_ctx, struct sk_buff *nskb, int tcp_payload_offset, int payload_len, int sync_size, void *dummy_buf) argument
316 tls_enc_skb(struct tls_context *tls_ctx, struct scatterlist sg_out[3], struct scatterlist *sg_in, struct sk_buff *skb, s32 sync_size, u64 rcd_sn) argument
392 s32 sync_size = 0; local
[all...]
/linux-master/drivers/staging/pi433/
H A Drf69.h47 int rf69_set_sync_size(struct spi_device *spi, u8 sync_size);
H A Drf69.c632 int rf69_set_sync_size(struct spi_device *spi, u8 sync_size) argument
635 if (sync_size > 0x07) {
636 dev_dbg(&spi->dev, "set: illegal sync size %u\n", sync_size);
643 (sync_size << 3));
/linux-master/drivers/md/
H A Dmd-bitmap.h129 __le64 sync_size; /* 40 the size of the md device's sync range(3) */ member in struct:bitmap_super_s
H A Dmd-cluster.c1196 * return 0 if all the bitmaps have the same sync_size
1202 unsigned long my_sync_size, sync_size = 0; local
1210 my_sync_size = sb->sync_size;
1241 if (sync_size == 0)
1242 sync_size = sb->sync_size;
1243 else if (sync_size != sb->sync_size) {
1252 return (my_sync_size == sync_size) ? 0 : -1;
1260 * 3. The initiator node continues to check each bitmap's sync_size, i
[all...]
H A Dmd-bitmap.c500 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors);
539 (unsigned long long)le64_to_cpu(sb->sync_size)/2);
598 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors);
708 sb->sync_size = cpu_to_le64(bitmap->mddev->resync_max_sectors);

Completed in 167 milliseconds