Home
last modified time | relevance | path

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.c51 static int ghd_poll(ccc_t *cccp, gpoll_t polltype, ulong_t polltime,
439 ghd_poll(ccc_t *cccp, in ghd_poll() function
609 if (rc = ghd_poll(cccp, GHD_POLL_REQUEST, ghd_tran_abort_timeout, in ghd_tran_abort()
648 rc = ghd_poll(cccp, GHD_POLL_DEVICE, ghd_tran_abort_lun_timeout, in ghd_tran_abort_lun()
682 rc = ghd_poll(cccp, GHD_POLL_DEVICE, ghd_tran_reset_target_timeout, in ghd_tran_reset_target()
716 rc = ghd_poll(cccp, GHD_POLL_ALL, ghd_tran_reset_bus_timeout, in ghd_tran_reset_bus()
822 (void) ghd_poll(cccp, GHD_POLL_REQUEST, 0, gcmdp, gtgtp, intr_status); in ghd_transport()