Lines Matching defs:__bd_ops
989 #define __bd_ops(t) (((bus_dma_tag_t)(t))->bd_ops)
991 (*__bd_ops(t).bd_map_create)((t), (s), (n), (m), (b), (f), (p))
993 (*__bd_ops(t).bd_map_destroy)((t), (p))
995 (*__bd_ops(t).bd_map_load)((t), (m), (b), (s), (p), (f))
997 (*__bd_ops(t).bd_map_load_mbuf)((t), (m), (b), (f))
999 (*__bd_ops(t).bd_map_load_uio)((t), (m), (u), (f))
1001 (*__bd_ops(t).bd_map_load_raw)((t), (m), (sg), (n), (s), (f))
1003 (*__bd_ops(t).bd_map_unload)((t), (p))
1005 (void)(__bd_ops(t).bd_map_sync ? \
1006 (*__bd_ops(t).bd_map_sync)((t), (p), (o), (l), (ops)) : (void)0)
1009 (*__bd_ops(t).bd_mem_alloc)((t), (s), (a), (b), (sg), (n), (r), (f))
1011 (*__bd_ops(t).bd_mem_free)((t), (sg), (n))
1013 (*__bd_ops(t).bd_mem_map)((t), (sg), (n), (s), (k), (f))
1015 (*__bd_ops(t).bd_mem_unmap)((t), (k), (s))
1017 (*__bd_ops(t).bd_mem_mmap)((t), (sg), (n), (o), (p), (f))