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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-tim.h209 volatile uint64_t * tim_entry_ptr; /* pointer to wqe address in timer chunk */ local
242 tim_entry_ptr = &(work_bucket_ptr->last_chunk->entries[entries_per_chunk - work_bucket_ptr->chunk_remainder]);
243 *tim_entry_ptr = cvmx_ptr_to_phys(work_entry);
275 tim_entry_ptr = &(new_chunk->entries[0]);
276 *tim_entry_ptr = cvmx_ptr_to_phys(work_entry);
290 delete_info->timer_entry_ptr = (uint64_t *)tim_entry_ptr; /* Cast to non-volatile type */

Completed in 215 milliseconds