|
@@ -3583,6 +3583,11 @@ mpt2sas_base_attach(struct MPT2SAS_ADAPTER *ioc)
|
|
|
ioc->transport_cmds.status = MPT2_CMD_NOT_USED;
|
|
|
mutex_init(&ioc->transport_cmds.mutex);
|
|
|
|
|
|
+ /* scsih internal command bits */
|
|
|
+ ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
|
|
|
+ ioc->scsih_cmds.status = MPT2_CMD_NOT_USED;
|
|
|
+ mutex_init(&ioc->scsih_cmds.mutex);
|
|
|
+
|
|
|
/* task management internal command bits */
|
|
|
ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL);
|
|
|
ioc->tm_cmds.status = MPT2_CMD_NOT_USED;
|