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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c35 /* ghd_poll() function codes: */
51 static int ghd_poll(ccc_t *cccp, gpoll_t polltype, ulong_t polltime,
439 ghd_poll(ccc_t *cccp, function
609 if (rc = ghd_poll(cccp, GHD_POLL_REQUEST, ghd_tran_abort_timeout,
648 rc = ghd_poll(cccp, GHD_POLL_DEVICE, ghd_tran_abort_lun_timeout,
682 rc = ghd_poll(cccp, GHD_POLL_DEVICE, ghd_tran_reset_target_timeout,
716 rc = ghd_poll(cccp, GHD_POLL_ALL, ghd_tran_reset_bus_timeout,
817 * then ghd_poll() waits until the request completes or times out
822 (void) ghd_poll(cccp, GHD_POLL_REQUEST, 0, gcmdp, gtgtp, intr_status);

Completed in 56 milliseconds