Home
last modified time | relevance | path

Searched refs:sync_list (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/riscv/riscv/
Dbusdma_bounce.c120 struct sync_list { struct
140 struct sync_list slist[]; argument
281 mapsize += sizeof(struct sync_list) * dmat->common.nsegments; in alloc_dmamap()
688 struct sync_list *sl; in bounce_bus_dmamap_load_phys()
758 struct sync_list *sl; in bounce_bus_dmamap_load_buffer()
906 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync()
970 struct sync_list *sl, *end; in bounce_bus_dmamap_sync()
/freebsd-12-stable/sys/arm64/arm64/
Dbusdma_bounce.c120 struct sync_list { struct
140 struct sync_list slist[]; argument
292 mapsize += sizeof(struct sync_list) * dmat->common.nsegments; in alloc_dmamap()
715 struct sync_list *sl; in bounce_bus_dmamap_load_phys()
785 struct sync_list *sl; in bounce_bus_dmamap_load_buffer()
933 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync()
997 struct sync_list *sl, *end; in bounce_bus_dmamap_sync()
/freebsd-12-stable/sys/arm/arm/
Dbusdma_machdep-v4.c127 struct sync_list { struct
210 struct sync_list slist[];
224 static void bus_dmamap_sync_sl(struct sync_list *sl, bus_dmasync_op_t op,
612 mapsize = sizeof(*map) + sizeof(struct sync_list) * dmat->nsegments; in allocate_map()
960 struct sync_list *sl; in _bus_dmamap_load_phys()
1045 struct sync_list *sl; in _bus_dmamap_load_buffer()
1261 bus_dmamap_sync_sl(struct sync_list *sl, bus_dmasync_op_t op, in bus_dmamap_sync_sl()
1345 struct sync_list *sl, *end; in bus_dmamap_sync()
Dbusdma_machdep-v6.c108 struct sync_list { struct
194 struct sync_list slist[];
215 static void dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op);
686 mapsize = sizeof(*map) + sizeof(struct sync_list) * dmat->nsegments; in allocate_map()
1041 struct sync_list *sl; in _bus_dmamap_load_phys()
1133 struct sync_list *sl; in _bus_dmamap_load_buffer()
1309 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync()
1372 struct sync_list *sl, *end; in bus_dmamap_sync()
/freebsd-12-stable/sys/mips/mips/
Dbusdma_machdep.c113 struct sync_list { struct
163 struct sync_list *slist;
340 struct sync_list *slist; in _busdma_alloc_dmamap()
964 struct sync_list *sl; in _bus_dmamap_load_buffer()
1241 struct sync_list *sl, *end; in bus_dmamap_sync()
/freebsd-12-stable/sys/netpfil/pf/
Dif_pfsync.c1548 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, next) { in pfsync_drop()
1628 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, st_next) { in pfsync_sendout()
2126 TAILQ_INSERT_TAIL(&b->b_qs[q], st, sync_list); in pfsync_q_ins()
2142 TAILQ_REMOVE(&b->b_qs[q], st, sync_list); in pfsync_q_del()
/freebsd-12-stable/sys/net/
Dpfvar.h839 TAILQ_ENTRY(pf_kstate) sync_list;