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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dvmlogrdr.c410 int user_data_count, iucv_data_count; local
417 iucv_data_count = priv->residual_length;
425 iucv_data_count = priv->local_interrupt_buffer.length;
428 *temp= iucv_data_count + sizeof(FENCE);
435 if (iucv_data_count > NET_BUFFER_SIZE)
436 iucv_data_count = NET_BUFFER_SIZE;
439 0, buffer, iucv_data_count,
455 user_data_count += iucv_data_count;

Completed in 43 milliseconds