Searched refs:cesa_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cesa/ |
H A D | cesa.c | 110 sizeof (struct cesa_softc) 117 cesa_dump_cshd(struct cesa_softc *sc, struct cesa_sa_hdesc *cshd) in cesa_dump_cshd() 154 cesa_alloc_dma_mem(struct cesa_softc *sc, struct cesa_dma_mem *cdm, in cesa_alloc_dma_mem() 226 cesa_sync_desc(struct cesa_softc *sc, bus_dmasync_op_t op) in cesa_sync_desc() 235 cesa_alloc_request(struct cesa_softc *sc) in cesa_alloc_request() 250 cesa_free_request(struct cesa_softc *sc, struct cesa_request *cr) in cesa_free_request() 273 cesa_enqueue_request(struct cesa_softc *sc, struct cesa_request *cr) in cesa_enqueue_request() 282 cesa_alloc_tdesc(struct cesa_softc *sc) in cesa_alloc_tdesc() 296 cesa_alloc_sdesc(struct cesa_softc *sc, struct cesa_request *cr) in cesa_alloc_sdesc() 326 cesa_tdma_copy(struct cesa_softc *sc, bus_addr_t dst, bus_addr_t src, in cesa_tdma_copy() [all …]
|
H A D | cesa.h | 222 struct cesa_softc { struct 265 struct cesa_softc *cci_sc; argument
|