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

/drivers/s390/char/
H A Dvmlogrdr.c415 int user_data_count, iucv_data_count; local
422 iucv_data_count = priv->residual_length;
430 iucv_data_count = priv->local_interrupt_buffer.length;
433 *temp= iucv_data_count + sizeof(FENCE);
440 if (iucv_data_count > NET_BUFFER_SIZE)
441 iucv_data_count = NET_BUFFER_SIZE;
444 0, buffer, iucv_data_count,
460 user_data_count += iucv_data_count;

Completed in 64 milliseconds