Searched refs:__bd_ops (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/arch/hpcmips/include/ |
| H A D | bus.h | 989 #define __bd_ops(t) (((bus_dma_tag_t)(t))->bd_ops) macro 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) [all …]
|