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

/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma.h256 uint16_t next_desc_idx; /**< index to the next available submission member in struct:al_udma_q
408 uint16_t tmp = udma_q->next_cdesc_idx - (udma_q->next_desc_idx + 1);
424 if (((udma_q->next_cdesc_idx - udma_q->next_desc_idx) &
440 uint16_t next_desc_idx; local
444 next_desc_idx = udma_q->next_desc_idx;
445 desc = udma_q->desc_base_ptr + next_desc_idx;
447 next_desc_idx++;
450 udma_q->next_desc_idx = next_desc_idx
[all...]
H A Dal_hal_udma_main.c341 udma_q->next_desc_idx = 0;
H A Dal_hal_udma_debug.c418 al_dbg(" next_desc_idx = %d\n", (uint16_t)queue->next_desc_idx);

Completed in 213 milliseconds