Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dbofi.h222 #define BOFI_DMA_W 8 macro
223 #define BOFI_DMA_RW (BOFI_DMA_R|BOFI_DMA_W)
/titanic_50/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},
535 if (item->access_type != BOFI_DMA_W && in define_op_err()
571 if ((item->access_type == BOFI_DMA_W || in define_op_err()
600 if ((item->access_type == BOFI_DMA_W || in define_op_err()
1123 if (edp->access_type & BOFI_DMA_W) in log2errdefs()
/titanic_50/usr/src/uts/common/io/
H A Dbofi.c1641 BOFI_DMA_W; in bofi_ioctl()
2312 atype = BOFI_DMA_W; in do_dma_corrupt()
3310 if ((ep->errdef.access_type & BOFI_DMA_W) && in chain_on_errdefs()
3761 ((ep->errdef.access_type & BOFI_DMA_W) && in bofi_dma_flush()
4260 ((ep->errdef.access_type & BOFI_DMA_W) && in bofi_dvma_sync()