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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-tim.h106 volatile uint32_t chunk_remainder;/**< Zeroed by HW after traversing list */ member in struct:__anon7117
239 if (work_bucket_ptr->chunk_remainder)
242 tim_entry_ptr = &(work_bucket_ptr->last_chunk->entries[entries_per_chunk - work_bucket_ptr->chunk_remainder]);
244 work_bucket_ptr->chunk_remainder--;
274 work_bucket_ptr->chunk_remainder = entries_per_chunk - 1;

Completed in 98 milliseconds