Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c138 if (wv.dma_bld_error == 0) { in hci1394_compile_ixl()
145 *resultp = wv.dma_bld_error; in hci1394_compile_ixl()
187 wvp->dma_bld_error = 0; in hci1394_compile_ixl_init()
236 if ((wvp->dma_bld_error == 0) && (wvp->ixl_xfer_st_cnt == 0)) { in hci1394_compile_ixl_endup()
237 wvp->dma_bld_error = IXL1394_ENO_DATA_PKTS; in hci1394_compile_ixl_endup()
241 if (wvp->dma_bld_error == 0) { in hci1394_compile_ixl_endup()
247 wvp->dma_bld_error = IXL1394_ENO_DATA_PKTS; in hci1394_compile_ixl_endup()
258 wvp->dma_bld_error = IXL1394_EINTERNAL_ERROR; in hci1394_compile_ixl_endup()
271 if (wvp->dma_bld_error != 0) { in hci1394_compile_ixl_endup()
321 while ((ixlnextp != NULL) && (wvp->dma_bld_error == 0)) { in hci1394_parse_ixl()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h156 int dma_bld_error; /* compilation error code */ member