Searched refs:fc_xmit_cv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_fcp.c103 cv_init(&fcp->fcp_cmd.fc_xmit_cv, NULL, CV_DRIVER, NULL);
105 cv_init(&fcp->fcp_resp.fc_xmit_cv, NULL, CV_DRIVER, NULL);
305 cv_destroy(&fcp->fcp_cmd.fc_xmit_cv);
307 cv_destroy(&fcp->fcp_resp.fc_xmit_cv);
357 if (cv_wait_sig(&fc->fc_xmit_cv, &ap->a_mutex) == 0) {
397 cv_signal(&fc->fc_xmit_cv);
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h106 kcondvar_t fc_xmit_cv; /* transmit completion cv */ member in struct:av1394_fcp_cmd_s

Completed in 78 milliseconds