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

/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma.h271 uint16_t comp_head_idx; /**< completion ring head pointer register member in struct:al_udma_q
633 udma_q->comp_head_idx = (uint16_t)
637 count = (udma_q->comp_head_idx - udma_q->next_cdesc_idx) &
H A Dal_hal_udma_main.c345 udma_q->comp_head_idx = 0;
H A Dal_hal_udma_debug.c424 al_dbg(" comp_head_idx = %d\n", (uint16_t)queue->comp_head_idx);

Completed in 207 milliseconds