Home
last modified time | relevance | path

Searched refs:dma_bld_error (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c145 if (wv.dma_bld_error == 0) { in hci1394_compile_ixl()
152 *resultp = wv.dma_bld_error; in hci1394_compile_ixl()
203 wvp->dma_bld_error = 0; in hci1394_compile_ixl_init()
258 if ((wvp->dma_bld_error == 0) && (wvp->ixl_xfer_st_cnt == 0)) { in hci1394_compile_ixl_endup()
263 wvp->dma_bld_error = IXL1394_ENO_DATA_PKTS; in hci1394_compile_ixl_endup()
267 if (wvp->dma_bld_error == 0) { in hci1394_compile_ixl_endup()
277 wvp->dma_bld_error = IXL1394_ENO_DATA_PKTS; in hci1394_compile_ixl_endup()
288 wvp->dma_bld_error = IXL1394_EINTERNAL_ERROR; in hci1394_compile_ixl_endup()
304 if (wvp->dma_bld_error != 0) { in hci1394_compile_ixl_endup()
361 while ((ixlnextp != NULL) && (wvp->dma_bld_error == 0)) { in hci1394_parse_ixl()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h158 int dma_bld_error; /* compilation error code */ member