Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c108 struct sync_list { struct
191 struct sync_list slist[];
212 static void dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op);
700 mapsize = sizeof(*map) + sizeof(struct sync_list) * dmat->nsegments; in allocate_map()
1055 struct sync_list *sl; in _bus_dmamap_load_phys()
1143 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()
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c123 struct sync_list { struct
144 struct sync_list slist[]; argument
390 mapsize += sizeof(struct sync_list) * dmat->common.nsegments; in alloc_dmamap()
813 struct sync_list *sl; in bounce_bus_dmamap_load_phys()
896 struct sync_list *sl; in bounce_bus_dmamap_load_buffer()
1058 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync()
1122 struct sync_list *sl, *end; in bounce_bus_dmamap_sync()
/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c114 struct sync_list { struct
165 struct sync_list *slist;
342 struct sync_list *slist; in _busdma_alloc_dmamap()
985 struct sync_list *sl; in _bus_dmamap_load_buffer()
1261 struct sync_list *sl, *end; in bus_dmamap_sync()
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1553 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, next) { in pfsync_drop()
1633 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, st_next) { in pfsync_sendout()
2108 TAILQ_INSERT_TAIL(&b->b_qs[q], st, sync_list); in pfsync_q_ins()
2124 TAILQ_REMOVE(&b->b_qs[q], st, sync_list); in pfsync_q_del()
/f-stack/tools/compat/include/net/
H A Dpfvar.h400 TAILQ_ENTRY(pf_state) sync_list;
/f-stack/freebsd/net/
H A Dpfvar.h512 TAILQ_ENTRY(pf_state) sync_list;