Home
last modified time | relevance | path

Searched refs:SMRT_CMDTYPE_INTERNAL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_sata.c45 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_sata_determine_wwn()
H A Dsmrt_ciss.c623 case SMRT_CMDTYPE_INTERNAL: in smrt_process_finishq_one()
1379 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_ctlr_reset()
1384 if ((smcm_nop = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_ctlr_reset()
1612 cancel = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, KM_NOSLEEP); in smrt_event_init()
H A Dsmrt_physical.c122 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_phys_identify()
394 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_phys_discover()
H A Dsmrt_commands.c59 case SMRT_CMDTYPE_INTERNAL: in smrt_check_command_type()
H A Dsmrt_logvol.c187 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_logvol_discover()
H A Dsmrt_hba.c686 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_tran_reset()
808 if ((abort_smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_tran_abort()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/smrt/
H A Dsmrt.h548 SMRT_CMDTYPE_INTERNAL = 1, enumerator