Searched defs:wv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c120 hci1394_comp_ixl_vars_t wv; /* working variables used throughout */ local
128 hci1394_compile_ixl_init(&wv, soft_statep, ctxtp, ixlp);
135 hci1394_parse_ixl(&wv, ixlp);
145 if (wv.dma_bld_error == 0) {
146 hci1394_finalize_all_xfer_desc(&wv);
150 hci1394_compile_ixl_endup(&wv);
152 *resultp = wv.dma_bld_error;

Completed in 68 milliseconds