Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma.h136 union al_udma_cdesc { union
273 volatile union al_udma_cdesc *comp_head_ptr; /**< when working in get_packet mode
520 static INLINE volatile union al_udma_cdesc *al_cdesc_next( in al_cdesc_next()
522 volatile union al_udma_cdesc *cdesc, in al_cdesc_next()
531 return (union al_udma_cdesc *) in al_cdesc_next()
535 return (volatile union al_udma_cdesc *) tmp; in al_cdesc_next()
569 static INLINE volatile union al_udma_cdesc *al_cdesc_next_update( in al_cdesc_next_update()
571 volatile union al_udma_cdesc *cdesc) in al_cdesc_next_update()
577 return (union al_udma_cdesc *) udma_q->cdesc_base_ptr; in al_cdesc_next_update()
579 return (volatile union al_udma_cdesc *) ((volatile uint8_t *) cdesc + udma_q->cdesc_size); in al_cdesc_next_update()
[all …]
H A Dal_hal_udma_main.c331 udma_q->comp_head_ptr = (union al_udma_cdesc *)udma_q->cdesc_base_ptr; in al_udma_q_init()
555 volatile union al_udma_cdesc **cdesc) in al_udma_cdesc_packet_get()
558 volatile union al_udma_cdesc *curr; in al_udma_cdesc_packet_get()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c2759 volatile union al_udma_cdesc *cdesc; in al_eth_pkt_rx()