Searched refs:sync_list (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | busdma_bounce.c | 121 struct sync_list { struct 141 struct sync_list slist[]; argument 282 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() 905 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync() 969 struct sync_list *sl, *end; in bounce_bus_dmamap_sync()
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | busdma_machdep.c | 110 struct sync_list { struct 197 struct sync_list slist[]; 218 static void dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op); 706 mapsize = sizeof(*map) + sizeof(struct sync_list) * dmat->nsegments; in allocate_map() 1061 struct sync_list *sl; in _bus_dmamap_load_phys() 1153 struct sync_list *sl; in _bus_dmamap_load_buffer() 1325 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync() 1388 struct sync_list *sl, *end; in bus_dmamap_sync()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | busdma_bounce.c | 123 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()
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | busdma_machdep.c | 114 struct sync_list { struct 165 struct sync_list *slist; 340 struct sync_list *slist; in _busdma_alloc_dmamap() 983 struct sync_list *sl; in _bus_dmamap_load_buffer() 1259 struct sync_list *sl, *end; in bus_dmamap_sync()
|
| /freebsd-13.1/sys/netpfil/pf/ |
| H A D | if_pfsync.c | 1537 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, next) { in pfsync_drop() 1617 TAILQ_FOREACH_SAFE(st, &b->b_qs[q], sync_list, st_next) { in pfsync_sendout() 2103 TAILQ_INSERT_TAIL(&b->b_qs[q], st, sync_list); in pfsync_q_ins() 2119 TAILQ_REMOVE(&b->b_qs[q], st, sync_list); in pfsync_q_del()
|
| /freebsd-13.1/sys/net/ |
| H A D | pfvar.h | 838 TAILQ_ENTRY(pf_kstate) sync_list;
|