Home
last modified time | relevance | path

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

/titanic_41/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.c729 if ((abort_smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_ABORTQ, in smrt_process_abortq()
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()
1602 event = smrt_command_alloc(smrt, SMRT_CMDTYPE_EVENT, KM_NOSLEEP); in smrt_event_init()
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_hba.c327 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_SCSA, in smrt_tran_setup_pkt()
686 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()
H A Dsmrt_commands.c232 smrt_command_alloc(smrt_t *smrt, smrt_command_type_t type, int kmflags) in smrt_command_alloc() function
H A Dsmrt_logvol.c187 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_logvol_discover()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/smrt/
H A Dsmrt.h706 smrt_command_t *smrt_command_alloc(smrt_t *, smrt_command_type_t,