Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma.h270 uint16_t comp_head_idx; /**< completion ring head pointer register member
632 udma_q->comp_head_idx = (uint16_t) in al_udma_cdesc_get_all()
636 count = (udma_q->comp_head_idx - udma_q->next_cdesc_idx) & in al_udma_cdesc_get_all()
H A Dal_hal_udma_main.c330 udma_q->comp_head_idx = 0; in al_udma_q_init()
H A Dal_hal_udma_debug.c424 al_dbg(" comp_head_idx = %d\n", (uint16_t)queue->comp_head_idx); in al_udma_q_struct_print()