Home
last modified time | relevance | path

Searched refs:BOFI_DMA_R (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dbofi.h221 #define BOFI_DMA_R 4 macro
223 #define BOFI_DMA_RW (BOFI_DMA_R|BOFI_DMA_W)
/titanic_44/usr/src/cmd/th_tools/
H A Dth_define.c113 {"dma_r", BOFI_DMA_R}, {"dma_w", BOFI_DMA_W},
117 {"DMA_R", BOFI_DMA_R}, {"DMA_W", BOFI_DMA_W},
572 item->access_type == BOFI_DMA_R) && in define_op_err()
601 item->access_type == BOFI_DMA_R) && in define_op_err()
1125 if (edp->access_type & BOFI_DMA_R) in log2errdefs()
/titanic_44/usr/src/uts/common/io/
H A Dbofi.c1644 BOFI_DMA_R; in bofi_ioctl()
2315 atype = BOFI_DMA_R; in do_dma_corrupt()
3678 if ((ep->errdef.access_type & BOFI_DMA_R) && in bofi_dma_unbindhdl()
3758 if ((((ep->errdef.access_type & BOFI_DMA_R) && in bofi_dma_flush()
4176 if ((ep->errdef.access_type & BOFI_DMA_R) && in bofi_dvma_unload()
4257 if ((((ep->errdef.access_type & BOFI_DMA_R) && in bofi_dvma_sync()