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

/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dservices.h51 int scsi_poll(struct scsi_pkt *);
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c334 if (scsi_poll(rq_pkt) < 0) {
379 if (scsi_poll(pkt) < 0) {
404 if (scsi_poll(pkt) < 0) {
901 * This is like scsi_poll, but only does retry for TRAN_BUSY.
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c79 scsi_poll(struct scsi_pkt *pkt) function
222 * As an accommodation for scsi_poll callers, to avoid ddi_dma_sync()
H A Dscsi_hba.c7047 * NOTE: scsi_poll may not allow HBA specific recovery from TRAN_BUSY.
7049 if (scsi_poll(lunrpt_pkt) < 0) {
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c326 if ((ret = scsi_poll(pkt)) == 0 && inq != NULL)
/illumos-gate/usr/src/man/man9f/
H A DMakefile466 scsi_poll.9f \
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c7334 if (scsi_poll(pkt) < 0 ||
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c7380 err = scsi_poll(pkt);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c5001 * "dead". A polled command may well be sent from scsi_poll, and
5002 * there are retries built in to scsi_poll if the transport
5003 * accepted the packet (TRAN_ACCEPT). scsi_poll waits 1 second
13762 if (scsi_poll(pktp) < 0) {

Completed in 143 milliseconds