|
@@ -4782,6 +4782,24 @@ lpfc_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *cmnd)
|
|
|
&lpfc_cmd->cur_iocbq, SLI_IOCB_RET_IOCB);
|
|
|
if (err) {
|
|
|
atomic_dec(&ndlp->cmd_pending);
|
|
|
+ lpfc_printf_vlog(vport, KERN_INFO, LOG_FCP,
|
|
|
+ "3376 FCP could not issue IOCB err %x"
|
|
|
+ "FCP cmd x%x <%d/%d> "
|
|
|
+ "sid: x%x did: x%x oxid: x%x "
|
|
|
+ "Data: x%x x%x x%x x%x\n",
|
|
|
+ err, cmnd->cmnd[0],
|
|
|
+ cmnd->device ? cmnd->device->id : 0xffff,
|
|
|
+ cmnd->device ? cmnd->device->lun : 0xffff,
|
|
|
+ vport->fc_myDID, ndlp->nlp_DID,
|
|
|
+ phba->sli_rev == LPFC_SLI_REV4 ?
|
|
|
+ lpfc_cmd->cur_iocbq.sli4_xritag : 0xffff,
|
|
|
+ lpfc_cmd->cur_iocbq.iocb.ulpContext,
|
|
|
+ lpfc_cmd->cur_iocbq.iocb.ulpIoTag,
|
|
|
+ lpfc_cmd->cur_iocbq.iocb.ulpTimeout,
|
|
|
+ (uint32_t)
|
|
|
+ (cmnd->request->timeout / 1000));
|
|
|
+
|
|
|
+
|
|
|
goto out_host_busy_free_buf;
|
|
|
}
|
|
|
if (phba->cfg_poll & ENABLE_FCP_RING_POLLING) {
|