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 D | smrt_sata.c | 45 if ((smcm = smrt_command_alloc(smrt, SMRT_CMDTYPE_INTERNAL, in smrt_sata_determine_wwn()
|
H A D | smrt_ciss.c | 729 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 D | smrt_physical.c | 122 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 D | smrt_hba.c | 327 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 D | smrt_commands.c | 232 smrt_command_alloc(smrt_t *smrt, smrt_command_type_t type, int kmflags) in smrt_command_alloc() function
|
H A D | smrt_logvol.c | 187 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 D | smrt.h | 706 smrt_command_t *smrt_command_alloc(smrt_t *, smrt_command_type_t,
|