Home
last modified time | relevance | path

Searched refs:safexcel_ring (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/safexcel/
H A Dsafexcel.c96 safexcel_next_request(struct safexcel_ring *ring) in safexcel_next_request()
131 safexcel_alloc_request(struct safexcel_softc *sc, struct safexcel_ring *ring) in safexcel_alloc_request()
144 safexcel_free_request(struct safexcel_ring *ring, struct safexcel_request *req) in safexcel_free_request()
167 struct safexcel_ring *ring; in safexcel_rdr_intr()
553 struct safexcel_ring *ring; in safexcel_hw_setup_rings()
748 safexcel_execute(struct safexcel_softc *sc, struct safexcel_ring *ring, in safexcel_execute()
789 struct safexcel_ring *ring; in safexcel_init_rings()
890 struct safexcel_ring *ring; in safexcel_dma_free_rings()
906 struct safexcel_ring *ring; in safexcel_dma_init()
1161 struct safexcel_ring *ring; in safexcel_attach()
[all …]
H A Dsafexcel_var.h370 struct safexcel_ring { struct
415 struct safexcel_ring sc_ring[SAFEXCEL_MAX_RINGS]; argument