1 /*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
3 * Fibre Channel Host Bus Adapters. *
4 * Copyright (C) 2004-2016 Emulex. All rights reserved. *
5 * EMULEX and SLI are trademarks of Emulex. *
7 * Portions Copyright (C) 2004-2005 Christoph Hellwig *
9 * This program is free software; you can redistribute it and/or *
10 * modify it under the terms of version 2 of the GNU General *
11 * Public License as published by the Free Software Foundation. *
12 * This program is distributed in the hope that it will be useful. *
13 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
14 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
15 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
16 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
17 * TO BE LEGALLY INVALID. See the GNU General Public License for *
18 * more details, a copy of which can be found in the file COPYING *
19 * included with this package. *
20 *******************************************************************/
21 #include <linux/pci.h>
22 #include <linux/slab.h>
23 #include <linux/interrupt.h>
24 #include <linux/export.h>
25 #include <linux/delay.h>
26 #include <asm/unaligned.h>
27 #include <linux/crc-t10dif.h>
28 #include <net/checksum.h>
30 #include <scsi/scsi.h>
31 #include <scsi/scsi_device.h>
32 #include <scsi/scsi_eh.h>
33 #include <scsi/scsi_host.h>
34 #include <scsi/scsi_tcq.h>
35 #include <scsi/scsi_transport_fc.h>
37 #include "lpfc_version.h"
41 #include "lpfc_sli4.h"
43 #include "lpfc_disc.h"
45 #include "lpfc_scsi.h"
46 #include "lpfc_logmsg.h"
47 #include "lpfc_crtn.h"
48 #include "lpfc_vport.h"
50 #define LPFC_RESET_WAIT 2
51 #define LPFC_ABORT_WAIT 2
53 int _dump_buf_done
= 1;
55 static char *dif_op_str
[] = {
65 struct scsi_dif_tuple
{
66 __be16 guard_tag
; /* Checksum */
67 __be16 app_tag
; /* Opaque storage */
68 __be32 ref_tag
; /* Target LBA or indirect LBA */
71 static struct lpfc_rport_data
*
72 lpfc_rport_data_from_scsi_device(struct scsi_device
*sdev
)
74 struct lpfc_vport
*vport
= (struct lpfc_vport
*)sdev
->host
->hostdata
;
76 if (vport
->phba
->cfg_fof
)
77 return ((struct lpfc_device_data
*)sdev
->hostdata
)->rport_data
;
79 return (struct lpfc_rport_data
*)sdev
->hostdata
;
83 lpfc_release_scsi_buf_s4(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*psb
);
85 lpfc_release_scsi_buf_s3(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*psb
);
87 lpfc_prot_group_type(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
);
90 lpfc_debug_save_data(struct lpfc_hba
*phba
, struct scsi_cmnd
*cmnd
)
93 struct scatterlist
*sgde
= scsi_sglist(cmnd
);
95 if (!_dump_buf_data
) {
96 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
97 "9050 BLKGRD: ERROR %s _dump_buf_data is NULL\n",
104 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
105 "9051 BLKGRD: ERROR: data scatterlist is null\n");
109 dst
= (void *) _dump_buf_data
;
112 memcpy(dst
, src
, sgde
->length
);
114 sgde
= sg_next(sgde
);
119 lpfc_debug_save_dif(struct lpfc_hba
*phba
, struct scsi_cmnd
*cmnd
)
122 struct scatterlist
*sgde
= scsi_prot_sglist(cmnd
);
124 if (!_dump_buf_dif
) {
125 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
126 "9052 BLKGRD: ERROR %s _dump_buf_data is NULL\n",
132 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
133 "9053 BLKGRD: ERROR: prot scatterlist is null\n");
140 memcpy(dst
, src
, sgde
->length
);
142 sgde
= sg_next(sgde
);
146 static inline unsigned
147 lpfc_cmd_blksize(struct scsi_cmnd
*sc
)
149 return sc
->device
->sector_size
;
152 #define LPFC_CHECK_PROTECT_GUARD 1
153 #define LPFC_CHECK_PROTECT_REF 2
154 static inline unsigned
155 lpfc_cmd_protect(struct scsi_cmnd
*sc
, int flag
)
160 static inline unsigned
161 lpfc_cmd_guard_csum(struct scsi_cmnd
*sc
)
163 if (lpfc_prot_group_type(NULL
, sc
) == LPFC_PG_TYPE_NO_DIF
)
165 if (scsi_host_get_guard(sc
->device
->host
) == SHOST_DIX_GUARD_IP
)
171 * lpfc_sli4_set_rsp_sgl_last - Set the last bit in the response sge.
172 * @phba: Pointer to HBA object.
173 * @lpfc_cmd: lpfc scsi command object pointer.
175 * This function is called from the lpfc_prep_task_mgmt_cmd function to
176 * set the last bit in the response sge entry.
179 lpfc_sli4_set_rsp_sgl_last(struct lpfc_hba
*phba
,
180 struct lpfc_scsi_buf
*lpfc_cmd
)
182 struct sli4_sge
*sgl
= (struct sli4_sge
*)lpfc_cmd
->fcp_bpl
;
185 sgl
->word2
= le32_to_cpu(sgl
->word2
);
186 bf_set(lpfc_sli4_sge_last
, sgl
, 1);
187 sgl
->word2
= cpu_to_le32(sgl
->word2
);
192 * lpfc_update_stats - Update statistical data for the command completion
193 * @phba: Pointer to HBA object.
194 * @lpfc_cmd: lpfc scsi command object pointer.
196 * This function is called when there is a command completion and this
197 * function updates the statistical data for the command completion.
200 lpfc_update_stats(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*lpfc_cmd
)
202 struct lpfc_rport_data
*rdata
= lpfc_cmd
->rdata
;
203 struct lpfc_nodelist
*pnode
= rdata
->pnode
;
204 struct scsi_cmnd
*cmd
= lpfc_cmd
->pCmd
;
206 struct Scsi_Host
*shost
= cmd
->device
->host
;
207 struct lpfc_vport
*vport
= (struct lpfc_vport
*) shost
->hostdata
;
208 unsigned long latency
;
214 latency
= jiffies_to_msecs((long)jiffies
- (long)lpfc_cmd
->start_time
);
216 spin_lock_irqsave(shost
->host_lock
, flags
);
217 if (!vport
->stat_data_enabled
||
218 vport
->stat_data_blocked
||
221 (phba
->bucket_type
== LPFC_NO_BUCKET
)) {
222 spin_unlock_irqrestore(shost
->host_lock
, flags
);
226 if (phba
->bucket_type
== LPFC_LINEAR_BUCKET
) {
227 i
= (latency
+ phba
->bucket_step
- 1 - phba
->bucket_base
)/
229 /* check array subscript bounds */
232 else if (i
>= LPFC_MAX_BUCKET_COUNT
)
233 i
= LPFC_MAX_BUCKET_COUNT
- 1;
235 for (i
= 0; i
< LPFC_MAX_BUCKET_COUNT
-1; i
++)
236 if (latency
<= (phba
->bucket_base
+
237 ((1<<i
)*phba
->bucket_step
)))
241 pnode
->lat_data
[i
].cmd_count
++;
242 spin_unlock_irqrestore(shost
->host_lock
, flags
);
246 * lpfc_rampdown_queue_depth - Post RAMP_DOWN_QUEUE event to worker thread
247 * @phba: The Hba for which this call is being executed.
249 * This routine is called when there is resource error in driver or firmware.
250 * This routine posts WORKER_RAMP_DOWN_QUEUE event for @phba. This routine
251 * posts at most 1 event each second. This routine wakes up worker thread of
252 * @phba to process WORKER_RAM_DOWN_EVENT event.
254 * This routine should be called with no lock held.
257 lpfc_rampdown_queue_depth(struct lpfc_hba
*phba
)
261 unsigned long expires
;
263 spin_lock_irqsave(&phba
->hbalock
, flags
);
264 atomic_inc(&phba
->num_rsrc_err
);
265 phba
->last_rsrc_error_time
= jiffies
;
267 expires
= phba
->last_ramp_down_time
+ QUEUE_RAMP_DOWN_INTERVAL
;
268 if (time_after(expires
, jiffies
)) {
269 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
273 phba
->last_ramp_down_time
= jiffies
;
275 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
277 spin_lock_irqsave(&phba
->pport
->work_port_lock
, flags
);
278 evt_posted
= phba
->pport
->work_port_events
& WORKER_RAMP_DOWN_QUEUE
;
280 phba
->pport
->work_port_events
|= WORKER_RAMP_DOWN_QUEUE
;
281 spin_unlock_irqrestore(&phba
->pport
->work_port_lock
, flags
);
284 lpfc_worker_wake_up(phba
);
289 * lpfc_ramp_down_queue_handler - WORKER_RAMP_DOWN_QUEUE event handler
290 * @phba: The Hba for which this call is being executed.
292 * This routine is called to process WORKER_RAMP_DOWN_QUEUE event for worker
293 * thread.This routine reduces queue depth for all scsi device on each vport
294 * associated with @phba.
297 lpfc_ramp_down_queue_handler(struct lpfc_hba
*phba
)
299 struct lpfc_vport
**vports
;
300 struct Scsi_Host
*shost
;
301 struct scsi_device
*sdev
;
302 unsigned long new_queue_depth
;
303 unsigned long num_rsrc_err
, num_cmd_success
;
306 num_rsrc_err
= atomic_read(&phba
->num_rsrc_err
);
307 num_cmd_success
= atomic_read(&phba
->num_cmd_success
);
310 * The error and success command counters are global per
311 * driver instance. If another handler has already
312 * operated on this error event, just exit.
314 if (num_rsrc_err
== 0)
317 vports
= lpfc_create_vport_work_array(phba
);
319 for (i
= 0; i
<= phba
->max_vports
&& vports
[i
] != NULL
; i
++) {
320 shost
= lpfc_shost_from_vport(vports
[i
]);
321 shost_for_each_device(sdev
, shost
) {
323 sdev
->queue_depth
* num_rsrc_err
/
324 (num_rsrc_err
+ num_cmd_success
);
325 if (!new_queue_depth
)
326 new_queue_depth
= sdev
->queue_depth
- 1;
328 new_queue_depth
= sdev
->queue_depth
-
330 scsi_change_queue_depth(sdev
, new_queue_depth
);
333 lpfc_destroy_vport_work_array(phba
, vports
);
334 atomic_set(&phba
->num_rsrc_err
, 0);
335 atomic_set(&phba
->num_cmd_success
, 0);
339 * lpfc_scsi_dev_block - set all scsi hosts to block state
340 * @phba: Pointer to HBA context object.
342 * This function walks vport list and set each SCSI host to block state
343 * by invoking fc_remote_port_delete() routine. This function is invoked
344 * with EEH when device's PCI slot has been permanently disabled.
347 lpfc_scsi_dev_block(struct lpfc_hba
*phba
)
349 struct lpfc_vport
**vports
;
350 struct Scsi_Host
*shost
;
351 struct scsi_device
*sdev
;
352 struct fc_rport
*rport
;
355 vports
= lpfc_create_vport_work_array(phba
);
357 for (i
= 0; i
<= phba
->max_vports
&& vports
[i
] != NULL
; i
++) {
358 shost
= lpfc_shost_from_vport(vports
[i
]);
359 shost_for_each_device(sdev
, shost
) {
360 rport
= starget_to_rport(scsi_target(sdev
));
361 fc_remote_port_delete(rport
);
364 lpfc_destroy_vport_work_array(phba
, vports
);
368 * lpfc_new_scsi_buf_s3 - Scsi buffer allocator for HBA with SLI3 IF spec
369 * @vport: The virtual port for which this call being executed.
370 * @num_to_allocate: The requested number of buffers to allocate.
372 * This routine allocates a scsi buffer for device with SLI-3 interface spec,
373 * the scsi buffer contains all the necessary information needed to initiate
374 * a SCSI I/O. The non-DMAable buffer region contains information to build
375 * the IOCB. The DMAable region contains memory for the FCP CMND, FCP RSP,
376 * and the initial BPL. In addition to allocating memory, the FCP CMND and
377 * FCP RSP BDEs are setup in the BPL and the BPL BDE is setup in the IOCB.
380 * int - number of scsi buffers that were allocated.
381 * 0 = failure, less than num_to_alloc is a partial failure.
384 lpfc_new_scsi_buf_s3(struct lpfc_vport
*vport
, int num_to_alloc
)
386 struct lpfc_hba
*phba
= vport
->phba
;
387 struct lpfc_scsi_buf
*psb
;
388 struct ulp_bde64
*bpl
;
390 dma_addr_t pdma_phys_fcp_cmd
;
391 dma_addr_t pdma_phys_fcp_rsp
;
392 dma_addr_t pdma_phys_bpl
;
396 bpl_size
= phba
->cfg_sg_dma_buf_size
-
397 (sizeof(struct fcp_cmnd
) + sizeof(struct fcp_rsp
));
399 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
400 "9067 ALLOC %d scsi_bufs: %d (%d + %d + %d)\n",
401 num_to_alloc
, phba
->cfg_sg_dma_buf_size
,
402 (int)sizeof(struct fcp_cmnd
),
403 (int)sizeof(struct fcp_rsp
), bpl_size
);
405 for (bcnt
= 0; bcnt
< num_to_alloc
; bcnt
++) {
406 psb
= kzalloc(sizeof(struct lpfc_scsi_buf
), GFP_KERNEL
);
411 * Get memory from the pci pool to map the virt space to pci
412 * bus space for an I/O. The DMA buffer includes space for the
413 * struct fcp_cmnd, struct fcp_rsp and the number of bde's
414 * necessary to support the sg_tablesize.
416 psb
->data
= pci_pool_alloc(phba
->lpfc_scsi_dma_buf_pool
,
417 GFP_KERNEL
, &psb
->dma_handle
);
423 /* Initialize virtual ptrs to dma_buf region. */
424 memset(psb
->data
, 0, phba
->cfg_sg_dma_buf_size
);
426 /* Allocate iotag for psb->cur_iocbq. */
427 iotag
= lpfc_sli_next_iotag(phba
, &psb
->cur_iocbq
);
429 pci_pool_free(phba
->lpfc_scsi_dma_buf_pool
,
430 psb
->data
, psb
->dma_handle
);
434 psb
->cur_iocbq
.iocb_flag
|= LPFC_IO_FCP
;
436 psb
->fcp_cmnd
= psb
->data
;
437 psb
->fcp_rsp
= psb
->data
+ sizeof(struct fcp_cmnd
);
438 psb
->fcp_bpl
= psb
->data
+ sizeof(struct fcp_cmnd
) +
439 sizeof(struct fcp_rsp
);
441 /* Initialize local short-hand pointers. */
443 pdma_phys_fcp_cmd
= psb
->dma_handle
;
444 pdma_phys_fcp_rsp
= psb
->dma_handle
+ sizeof(struct fcp_cmnd
);
445 pdma_phys_bpl
= psb
->dma_handle
+ sizeof(struct fcp_cmnd
) +
446 sizeof(struct fcp_rsp
);
449 * The first two bdes are the FCP_CMD and FCP_RSP. The balance
450 * are sg list bdes. Initialize the first two and leave the
451 * rest for queuecommand.
453 bpl
[0].addrHigh
= le32_to_cpu(putPaddrHigh(pdma_phys_fcp_cmd
));
454 bpl
[0].addrLow
= le32_to_cpu(putPaddrLow(pdma_phys_fcp_cmd
));
455 bpl
[0].tus
.f
.bdeSize
= sizeof(struct fcp_cmnd
);
456 bpl
[0].tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64
;
457 bpl
[0].tus
.w
= le32_to_cpu(bpl
[0].tus
.w
);
459 /* Setup the physical region for the FCP RSP */
460 bpl
[1].addrHigh
= le32_to_cpu(putPaddrHigh(pdma_phys_fcp_rsp
));
461 bpl
[1].addrLow
= le32_to_cpu(putPaddrLow(pdma_phys_fcp_rsp
));
462 bpl
[1].tus
.f
.bdeSize
= sizeof(struct fcp_rsp
);
463 bpl
[1].tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64
;
464 bpl
[1].tus
.w
= le32_to_cpu(bpl
[1].tus
.w
);
467 * Since the IOCB for the FCP I/O is built into this
468 * lpfc_scsi_buf, initialize it with all known data now.
470 iocb
= &psb
->cur_iocbq
.iocb
;
471 iocb
->un
.fcpi64
.bdl
.ulpIoTag32
= 0;
472 if ((phba
->sli_rev
== 3) &&
473 !(phba
->sli3_options
& LPFC_SLI3_BG_ENABLED
)) {
474 /* fill in immediate fcp command BDE */
475 iocb
->un
.fcpi64
.bdl
.bdeFlags
= BUFF_TYPE_BDE_IMMED
;
476 iocb
->un
.fcpi64
.bdl
.bdeSize
= sizeof(struct fcp_cmnd
);
477 iocb
->un
.fcpi64
.bdl
.addrLow
= offsetof(IOCB_t
,
479 iocb
->un
.fcpi64
.bdl
.addrHigh
= 0;
480 iocb
->ulpBdeCount
= 0;
482 /* fill in response BDE */
483 iocb
->unsli3
.fcp_ext
.rbde
.tus
.f
.bdeFlags
=
485 iocb
->unsli3
.fcp_ext
.rbde
.tus
.f
.bdeSize
=
486 sizeof(struct fcp_rsp
);
487 iocb
->unsli3
.fcp_ext
.rbde
.addrLow
=
488 putPaddrLow(pdma_phys_fcp_rsp
);
489 iocb
->unsli3
.fcp_ext
.rbde
.addrHigh
=
490 putPaddrHigh(pdma_phys_fcp_rsp
);
492 iocb
->un
.fcpi64
.bdl
.bdeFlags
= BUFF_TYPE_BLP_64
;
493 iocb
->un
.fcpi64
.bdl
.bdeSize
=
494 (2 * sizeof(struct ulp_bde64
));
495 iocb
->un
.fcpi64
.bdl
.addrLow
=
496 putPaddrLow(pdma_phys_bpl
);
497 iocb
->un
.fcpi64
.bdl
.addrHigh
=
498 putPaddrHigh(pdma_phys_bpl
);
499 iocb
->ulpBdeCount
= 1;
502 iocb
->ulpClass
= CLASS3
;
503 psb
->status
= IOSTAT_SUCCESS
;
504 /* Put it back into the SCSI buffer list */
505 psb
->cur_iocbq
.context1
= psb
;
506 lpfc_release_scsi_buf_s3(phba
, psb
);
514 * lpfc_sli4_vport_delete_fcp_xri_aborted -Remove all ndlp references for vport
515 * @vport: pointer to lpfc vport data structure.
517 * This routine is invoked by the vport cleanup for deletions and the cleanup
518 * for an ndlp on removal.
521 lpfc_sli4_vport_delete_fcp_xri_aborted(struct lpfc_vport
*vport
)
523 struct lpfc_hba
*phba
= vport
->phba
;
524 struct lpfc_scsi_buf
*psb
, *next_psb
;
525 unsigned long iflag
= 0;
527 spin_lock_irqsave(&phba
->hbalock
, iflag
);
528 spin_lock(&phba
->sli4_hba
.abts_scsi_buf_list_lock
);
529 list_for_each_entry_safe(psb
, next_psb
,
530 &phba
->sli4_hba
.lpfc_abts_scsi_buf_list
, list
) {
531 if (psb
->rdata
&& psb
->rdata
->pnode
532 && psb
->rdata
->pnode
->vport
== vport
)
535 spin_unlock(&phba
->sli4_hba
.abts_scsi_buf_list_lock
);
536 spin_unlock_irqrestore(&phba
->hbalock
, iflag
);
540 * lpfc_sli4_fcp_xri_aborted - Fast-path process of fcp xri abort
541 * @phba: pointer to lpfc hba data structure.
542 * @axri: pointer to the fcp xri abort wcqe structure.
544 * This routine is invoked by the worker thread to process a SLI4 fast-path
548 lpfc_sli4_fcp_xri_aborted(struct lpfc_hba
*phba
,
549 struct sli4_wcqe_xri_aborted
*axri
)
551 uint16_t xri
= bf_get(lpfc_wcqe_xa_xri
, axri
);
552 uint16_t rxid
= bf_get(lpfc_wcqe_xa_remote_xid
, axri
);
553 struct lpfc_scsi_buf
*psb
, *next_psb
;
554 unsigned long iflag
= 0;
555 struct lpfc_iocbq
*iocbq
;
557 struct lpfc_nodelist
*ndlp
;
559 struct lpfc_sli_ring
*pring
= &phba
->sli
.ring
[LPFC_ELS_RING
];
561 spin_lock_irqsave(&phba
->hbalock
, iflag
);
562 spin_lock(&phba
->sli4_hba
.abts_scsi_buf_list_lock
);
563 list_for_each_entry_safe(psb
, next_psb
,
564 &phba
->sli4_hba
.lpfc_abts_scsi_buf_list
, list
) {
565 if (psb
->cur_iocbq
.sli4_xritag
== xri
) {
566 list_del(&psb
->list
);
568 psb
->status
= IOSTAT_SUCCESS
;
570 &phba
->sli4_hba
.abts_scsi_buf_list_lock
);
571 if (psb
->rdata
&& psb
->rdata
->pnode
)
572 ndlp
= psb
->rdata
->pnode
;
576 rrq_empty
= list_empty(&phba
->active_rrq_list
);
577 spin_unlock_irqrestore(&phba
->hbalock
, iflag
);
579 lpfc_set_rrq_active(phba
, ndlp
,
580 psb
->cur_iocbq
.sli4_lxritag
, rxid
, 1);
581 lpfc_sli4_abts_err_handler(phba
, ndlp
, axri
);
583 lpfc_release_scsi_buf_s4(phba
, psb
);
585 lpfc_worker_wake_up(phba
);
589 spin_unlock(&phba
->sli4_hba
.abts_scsi_buf_list_lock
);
590 for (i
= 1; i
<= phba
->sli
.last_iotag
; i
++) {
591 iocbq
= phba
->sli
.iocbq_lookup
[i
];
593 if (!(iocbq
->iocb_flag
& LPFC_IO_FCP
) ||
594 (iocbq
->iocb_flag
& LPFC_IO_LIBDFC
))
596 if (iocbq
->sli4_xritag
!= xri
)
598 psb
= container_of(iocbq
, struct lpfc_scsi_buf
, cur_iocbq
);
600 spin_unlock_irqrestore(&phba
->hbalock
, iflag
);
601 if (!list_empty(&pring
->txq
))
602 lpfc_worker_wake_up(phba
);
606 spin_unlock_irqrestore(&phba
->hbalock
, iflag
);
610 * lpfc_sli4_post_scsi_sgl_list - Psot blocks of scsi buffer sgls from a list
611 * @phba: pointer to lpfc hba data structure.
612 * @post_sblist: pointer to the scsi buffer list.
614 * This routine walks a list of scsi buffers that was passed in. It attempts
615 * to construct blocks of scsi buffer sgls which contains contiguous xris and
616 * uses the non-embedded SGL block post mailbox commands to post to the port.
617 * For single SCSI buffer sgl with non-contiguous xri, if any, it shall use
618 * embedded SGL post mailbox command for posting. The @post_sblist passed in
619 * must be local list, thus no lock is needed when manipulate the list.
621 * Returns: 0 = failure, non-zero number of successfully posted buffers.
624 lpfc_sli4_post_scsi_sgl_list(struct lpfc_hba
*phba
,
625 struct list_head
*post_sblist
, int sb_count
)
627 struct lpfc_scsi_buf
*psb
, *psb_next
;
628 int status
, sgl_size
;
629 int post_cnt
= 0, block_cnt
= 0, num_posting
= 0, num_posted
= 0;
630 dma_addr_t pdma_phys_bpl1
;
631 int last_xritag
= NO_XRI
;
632 LIST_HEAD(prep_sblist
);
633 LIST_HEAD(blck_sblist
);
634 LIST_HEAD(scsi_sblist
);
640 sgl_size
= phba
->cfg_sg_dma_buf_size
-
641 (sizeof(struct fcp_cmnd
) + sizeof(struct fcp_rsp
));
643 list_for_each_entry_safe(psb
, psb_next
, post_sblist
, list
) {
644 list_del_init(&psb
->list
);
646 if ((last_xritag
!= NO_XRI
) &&
647 (psb
->cur_iocbq
.sli4_xritag
!= last_xritag
+ 1)) {
648 /* a hole in xri block, form a sgl posting block */
649 list_splice_init(&prep_sblist
, &blck_sblist
);
650 post_cnt
= block_cnt
- 1;
651 /* prepare list for next posting block */
652 list_add_tail(&psb
->list
, &prep_sblist
);
655 /* prepare list for next posting block */
656 list_add_tail(&psb
->list
, &prep_sblist
);
657 /* enough sgls for non-embed sgl mbox command */
658 if (block_cnt
== LPFC_NEMBED_MBOX_SGL_CNT
) {
659 list_splice_init(&prep_sblist
, &blck_sblist
);
660 post_cnt
= block_cnt
;
665 last_xritag
= psb
->cur_iocbq
.sli4_xritag
;
667 /* end of repost sgl list condition for SCSI buffers */
668 if (num_posting
== sb_count
) {
670 /* last sgl posting block */
671 list_splice_init(&prep_sblist
, &blck_sblist
);
672 post_cnt
= block_cnt
;
673 } else if (block_cnt
== 1) {
674 /* last single sgl with non-contiguous xri */
675 if (sgl_size
> SGL_PAGE_SIZE
)
676 pdma_phys_bpl1
= psb
->dma_phys_bpl
+
680 status
= lpfc_sli4_post_sgl(phba
,
683 psb
->cur_iocbq
.sli4_xritag
);
685 /* failure, put on abort scsi list */
688 /* success, put on SCSI buffer list */
690 psb
->status
= IOSTAT_SUCCESS
;
693 /* success, put on SCSI buffer sgl list */
694 list_add_tail(&psb
->list
, &scsi_sblist
);
698 /* continue until a nembed page worth of sgls */
702 /* post block of SCSI buffer list sgls */
703 status
= lpfc_sli4_post_scsi_sgl_block(phba
, &blck_sblist
,
706 /* don't reset xirtag due to hole in xri block */
708 last_xritag
= NO_XRI
;
710 /* reset SCSI buffer post count for next round of posting */
713 /* put posted SCSI buffer-sgl posted on SCSI buffer sgl list */
714 while (!list_empty(&blck_sblist
)) {
715 list_remove_head(&blck_sblist
, psb
,
716 struct lpfc_scsi_buf
, list
);
718 /* failure, put on abort scsi list */
721 /* success, put on SCSI buffer list */
723 psb
->status
= IOSTAT_SUCCESS
;
726 list_add_tail(&psb
->list
, &scsi_sblist
);
729 /* Push SCSI buffers with sgl posted to the availble list */
730 while (!list_empty(&scsi_sblist
)) {
731 list_remove_head(&scsi_sblist
, psb
,
732 struct lpfc_scsi_buf
, list
);
733 lpfc_release_scsi_buf_s4(phba
, psb
);
739 * lpfc_sli4_repost_scsi_sgl_list - Repsot all the allocated scsi buffer sgls
740 * @phba: pointer to lpfc hba data structure.
742 * This routine walks the list of scsi buffers that have been allocated and
743 * repost them to the port by using SGL block post. This is needed after a
744 * pci_function_reset/warm_start or start. The lpfc_hba_down_post_s4 routine
745 * is responsible for moving all scsi buffers on the lpfc_abts_scsi_sgl_list
746 * to the lpfc_scsi_buf_list. If the repost fails, reject all scsi buffers.
748 * Returns: 0 = success, non-zero failure.
751 lpfc_sli4_repost_scsi_sgl_list(struct lpfc_hba
*phba
)
753 LIST_HEAD(post_sblist
);
754 int num_posted
, rc
= 0;
756 /* get all SCSI buffers need to repost to a local list */
757 spin_lock_irq(&phba
->scsi_buf_list_get_lock
);
758 spin_lock(&phba
->scsi_buf_list_put_lock
);
759 list_splice_init(&phba
->lpfc_scsi_buf_list_get
, &post_sblist
);
760 list_splice(&phba
->lpfc_scsi_buf_list_put
, &post_sblist
);
761 spin_unlock(&phba
->scsi_buf_list_put_lock
);
762 spin_unlock_irq(&phba
->scsi_buf_list_get_lock
);
764 /* post the list of scsi buffer sgls to port if available */
765 if (!list_empty(&post_sblist
)) {
766 num_posted
= lpfc_sli4_post_scsi_sgl_list(phba
, &post_sblist
,
767 phba
->sli4_hba
.scsi_xri_cnt
);
768 /* failed to post any scsi buffer, return error */
776 * lpfc_new_scsi_buf_s4 - Scsi buffer allocator for HBA with SLI4 IF spec
777 * @vport: The virtual port for which this call being executed.
778 * @num_to_allocate: The requested number of buffers to allocate.
780 * This routine allocates scsi buffers for device with SLI-4 interface spec,
781 * the scsi buffer contains all the necessary information needed to initiate
782 * a SCSI I/O. After allocating up to @num_to_allocate SCSI buffers and put
783 * them on a list, it post them to the port by using SGL block post.
786 * int - number of scsi buffers that were allocated and posted.
787 * 0 = failure, less than num_to_alloc is a partial failure.
790 lpfc_new_scsi_buf_s4(struct lpfc_vport
*vport
, int num_to_alloc
)
792 struct lpfc_hba
*phba
= vport
->phba
;
793 struct lpfc_scsi_buf
*psb
;
794 struct sli4_sge
*sgl
;
796 dma_addr_t pdma_phys_fcp_cmd
;
797 dma_addr_t pdma_phys_fcp_rsp
;
798 dma_addr_t pdma_phys_bpl
;
799 uint16_t iotag
, lxri
= 0;
800 int bcnt
, num_posted
, sgl_size
;
801 LIST_HEAD(prep_sblist
);
802 LIST_HEAD(post_sblist
);
803 LIST_HEAD(scsi_sblist
);
805 sgl_size
= phba
->cfg_sg_dma_buf_size
-
806 (sizeof(struct fcp_cmnd
) + sizeof(struct fcp_rsp
));
808 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
809 "9068 ALLOC %d scsi_bufs: %d (%d + %d + %d)\n",
810 num_to_alloc
, phba
->cfg_sg_dma_buf_size
, sgl_size
,
811 (int)sizeof(struct fcp_cmnd
),
812 (int)sizeof(struct fcp_rsp
));
814 for (bcnt
= 0; bcnt
< num_to_alloc
; bcnt
++) {
815 psb
= kzalloc(sizeof(struct lpfc_scsi_buf
), GFP_KERNEL
);
819 * Get memory from the pci pool to map the virt space to
820 * pci bus space for an I/O. The DMA buffer includes space
821 * for the struct fcp_cmnd, struct fcp_rsp and the number
822 * of bde's necessary to support the sg_tablesize.
824 psb
->data
= pci_pool_alloc(phba
->lpfc_scsi_dma_buf_pool
,
825 GFP_KERNEL
, &psb
->dma_handle
);
830 memset(psb
->data
, 0, phba
->cfg_sg_dma_buf_size
);
833 * 4K Page alignment is CRITICAL to BlockGuard, double check
836 if (phba
->cfg_enable_bg
&& (((unsigned long)(psb
->data
) &
837 (unsigned long)(SLI4_PAGE_SIZE
- 1)) != 0)) {
838 pci_pool_free(phba
->lpfc_scsi_dma_buf_pool
,
839 psb
->data
, psb
->dma_handle
);
845 lxri
= lpfc_sli4_next_xritag(phba
);
846 if (lxri
== NO_XRI
) {
847 pci_pool_free(phba
->lpfc_scsi_dma_buf_pool
,
848 psb
->data
, psb
->dma_handle
);
853 /* Allocate iotag for psb->cur_iocbq. */
854 iotag
= lpfc_sli_next_iotag(phba
, &psb
->cur_iocbq
);
856 pci_pool_free(phba
->lpfc_scsi_dma_buf_pool
,
857 psb
->data
, psb
->dma_handle
);
859 lpfc_printf_log(phba
, KERN_ERR
, LOG_FCP
,
860 "3368 Failed to allocated IOTAG for"
861 " XRI:0x%x\n", lxri
);
862 lpfc_sli4_free_xri(phba
, lxri
);
865 psb
->cur_iocbq
.sli4_lxritag
= lxri
;
866 psb
->cur_iocbq
.sli4_xritag
= phba
->sli4_hba
.xri_ids
[lxri
];
867 psb
->cur_iocbq
.iocb_flag
|= LPFC_IO_FCP
;
868 psb
->fcp_bpl
= psb
->data
;
869 psb
->fcp_cmnd
= (psb
->data
+ sgl_size
);
870 psb
->fcp_rsp
= (struct fcp_rsp
*)((uint8_t *)psb
->fcp_cmnd
+
871 sizeof(struct fcp_cmnd
));
873 /* Initialize local short-hand pointers. */
874 sgl
= (struct sli4_sge
*)psb
->fcp_bpl
;
875 pdma_phys_bpl
= psb
->dma_handle
;
876 pdma_phys_fcp_cmd
= (psb
->dma_handle
+ sgl_size
);
877 pdma_phys_fcp_rsp
= pdma_phys_fcp_cmd
+ sizeof(struct fcp_cmnd
);
880 * The first two bdes are the FCP_CMD and FCP_RSP.
881 * The balance are sg list bdes. Initialize the
882 * first two and leave the rest for queuecommand.
884 sgl
->addr_hi
= cpu_to_le32(putPaddrHigh(pdma_phys_fcp_cmd
));
885 sgl
->addr_lo
= cpu_to_le32(putPaddrLow(pdma_phys_fcp_cmd
));
886 sgl
->word2
= le32_to_cpu(sgl
->word2
);
887 bf_set(lpfc_sli4_sge_last
, sgl
, 0);
888 sgl
->word2
= cpu_to_le32(sgl
->word2
);
889 sgl
->sge_len
= cpu_to_le32(sizeof(struct fcp_cmnd
));
892 /* Setup the physical region for the FCP RSP */
893 sgl
->addr_hi
= cpu_to_le32(putPaddrHigh(pdma_phys_fcp_rsp
));
894 sgl
->addr_lo
= cpu_to_le32(putPaddrLow(pdma_phys_fcp_rsp
));
895 sgl
->word2
= le32_to_cpu(sgl
->word2
);
896 bf_set(lpfc_sli4_sge_last
, sgl
, 1);
897 sgl
->word2
= cpu_to_le32(sgl
->word2
);
898 sgl
->sge_len
= cpu_to_le32(sizeof(struct fcp_rsp
));
901 * Since the IOCB for the FCP I/O is built into this
902 * lpfc_scsi_buf, initialize it with all known data now.
904 iocb
= &psb
->cur_iocbq
.iocb
;
905 iocb
->un
.fcpi64
.bdl
.ulpIoTag32
= 0;
906 iocb
->un
.fcpi64
.bdl
.bdeFlags
= BUFF_TYPE_BDE_64
;
907 /* setting the BLP size to 2 * sizeof BDE may not be correct.
908 * We are setting the bpl to point to out sgl. An sgl's
909 * entries are 16 bytes, a bpl entries are 12 bytes.
911 iocb
->un
.fcpi64
.bdl
.bdeSize
= sizeof(struct fcp_cmnd
);
912 iocb
->un
.fcpi64
.bdl
.addrLow
= putPaddrLow(pdma_phys_fcp_cmd
);
913 iocb
->un
.fcpi64
.bdl
.addrHigh
= putPaddrHigh(pdma_phys_fcp_cmd
);
914 iocb
->ulpBdeCount
= 1;
916 iocb
->ulpClass
= CLASS3
;
917 psb
->cur_iocbq
.context1
= psb
;
918 psb
->dma_phys_bpl
= pdma_phys_bpl
;
920 /* add the scsi buffer to a post list */
921 list_add_tail(&psb
->list
, &post_sblist
);
922 spin_lock_irq(&phba
->scsi_buf_list_get_lock
);
923 phba
->sli4_hba
.scsi_xri_cnt
++;
924 spin_unlock_irq(&phba
->scsi_buf_list_get_lock
);
926 lpfc_printf_log(phba
, KERN_INFO
, LOG_BG
,
927 "3021 Allocate %d out of %d requested new SCSI "
928 "buffers\n", bcnt
, num_to_alloc
);
930 /* post the list of scsi buffer sgls to port if available */
931 if (!list_empty(&post_sblist
))
932 num_posted
= lpfc_sli4_post_scsi_sgl_list(phba
,
941 * lpfc_new_scsi_buf - Wrapper funciton for scsi buffer allocator
942 * @vport: The virtual port for which this call being executed.
943 * @num_to_allocate: The requested number of buffers to allocate.
945 * This routine wraps the actual SCSI buffer allocator function pointer from
946 * the lpfc_hba struct.
949 * int - number of scsi buffers that were allocated.
950 * 0 = failure, less than num_to_alloc is a partial failure.
953 lpfc_new_scsi_buf(struct lpfc_vport
*vport
, int num_to_alloc
)
955 return vport
->phba
->lpfc_new_scsi_buf(vport
, num_to_alloc
);
959 * lpfc_get_scsi_buf_s3 - Get a scsi buffer from lpfc_scsi_buf_list of the HBA
960 * @phba: The HBA for which this call is being executed.
962 * This routine removes a scsi buffer from head of @phba lpfc_scsi_buf_list list
963 * and returns to caller.
967 * Pointer to lpfc_scsi_buf - Success
969 static struct lpfc_scsi_buf
*
970 lpfc_get_scsi_buf_s3(struct lpfc_hba
*phba
, struct lpfc_nodelist
*ndlp
)
972 struct lpfc_scsi_buf
* lpfc_cmd
= NULL
;
973 struct list_head
*scsi_buf_list_get
= &phba
->lpfc_scsi_buf_list_get
;
974 unsigned long iflag
= 0;
976 spin_lock_irqsave(&phba
->scsi_buf_list_get_lock
, iflag
);
977 list_remove_head(scsi_buf_list_get
, lpfc_cmd
, struct lpfc_scsi_buf
,
980 spin_lock(&phba
->scsi_buf_list_put_lock
);
981 list_splice(&phba
->lpfc_scsi_buf_list_put
,
982 &phba
->lpfc_scsi_buf_list_get
);
983 INIT_LIST_HEAD(&phba
->lpfc_scsi_buf_list_put
);
984 list_remove_head(scsi_buf_list_get
, lpfc_cmd
,
985 struct lpfc_scsi_buf
, list
);
986 spin_unlock(&phba
->scsi_buf_list_put_lock
);
988 spin_unlock_irqrestore(&phba
->scsi_buf_list_get_lock
, iflag
);
992 * lpfc_get_scsi_buf_s4 - Get a scsi buffer from lpfc_scsi_buf_list of the HBA
993 * @phba: The HBA for which this call is being executed.
995 * This routine removes a scsi buffer from head of @phba lpfc_scsi_buf_list list
996 * and returns to caller.
1000 * Pointer to lpfc_scsi_buf - Success
1002 static struct lpfc_scsi_buf
*
1003 lpfc_get_scsi_buf_s4(struct lpfc_hba
*phba
, struct lpfc_nodelist
*ndlp
)
1005 struct lpfc_scsi_buf
*lpfc_cmd
, *lpfc_cmd_next
;
1006 unsigned long iflag
= 0;
1009 spin_lock_irqsave(&phba
->scsi_buf_list_get_lock
, iflag
);
1010 list_for_each_entry_safe(lpfc_cmd
, lpfc_cmd_next
,
1011 &phba
->lpfc_scsi_buf_list_get
, list
) {
1012 if (lpfc_test_rrq_active(phba
, ndlp
,
1013 lpfc_cmd
->cur_iocbq
.sli4_lxritag
))
1015 list_del(&lpfc_cmd
->list
);
1020 spin_lock(&phba
->scsi_buf_list_put_lock
);
1021 list_splice(&phba
->lpfc_scsi_buf_list_put
,
1022 &phba
->lpfc_scsi_buf_list_get
);
1023 INIT_LIST_HEAD(&phba
->lpfc_scsi_buf_list_put
);
1024 spin_unlock(&phba
->scsi_buf_list_put_lock
);
1025 list_for_each_entry_safe(lpfc_cmd
, lpfc_cmd_next
,
1026 &phba
->lpfc_scsi_buf_list_get
, list
) {
1027 if (lpfc_test_rrq_active(
1028 phba
, ndlp
, lpfc_cmd
->cur_iocbq
.sli4_lxritag
))
1030 list_del(&lpfc_cmd
->list
);
1035 spin_unlock_irqrestore(&phba
->scsi_buf_list_get_lock
, iflag
);
1041 * lpfc_get_scsi_buf - Get a scsi buffer from lpfc_scsi_buf_list of the HBA
1042 * @phba: The HBA for which this call is being executed.
1044 * This routine removes a scsi buffer from head of @phba lpfc_scsi_buf_list list
1045 * and returns to caller.
1049 * Pointer to lpfc_scsi_buf - Success
1051 static struct lpfc_scsi_buf
*
1052 lpfc_get_scsi_buf(struct lpfc_hba
*phba
, struct lpfc_nodelist
*ndlp
)
1054 return phba
->lpfc_get_scsi_buf(phba
, ndlp
);
1058 * lpfc_release_scsi_buf - Return a scsi buffer back to hba scsi buf list
1059 * @phba: The Hba for which this call is being executed.
1060 * @psb: The scsi buffer which is being released.
1062 * This routine releases @psb scsi buffer by adding it to tail of @phba
1063 * lpfc_scsi_buf_list list.
1066 lpfc_release_scsi_buf_s3(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*psb
)
1068 unsigned long iflag
= 0;
1071 psb
->nonsg_phys
= 0;
1072 psb
->prot_seg_cnt
= 0;
1074 spin_lock_irqsave(&phba
->scsi_buf_list_put_lock
, iflag
);
1076 psb
->cur_iocbq
.iocb_flag
= LPFC_IO_FCP
;
1077 list_add_tail(&psb
->list
, &phba
->lpfc_scsi_buf_list_put
);
1078 spin_unlock_irqrestore(&phba
->scsi_buf_list_put_lock
, iflag
);
1082 * lpfc_release_scsi_buf_s4: Return a scsi buffer back to hba scsi buf list.
1083 * @phba: The Hba for which this call is being executed.
1084 * @psb: The scsi buffer which is being released.
1086 * This routine releases @psb scsi buffer by adding it to tail of @phba
1087 * lpfc_scsi_buf_list list. For SLI4 XRI's are tied to the scsi buffer
1088 * and cannot be reused for at least RA_TOV amount of time if it was
1092 lpfc_release_scsi_buf_s4(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*psb
)
1094 unsigned long iflag
= 0;
1097 psb
->nonsg_phys
= 0;
1098 psb
->prot_seg_cnt
= 0;
1100 if (psb
->exch_busy
) {
1101 spin_lock_irqsave(&phba
->sli4_hba
.abts_scsi_buf_list_lock
,
1104 list_add_tail(&psb
->list
,
1105 &phba
->sli4_hba
.lpfc_abts_scsi_buf_list
);
1106 spin_unlock_irqrestore(&phba
->sli4_hba
.abts_scsi_buf_list_lock
,
1110 psb
->cur_iocbq
.iocb_flag
= LPFC_IO_FCP
;
1111 spin_lock_irqsave(&phba
->scsi_buf_list_put_lock
, iflag
);
1112 list_add_tail(&psb
->list
, &phba
->lpfc_scsi_buf_list_put
);
1113 spin_unlock_irqrestore(&phba
->scsi_buf_list_put_lock
, iflag
);
1118 * lpfc_release_scsi_buf: Return a scsi buffer back to hba scsi buf list.
1119 * @phba: The Hba for which this call is being executed.
1120 * @psb: The scsi buffer which is being released.
1122 * This routine releases @psb scsi buffer by adding it to tail of @phba
1123 * lpfc_scsi_buf_list list.
1126 lpfc_release_scsi_buf(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*psb
)
1129 phba
->lpfc_release_scsi_buf(phba
, psb
);
1133 * lpfc_scsi_prep_dma_buf_s3 - DMA mapping for scsi buffer to SLI3 IF spec
1134 * @phba: The Hba for which this call is being executed.
1135 * @lpfc_cmd: The scsi buffer which is going to be mapped.
1137 * This routine does the pci dma mapping for scatter-gather list of scsi cmnd
1138 * field of @lpfc_cmd for device with SLI-3 interface spec. This routine scans
1139 * through sg elements and format the bdea. This routine also initializes all
1140 * IOCB fields which are dependent on scsi command request buffer.
1147 lpfc_scsi_prep_dma_buf_s3(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*lpfc_cmd
)
1149 struct scsi_cmnd
*scsi_cmnd
= lpfc_cmd
->pCmd
;
1150 struct scatterlist
*sgel
= NULL
;
1151 struct fcp_cmnd
*fcp_cmnd
= lpfc_cmd
->fcp_cmnd
;
1152 struct ulp_bde64
*bpl
= lpfc_cmd
->fcp_bpl
;
1153 struct lpfc_iocbq
*iocbq
= &lpfc_cmd
->cur_iocbq
;
1154 IOCB_t
*iocb_cmd
= &lpfc_cmd
->cur_iocbq
.iocb
;
1155 struct ulp_bde64
*data_bde
= iocb_cmd
->unsli3
.fcp_ext
.dbde
;
1156 dma_addr_t physaddr
;
1157 uint32_t num_bde
= 0;
1158 int nseg
, datadir
= scsi_cmnd
->sc_data_direction
;
1161 * There are three possibilities here - use scatter-gather segment, use
1162 * the single mapping, or neither. Start the lpfc command prep by
1163 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
1167 if (scsi_sg_count(scsi_cmnd
)) {
1169 * The driver stores the segment count returned from pci_map_sg
1170 * because this a count of dma-mappings used to map the use_sg
1171 * pages. They are not guaranteed to be the same for those
1172 * architectures that implement an IOMMU.
1175 nseg
= dma_map_sg(&phba
->pcidev
->dev
, scsi_sglist(scsi_cmnd
),
1176 scsi_sg_count(scsi_cmnd
), datadir
);
1177 if (unlikely(!nseg
))
1180 lpfc_cmd
->seg_cnt
= nseg
;
1181 if (lpfc_cmd
->seg_cnt
> phba
->cfg_sg_seg_cnt
) {
1182 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1183 "9064 BLKGRD: %s: Too many sg segments from "
1184 "dma_map_sg. Config %d, seg_cnt %d\n",
1185 __func__
, phba
->cfg_sg_seg_cnt
,
1187 lpfc_cmd
->seg_cnt
= 0;
1188 scsi_dma_unmap(scsi_cmnd
);
1193 * The driver established a maximum scatter-gather segment count
1194 * during probe that limits the number of sg elements in any
1195 * single scsi command. Just run through the seg_cnt and format
1197 * When using SLI-3 the driver will try to fit all the BDEs into
1198 * the IOCB. If it can't then the BDEs get added to a BPL as it
1199 * does for SLI-2 mode.
1201 scsi_for_each_sg(scsi_cmnd
, sgel
, nseg
, num_bde
) {
1202 physaddr
= sg_dma_address(sgel
);
1203 if (phba
->sli_rev
== 3 &&
1204 !(phba
->sli3_options
& LPFC_SLI3_BG_ENABLED
) &&
1205 !(iocbq
->iocb_flag
& DSS_SECURITY_OP
) &&
1206 nseg
<= LPFC_EXT_DATA_BDE_COUNT
) {
1207 data_bde
->tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64
;
1208 data_bde
->tus
.f
.bdeSize
= sg_dma_len(sgel
);
1209 data_bde
->addrLow
= putPaddrLow(physaddr
);
1210 data_bde
->addrHigh
= putPaddrHigh(physaddr
);
1213 bpl
->tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64
;
1214 bpl
->tus
.f
.bdeSize
= sg_dma_len(sgel
);
1215 bpl
->tus
.w
= le32_to_cpu(bpl
->tus
.w
);
1217 le32_to_cpu(putPaddrLow(physaddr
));
1219 le32_to_cpu(putPaddrHigh(physaddr
));
1226 * Finish initializing those IOCB fields that are dependent on the
1227 * scsi_cmnd request_buffer. Note that for SLI-2 the bdeSize is
1228 * explicitly reinitialized and for SLI-3 the extended bde count is
1229 * explicitly reinitialized since all iocb memory resources are reused.
1231 if (phba
->sli_rev
== 3 &&
1232 !(phba
->sli3_options
& LPFC_SLI3_BG_ENABLED
) &&
1233 !(iocbq
->iocb_flag
& DSS_SECURITY_OP
)) {
1234 if (num_bde
> LPFC_EXT_DATA_BDE_COUNT
) {
1236 * The extended IOCB format can only fit 3 BDE or a BPL.
1237 * This I/O has more than 3 BDE so the 1st data bde will
1238 * be a BPL that is filled in here.
1240 physaddr
= lpfc_cmd
->dma_handle
;
1241 data_bde
->tus
.f
.bdeFlags
= BUFF_TYPE_BLP_64
;
1242 data_bde
->tus
.f
.bdeSize
= (num_bde
*
1243 sizeof(struct ulp_bde64
));
1244 physaddr
+= (sizeof(struct fcp_cmnd
) +
1245 sizeof(struct fcp_rsp
) +
1246 (2 * sizeof(struct ulp_bde64
)));
1247 data_bde
->addrHigh
= putPaddrHigh(physaddr
);
1248 data_bde
->addrLow
= putPaddrLow(physaddr
);
1249 /* ebde count includes the response bde and data bpl */
1250 iocb_cmd
->unsli3
.fcp_ext
.ebde_count
= 2;
1252 /* ebde count includes the response bde and data bdes */
1253 iocb_cmd
->unsli3
.fcp_ext
.ebde_count
= (num_bde
+ 1);
1256 iocb_cmd
->un
.fcpi64
.bdl
.bdeSize
=
1257 ((num_bde
+ 2) * sizeof(struct ulp_bde64
));
1258 iocb_cmd
->unsli3
.fcp_ext
.ebde_count
= (num_bde
+ 1);
1260 fcp_cmnd
->fcpDl
= cpu_to_be32(scsi_bufflen(scsi_cmnd
));
1263 * Due to difference in data length between DIF/non-DIF paths,
1264 * we need to set word 4 of IOCB here
1266 iocb_cmd
->un
.fcpi
.fcpi_parm
= scsi_bufflen(scsi_cmnd
);
1270 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
1272 /* Return if if error injection is detected by Initiator */
1273 #define BG_ERR_INIT 0x1
1274 /* Return if if error injection is detected by Target */
1275 #define BG_ERR_TGT 0x2
1276 /* Return if if swapping CSUM<-->CRC is required for error injection */
1277 #define BG_ERR_SWAP 0x10
1278 /* Return if disabling Guard/Ref/App checking is required for error injection */
1279 #define BG_ERR_CHECK 0x20
1282 * lpfc_bg_err_inject - Determine if we should inject an error
1283 * @phba: The Hba for which this call is being executed.
1284 * @sc: The SCSI command to examine
1285 * @reftag: (out) BlockGuard reference tag for transmitted data
1286 * @apptag: (out) BlockGuard application tag for transmitted data
1287 * @new_guard (in) Value to replace CRC with if needed
1289 * Returns BG_ERR_* bit mask or 0 if request ignored
1292 lpfc_bg_err_inject(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
,
1293 uint32_t *reftag
, uint16_t *apptag
, uint32_t new_guard
)
1295 struct scatterlist
*sgpe
; /* s/g prot entry */
1296 struct lpfc_scsi_buf
*lpfc_cmd
= NULL
;
1297 struct scsi_dif_tuple
*src
= NULL
;
1298 struct lpfc_nodelist
*ndlp
;
1299 struct lpfc_rport_data
*rdata
;
1300 uint32_t op
= scsi_get_prot_op(sc
);
1307 if (op
== SCSI_PROT_NORMAL
)
1310 sgpe
= scsi_prot_sglist(sc
);
1311 lba
= scsi_get_lba(sc
);
1313 /* First check if we need to match the LBA */
1314 if (phba
->lpfc_injerr_lba
!= LPFC_INJERR_LBA_OFF
) {
1315 blksize
= lpfc_cmd_blksize(sc
);
1316 numblks
= (scsi_bufflen(sc
) + blksize
- 1) / blksize
;
1318 /* Make sure we have the right LBA if one is specified */
1319 if ((phba
->lpfc_injerr_lba
< lba
) ||
1320 (phba
->lpfc_injerr_lba
>= (lba
+ numblks
)))
1323 blockoff
= phba
->lpfc_injerr_lba
- lba
;
1324 numblks
= sg_dma_len(sgpe
) /
1325 sizeof(struct scsi_dif_tuple
);
1326 if (numblks
< blockoff
)
1331 /* Next check if we need to match the remote NPortID or WWPN */
1332 rdata
= lpfc_rport_data_from_scsi_device(sc
->device
);
1333 if (rdata
&& rdata
->pnode
) {
1334 ndlp
= rdata
->pnode
;
1336 /* Make sure we have the right NPortID if one is specified */
1337 if (phba
->lpfc_injerr_nportid
&&
1338 (phba
->lpfc_injerr_nportid
!= ndlp
->nlp_DID
))
1342 * Make sure we have the right WWPN if one is specified.
1343 * wwn[0] should be a non-zero NAA in a good WWPN.
1345 if (phba
->lpfc_injerr_wwpn
.u
.wwn
[0] &&
1346 (memcmp(&ndlp
->nlp_portname
, &phba
->lpfc_injerr_wwpn
,
1347 sizeof(struct lpfc_name
)) != 0))
1351 /* Setup a ptr to the protection data if the SCSI host provides it */
1353 src
= (struct scsi_dif_tuple
*)sg_virt(sgpe
);
1355 lpfc_cmd
= (struct lpfc_scsi_buf
*)sc
->host_scribble
;
1358 /* Should we change the Reference Tag */
1360 if (phba
->lpfc_injerr_wref_cnt
) {
1362 case SCSI_PROT_WRITE_PASS
:
1365 * For WRITE_PASS, force the error
1366 * to be sent on the wire. It should
1367 * be detected by the Target.
1368 * If blockoff != 0 error will be
1369 * inserted in middle of the IO.
1372 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1373 "9076 BLKGRD: Injecting reftag error: "
1374 "write lba x%lx + x%x oldrefTag x%x\n",
1375 (unsigned long)lba
, blockoff
,
1376 be32_to_cpu(src
->ref_tag
));
1379 * Save the old ref_tag so we can
1380 * restore it on completion.
1383 lpfc_cmd
->prot_data_type
=
1385 lpfc_cmd
->prot_data_segment
=
1387 lpfc_cmd
->prot_data
=
1390 src
->ref_tag
= cpu_to_be32(0xDEADBEEF);
1391 phba
->lpfc_injerr_wref_cnt
--;
1392 if (phba
->lpfc_injerr_wref_cnt
== 0) {
1393 phba
->lpfc_injerr_nportid
= 0;
1394 phba
->lpfc_injerr_lba
=
1395 LPFC_INJERR_LBA_OFF
;
1396 memset(&phba
->lpfc_injerr_wwpn
,
1397 0, sizeof(struct lpfc_name
));
1399 rc
= BG_ERR_TGT
| BG_ERR_CHECK
;
1404 case SCSI_PROT_WRITE_INSERT
:
1406 * For WRITE_INSERT, force the error
1407 * to be sent on the wire. It should be
1408 * detected by the Target.
1410 /* DEADBEEF will be the reftag on the wire */
1411 *reftag
= 0xDEADBEEF;
1412 phba
->lpfc_injerr_wref_cnt
--;
1413 if (phba
->lpfc_injerr_wref_cnt
== 0) {
1414 phba
->lpfc_injerr_nportid
= 0;
1415 phba
->lpfc_injerr_lba
=
1416 LPFC_INJERR_LBA_OFF
;
1417 memset(&phba
->lpfc_injerr_wwpn
,
1418 0, sizeof(struct lpfc_name
));
1420 rc
= BG_ERR_TGT
| BG_ERR_CHECK
;
1422 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1423 "9078 BLKGRD: Injecting reftag error: "
1424 "write lba x%lx\n", (unsigned long)lba
);
1426 case SCSI_PROT_WRITE_STRIP
:
1428 * For WRITE_STRIP and WRITE_PASS,
1429 * force the error on data
1430 * being copied from SLI-Host to SLI-Port.
1432 *reftag
= 0xDEADBEEF;
1433 phba
->lpfc_injerr_wref_cnt
--;
1434 if (phba
->lpfc_injerr_wref_cnt
== 0) {
1435 phba
->lpfc_injerr_nportid
= 0;
1436 phba
->lpfc_injerr_lba
=
1437 LPFC_INJERR_LBA_OFF
;
1438 memset(&phba
->lpfc_injerr_wwpn
,
1439 0, sizeof(struct lpfc_name
));
1443 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1444 "9077 BLKGRD: Injecting reftag error: "
1445 "write lba x%lx\n", (unsigned long)lba
);
1449 if (phba
->lpfc_injerr_rref_cnt
) {
1451 case SCSI_PROT_READ_INSERT
:
1452 case SCSI_PROT_READ_STRIP
:
1453 case SCSI_PROT_READ_PASS
:
1455 * For READ_STRIP and READ_PASS, force the
1456 * error on data being read off the wire. It
1457 * should force an IO error to the driver.
1459 *reftag
= 0xDEADBEEF;
1460 phba
->lpfc_injerr_rref_cnt
--;
1461 if (phba
->lpfc_injerr_rref_cnt
== 0) {
1462 phba
->lpfc_injerr_nportid
= 0;
1463 phba
->lpfc_injerr_lba
=
1464 LPFC_INJERR_LBA_OFF
;
1465 memset(&phba
->lpfc_injerr_wwpn
,
1466 0, sizeof(struct lpfc_name
));
1470 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1471 "9079 BLKGRD: Injecting reftag error: "
1472 "read lba x%lx\n", (unsigned long)lba
);
1478 /* Should we change the Application Tag */
1480 if (phba
->lpfc_injerr_wapp_cnt
) {
1482 case SCSI_PROT_WRITE_PASS
:
1485 * For WRITE_PASS, force the error
1486 * to be sent on the wire. It should
1487 * be detected by the Target.
1488 * If blockoff != 0 error will be
1489 * inserted in middle of the IO.
1492 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1493 "9080 BLKGRD: Injecting apptag error: "
1494 "write lba x%lx + x%x oldappTag x%x\n",
1495 (unsigned long)lba
, blockoff
,
1496 be16_to_cpu(src
->app_tag
));
1499 * Save the old app_tag so we can
1500 * restore it on completion.
1503 lpfc_cmd
->prot_data_type
=
1505 lpfc_cmd
->prot_data_segment
=
1507 lpfc_cmd
->prot_data
=
1510 src
->app_tag
= cpu_to_be16(0xDEAD);
1511 phba
->lpfc_injerr_wapp_cnt
--;
1512 if (phba
->lpfc_injerr_wapp_cnt
== 0) {
1513 phba
->lpfc_injerr_nportid
= 0;
1514 phba
->lpfc_injerr_lba
=
1515 LPFC_INJERR_LBA_OFF
;
1516 memset(&phba
->lpfc_injerr_wwpn
,
1517 0, sizeof(struct lpfc_name
));
1519 rc
= BG_ERR_TGT
| BG_ERR_CHECK
;
1523 case SCSI_PROT_WRITE_INSERT
:
1525 * For WRITE_INSERT, force the
1526 * error to be sent on the wire. It should be
1527 * detected by the Target.
1529 /* DEAD will be the apptag on the wire */
1531 phba
->lpfc_injerr_wapp_cnt
--;
1532 if (phba
->lpfc_injerr_wapp_cnt
== 0) {
1533 phba
->lpfc_injerr_nportid
= 0;
1534 phba
->lpfc_injerr_lba
=
1535 LPFC_INJERR_LBA_OFF
;
1536 memset(&phba
->lpfc_injerr_wwpn
,
1537 0, sizeof(struct lpfc_name
));
1539 rc
= BG_ERR_TGT
| BG_ERR_CHECK
;
1541 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1542 "0813 BLKGRD: Injecting apptag error: "
1543 "write lba x%lx\n", (unsigned long)lba
);
1545 case SCSI_PROT_WRITE_STRIP
:
1547 * For WRITE_STRIP and WRITE_PASS,
1548 * force the error on data
1549 * being copied from SLI-Host to SLI-Port.
1552 phba
->lpfc_injerr_wapp_cnt
--;
1553 if (phba
->lpfc_injerr_wapp_cnt
== 0) {
1554 phba
->lpfc_injerr_nportid
= 0;
1555 phba
->lpfc_injerr_lba
=
1556 LPFC_INJERR_LBA_OFF
;
1557 memset(&phba
->lpfc_injerr_wwpn
,
1558 0, sizeof(struct lpfc_name
));
1562 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1563 "0812 BLKGRD: Injecting apptag error: "
1564 "write lba x%lx\n", (unsigned long)lba
);
1568 if (phba
->lpfc_injerr_rapp_cnt
) {
1570 case SCSI_PROT_READ_INSERT
:
1571 case SCSI_PROT_READ_STRIP
:
1572 case SCSI_PROT_READ_PASS
:
1574 * For READ_STRIP and READ_PASS, force the
1575 * error on data being read off the wire. It
1576 * should force an IO error to the driver.
1579 phba
->lpfc_injerr_rapp_cnt
--;
1580 if (phba
->lpfc_injerr_rapp_cnt
== 0) {
1581 phba
->lpfc_injerr_nportid
= 0;
1582 phba
->lpfc_injerr_lba
=
1583 LPFC_INJERR_LBA_OFF
;
1584 memset(&phba
->lpfc_injerr_wwpn
,
1585 0, sizeof(struct lpfc_name
));
1589 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1590 "0814 BLKGRD: Injecting apptag error: "
1591 "read lba x%lx\n", (unsigned long)lba
);
1598 /* Should we change the Guard Tag */
1600 if (phba
->lpfc_injerr_wgrd_cnt
) {
1602 case SCSI_PROT_WRITE_PASS
:
1606 case SCSI_PROT_WRITE_INSERT
:
1608 * For WRITE_INSERT, force the
1609 * error to be sent on the wire. It should be
1610 * detected by the Target.
1612 phba
->lpfc_injerr_wgrd_cnt
--;
1613 if (phba
->lpfc_injerr_wgrd_cnt
== 0) {
1614 phba
->lpfc_injerr_nportid
= 0;
1615 phba
->lpfc_injerr_lba
=
1616 LPFC_INJERR_LBA_OFF
;
1617 memset(&phba
->lpfc_injerr_wwpn
,
1618 0, sizeof(struct lpfc_name
));
1621 rc
|= BG_ERR_TGT
| BG_ERR_SWAP
;
1622 /* Signals the caller to swap CRC->CSUM */
1624 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1625 "0817 BLKGRD: Injecting guard error: "
1626 "write lba x%lx\n", (unsigned long)lba
);
1628 case SCSI_PROT_WRITE_STRIP
:
1630 * For WRITE_STRIP and WRITE_PASS,
1631 * force the error on data
1632 * being copied from SLI-Host to SLI-Port.
1634 phba
->lpfc_injerr_wgrd_cnt
--;
1635 if (phba
->lpfc_injerr_wgrd_cnt
== 0) {
1636 phba
->lpfc_injerr_nportid
= 0;
1637 phba
->lpfc_injerr_lba
=
1638 LPFC_INJERR_LBA_OFF
;
1639 memset(&phba
->lpfc_injerr_wwpn
,
1640 0, sizeof(struct lpfc_name
));
1643 rc
= BG_ERR_INIT
| BG_ERR_SWAP
;
1644 /* Signals the caller to swap CRC->CSUM */
1646 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1647 "0816 BLKGRD: Injecting guard error: "
1648 "write lba x%lx\n", (unsigned long)lba
);
1652 if (phba
->lpfc_injerr_rgrd_cnt
) {
1654 case SCSI_PROT_READ_INSERT
:
1655 case SCSI_PROT_READ_STRIP
:
1656 case SCSI_PROT_READ_PASS
:
1658 * For READ_STRIP and READ_PASS, force the
1659 * error on data being read off the wire. It
1660 * should force an IO error to the driver.
1662 phba
->lpfc_injerr_rgrd_cnt
--;
1663 if (phba
->lpfc_injerr_rgrd_cnt
== 0) {
1664 phba
->lpfc_injerr_nportid
= 0;
1665 phba
->lpfc_injerr_lba
=
1666 LPFC_INJERR_LBA_OFF
;
1667 memset(&phba
->lpfc_injerr_wwpn
,
1668 0, sizeof(struct lpfc_name
));
1671 rc
= BG_ERR_INIT
| BG_ERR_SWAP
;
1672 /* Signals the caller to swap CRC->CSUM */
1674 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1675 "0818 BLKGRD: Injecting guard error: "
1676 "read lba x%lx\n", (unsigned long)lba
);
1686 * lpfc_sc_to_bg_opcodes - Determine the BlockGuard opcodes to be used with
1687 * the specified SCSI command.
1688 * @phba: The Hba for which this call is being executed.
1689 * @sc: The SCSI command to examine
1690 * @txopt: (out) BlockGuard operation for transmitted data
1691 * @rxopt: (out) BlockGuard operation for received data
1693 * Returns: zero on success; non-zero if tx and/or rx op cannot be determined
1697 lpfc_sc_to_bg_opcodes(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
,
1698 uint8_t *txop
, uint8_t *rxop
)
1702 if (lpfc_cmd_guard_csum(sc
)) {
1703 switch (scsi_get_prot_op(sc
)) {
1704 case SCSI_PROT_READ_INSERT
:
1705 case SCSI_PROT_WRITE_STRIP
:
1706 *rxop
= BG_OP_IN_NODIF_OUT_CSUM
;
1707 *txop
= BG_OP_IN_CSUM_OUT_NODIF
;
1710 case SCSI_PROT_READ_STRIP
:
1711 case SCSI_PROT_WRITE_INSERT
:
1712 *rxop
= BG_OP_IN_CRC_OUT_NODIF
;
1713 *txop
= BG_OP_IN_NODIF_OUT_CRC
;
1716 case SCSI_PROT_READ_PASS
:
1717 case SCSI_PROT_WRITE_PASS
:
1718 *rxop
= BG_OP_IN_CRC_OUT_CSUM
;
1719 *txop
= BG_OP_IN_CSUM_OUT_CRC
;
1722 case SCSI_PROT_NORMAL
:
1724 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1725 "9063 BLKGRD: Bad op/guard:%d/IP combination\n",
1726 scsi_get_prot_op(sc
));
1732 switch (scsi_get_prot_op(sc
)) {
1733 case SCSI_PROT_READ_STRIP
:
1734 case SCSI_PROT_WRITE_INSERT
:
1735 *rxop
= BG_OP_IN_CRC_OUT_NODIF
;
1736 *txop
= BG_OP_IN_NODIF_OUT_CRC
;
1739 case SCSI_PROT_READ_PASS
:
1740 case SCSI_PROT_WRITE_PASS
:
1741 *rxop
= BG_OP_IN_CRC_OUT_CRC
;
1742 *txop
= BG_OP_IN_CRC_OUT_CRC
;
1745 case SCSI_PROT_READ_INSERT
:
1746 case SCSI_PROT_WRITE_STRIP
:
1747 *rxop
= BG_OP_IN_NODIF_OUT_CRC
;
1748 *txop
= BG_OP_IN_CRC_OUT_NODIF
;
1751 case SCSI_PROT_NORMAL
:
1753 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
1754 "9075 BLKGRD: Bad op/guard:%d/CRC combination\n",
1755 scsi_get_prot_op(sc
));
1764 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
1766 * lpfc_bg_err_opcodes - reDetermine the BlockGuard opcodes to be used with
1767 * the specified SCSI command in order to force a guard tag error.
1768 * @phba: The Hba for which this call is being executed.
1769 * @sc: The SCSI command to examine
1770 * @txopt: (out) BlockGuard operation for transmitted data
1771 * @rxopt: (out) BlockGuard operation for received data
1773 * Returns: zero on success; non-zero if tx and/or rx op cannot be determined
1777 lpfc_bg_err_opcodes(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
,
1778 uint8_t *txop
, uint8_t *rxop
)
1782 if (lpfc_cmd_guard_csum(sc
)) {
1783 switch (scsi_get_prot_op(sc
)) {
1784 case SCSI_PROT_READ_INSERT
:
1785 case SCSI_PROT_WRITE_STRIP
:
1786 *rxop
= BG_OP_IN_NODIF_OUT_CRC
;
1787 *txop
= BG_OP_IN_CRC_OUT_NODIF
;
1790 case SCSI_PROT_READ_STRIP
:
1791 case SCSI_PROT_WRITE_INSERT
:
1792 *rxop
= BG_OP_IN_CSUM_OUT_NODIF
;
1793 *txop
= BG_OP_IN_NODIF_OUT_CSUM
;
1796 case SCSI_PROT_READ_PASS
:
1797 case SCSI_PROT_WRITE_PASS
:
1798 *rxop
= BG_OP_IN_CSUM_OUT_CRC
;
1799 *txop
= BG_OP_IN_CRC_OUT_CSUM
;
1802 case SCSI_PROT_NORMAL
:
1808 switch (scsi_get_prot_op(sc
)) {
1809 case SCSI_PROT_READ_STRIP
:
1810 case SCSI_PROT_WRITE_INSERT
:
1811 *rxop
= BG_OP_IN_CSUM_OUT_NODIF
;
1812 *txop
= BG_OP_IN_NODIF_OUT_CSUM
;
1815 case SCSI_PROT_READ_PASS
:
1816 case SCSI_PROT_WRITE_PASS
:
1817 *rxop
= BG_OP_IN_CSUM_OUT_CSUM
;
1818 *txop
= BG_OP_IN_CSUM_OUT_CSUM
;
1821 case SCSI_PROT_READ_INSERT
:
1822 case SCSI_PROT_WRITE_STRIP
:
1823 *rxop
= BG_OP_IN_NODIF_OUT_CSUM
;
1824 *txop
= BG_OP_IN_CSUM_OUT_NODIF
;
1827 case SCSI_PROT_NORMAL
:
1838 * lpfc_bg_setup_bpl - Setup BlockGuard BPL with no protection data
1839 * @phba: The Hba for which this call is being executed.
1840 * @sc: pointer to scsi command we're working on
1841 * @bpl: pointer to buffer list for protection groups
1842 * @datacnt: number of segments of data that have been dma mapped
1844 * This function sets up BPL buffer list for protection groups of
1845 * type LPFC_PG_TYPE_NO_DIF
1847 * This is usually used when the HBA is instructed to generate
1848 * DIFs and insert them into data stream (or strip DIF from
1849 * incoming data stream)
1851 * The buffer list consists of just one protection group described
1853 * +-------------------------+
1854 * start of prot group --> | PDE_5 |
1855 * +-------------------------+
1857 * +-------------------------+
1859 * +-------------------------+
1860 * |more Data BDE's ... (opt)|
1861 * +-------------------------+
1864 * Note: Data s/g buffers have been dma mapped
1866 * Returns the number of BDEs added to the BPL.
1869 lpfc_bg_setup_bpl(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
,
1870 struct ulp_bde64
*bpl
, int datasegcnt
)
1872 struct scatterlist
*sgde
= NULL
; /* s/g data entry */
1873 struct lpfc_pde5
*pde5
= NULL
;
1874 struct lpfc_pde6
*pde6
= NULL
;
1875 dma_addr_t physaddr
;
1876 int i
= 0, num_bde
= 0, status
;
1877 int datadir
= sc
->sc_data_direction
;
1878 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
1881 uint32_t checking
= 1;
1885 status
= lpfc_sc_to_bg_opcodes(phba
, sc
, &txop
, &rxop
);
1889 /* extract some info from the scsi command for pde*/
1890 reftag
= (uint32_t)scsi_get_lba(sc
); /* Truncate LBA */
1892 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
1893 rc
= lpfc_bg_err_inject(phba
, sc
, &reftag
, NULL
, 1);
1895 if (rc
& BG_ERR_SWAP
)
1896 lpfc_bg_err_opcodes(phba
, sc
, &txop
, &rxop
);
1897 if (rc
& BG_ERR_CHECK
)
1902 /* setup PDE5 with what we have */
1903 pde5
= (struct lpfc_pde5
*) bpl
;
1904 memset(pde5
, 0, sizeof(struct lpfc_pde5
));
1905 bf_set(pde5_type
, pde5
, LPFC_PDE5_DESCRIPTOR
);
1907 /* Endianness conversion if necessary for PDE5 */
1908 pde5
->word0
= cpu_to_le32(pde5
->word0
);
1909 pde5
->reftag
= cpu_to_le32(reftag
);
1911 /* advance bpl and increment bde count */
1914 pde6
= (struct lpfc_pde6
*) bpl
;
1916 /* setup PDE6 with the rest of the info */
1917 memset(pde6
, 0, sizeof(struct lpfc_pde6
));
1918 bf_set(pde6_type
, pde6
, LPFC_PDE6_DESCRIPTOR
);
1919 bf_set(pde6_optx
, pde6
, txop
);
1920 bf_set(pde6_oprx
, pde6
, rxop
);
1923 * We only need to check the data on READs, for WRITEs
1924 * protection data is automatically generated, not checked.
1926 if (datadir
== DMA_FROM_DEVICE
) {
1927 if (lpfc_cmd_protect(sc
, LPFC_CHECK_PROTECT_GUARD
))
1928 bf_set(pde6_ce
, pde6
, checking
);
1930 bf_set(pde6_ce
, pde6
, 0);
1932 if (lpfc_cmd_protect(sc
, LPFC_CHECK_PROTECT_REF
))
1933 bf_set(pde6_re
, pde6
, checking
);
1935 bf_set(pde6_re
, pde6
, 0);
1937 bf_set(pde6_ai
, pde6
, 1);
1938 bf_set(pde6_ae
, pde6
, 0);
1939 bf_set(pde6_apptagval
, pde6
, 0);
1941 /* Endianness conversion if necessary for PDE6 */
1942 pde6
->word0
= cpu_to_le32(pde6
->word0
);
1943 pde6
->word1
= cpu_to_le32(pde6
->word1
);
1944 pde6
->word2
= cpu_to_le32(pde6
->word2
);
1946 /* advance bpl and increment bde count */
1950 /* assumption: caller has already run dma_map_sg on command data */
1951 scsi_for_each_sg(sc
, sgde
, datasegcnt
, i
) {
1952 physaddr
= sg_dma_address(sgde
);
1953 bpl
->addrLow
= le32_to_cpu(putPaddrLow(physaddr
));
1954 bpl
->addrHigh
= le32_to_cpu(putPaddrHigh(physaddr
));
1955 bpl
->tus
.f
.bdeSize
= sg_dma_len(sgde
);
1956 if (datadir
== DMA_TO_DEVICE
)
1957 bpl
->tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64
;
1959 bpl
->tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64I
;
1960 bpl
->tus
.w
= le32_to_cpu(bpl
->tus
.w
);
1970 * lpfc_bg_setup_bpl_prot - Setup BlockGuard BPL with protection data
1971 * @phba: The Hba for which this call is being executed.
1972 * @sc: pointer to scsi command we're working on
1973 * @bpl: pointer to buffer list for protection groups
1974 * @datacnt: number of segments of data that have been dma mapped
1975 * @protcnt: number of segment of protection data that have been dma mapped
1977 * This function sets up BPL buffer list for protection groups of
1978 * type LPFC_PG_TYPE_DIF
1980 * This is usually used when DIFs are in their own buffers,
1981 * separate from the data. The HBA can then by instructed
1982 * to place the DIFs in the outgoing stream. For read operations,
1983 * The HBA could extract the DIFs and place it in DIF buffers.
1985 * The buffer list for this type consists of one or more of the
1986 * protection groups described below:
1987 * +-------------------------+
1988 * start of first prot group --> | PDE_5 |
1989 * +-------------------------+
1991 * +-------------------------+
1992 * | PDE_7 (Prot BDE) |
1993 * +-------------------------+
1995 * +-------------------------+
1996 * |more Data BDE's ... (opt)|
1997 * +-------------------------+
1998 * start of new prot group --> | PDE_5 |
1999 * +-------------------------+
2001 * +-------------------------+
2003 * Note: It is assumed that both data and protection s/g buffers have been
2006 * Returns the number of BDEs added to the BPL.
2009 lpfc_bg_setup_bpl_prot(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
,
2010 struct ulp_bde64
*bpl
, int datacnt
, int protcnt
)
2012 struct scatterlist
*sgde
= NULL
; /* s/g data entry */
2013 struct scatterlist
*sgpe
= NULL
; /* s/g prot entry */
2014 struct lpfc_pde5
*pde5
= NULL
;
2015 struct lpfc_pde6
*pde6
= NULL
;
2016 struct lpfc_pde7
*pde7
= NULL
;
2017 dma_addr_t dataphysaddr
, protphysaddr
;
2018 unsigned short curr_data
= 0, curr_prot
= 0;
2019 unsigned int split_offset
;
2020 unsigned int protgroup_len
, protgroup_offset
= 0, protgroup_remainder
;
2021 unsigned int protgrp_blks
, protgrp_bytes
;
2022 unsigned int remainder
, subtotal
;
2024 int datadir
= sc
->sc_data_direction
;
2025 unsigned char pgdone
= 0, alldone
= 0;
2027 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
2030 uint32_t checking
= 1;
2035 sgpe
= scsi_prot_sglist(sc
);
2036 sgde
= scsi_sglist(sc
);
2038 if (!sgpe
|| !sgde
) {
2039 lpfc_printf_log(phba
, KERN_ERR
, LOG_FCP
,
2040 "9020 Invalid s/g entry: data=0x%p prot=0x%p\n",
2045 status
= lpfc_sc_to_bg_opcodes(phba
, sc
, &txop
, &rxop
);
2049 /* extract some info from the scsi command */
2050 blksize
= lpfc_cmd_blksize(sc
);
2051 reftag
= (uint32_t)scsi_get_lba(sc
); /* Truncate LBA */
2053 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
2054 rc
= lpfc_bg_err_inject(phba
, sc
, &reftag
, NULL
, 1);
2056 if (rc
& BG_ERR_SWAP
)
2057 lpfc_bg_err_opcodes(phba
, sc
, &txop
, &rxop
);
2058 if (rc
& BG_ERR_CHECK
)
2065 /* Check to see if we ran out of space */
2066 if (num_bde
>= (phba
->cfg_total_seg_cnt
- 2))
2069 /* setup PDE5 with what we have */
2070 pde5
= (struct lpfc_pde5
*) bpl
;
2071 memset(pde5
, 0, sizeof(struct lpfc_pde5
));
2072 bf_set(pde5_type
, pde5
, LPFC_PDE5_DESCRIPTOR
);
2074 /* Endianness conversion if necessary for PDE5 */
2075 pde5
->word0
= cpu_to_le32(pde5
->word0
);
2076 pde5
->reftag
= cpu_to_le32(reftag
);
2078 /* advance bpl and increment bde count */
2081 pde6
= (struct lpfc_pde6
*) bpl
;
2083 /* setup PDE6 with the rest of the info */
2084 memset(pde6
, 0, sizeof(struct lpfc_pde6
));
2085 bf_set(pde6_type
, pde6
, LPFC_PDE6_DESCRIPTOR
);
2086 bf_set(pde6_optx
, pde6
, txop
);
2087 bf_set(pde6_oprx
, pde6
, rxop
);
2089 if (lpfc_cmd_protect(sc
, LPFC_CHECK_PROTECT_GUARD
))
2090 bf_set(pde6_ce
, pde6
, checking
);
2092 bf_set(pde6_ce
, pde6
, 0);
2094 if (lpfc_cmd_protect(sc
, LPFC_CHECK_PROTECT_REF
))
2095 bf_set(pde6_re
, pde6
, checking
);
2097 bf_set(pde6_re
, pde6
, 0);
2099 bf_set(pde6_ai
, pde6
, 1);
2100 bf_set(pde6_ae
, pde6
, 0);
2101 bf_set(pde6_apptagval
, pde6
, 0);
2103 /* Endianness conversion if necessary for PDE6 */
2104 pde6
->word0
= cpu_to_le32(pde6
->word0
);
2105 pde6
->word1
= cpu_to_le32(pde6
->word1
);
2106 pde6
->word2
= cpu_to_le32(pde6
->word2
);
2108 /* advance bpl and increment bde count */
2112 /* setup the first BDE that points to protection buffer */
2113 protphysaddr
= sg_dma_address(sgpe
) + protgroup_offset
;
2114 protgroup_len
= sg_dma_len(sgpe
) - protgroup_offset
;
2116 /* must be integer multiple of the DIF block length */
2117 BUG_ON(protgroup_len
% 8);
2119 pde7
= (struct lpfc_pde7
*) bpl
;
2120 memset(pde7
, 0, sizeof(struct lpfc_pde7
));
2121 bf_set(pde7_type
, pde7
, LPFC_PDE7_DESCRIPTOR
);
2123 pde7
->addrHigh
= le32_to_cpu(putPaddrHigh(protphysaddr
));
2124 pde7
->addrLow
= le32_to_cpu(putPaddrLow(protphysaddr
));
2126 protgrp_blks
= protgroup_len
/ 8;
2127 protgrp_bytes
= protgrp_blks
* blksize
;
2129 /* check if this pde is crossing the 4K boundary; if so split */
2130 if ((pde7
->addrLow
& 0xfff) + protgroup_len
> 0x1000) {
2131 protgroup_remainder
= 0x1000 - (pde7
->addrLow
& 0xfff);
2132 protgroup_offset
+= protgroup_remainder
;
2133 protgrp_blks
= protgroup_remainder
/ 8;
2134 protgrp_bytes
= protgrp_blks
* blksize
;
2136 protgroup_offset
= 0;
2142 /* setup BDE's for data blocks associated with DIF data */
2144 subtotal
= 0; /* total bytes processed for current prot grp */
2146 /* Check to see if we ran out of space */
2147 if (num_bde
>= phba
->cfg_total_seg_cnt
)
2151 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
2152 "9065 BLKGRD:%s Invalid data segment\n",
2157 dataphysaddr
= sg_dma_address(sgde
) + split_offset
;
2158 bpl
->addrLow
= le32_to_cpu(putPaddrLow(dataphysaddr
));
2159 bpl
->addrHigh
= le32_to_cpu(putPaddrHigh(dataphysaddr
));
2161 remainder
= sg_dma_len(sgde
) - split_offset
;
2163 if ((subtotal
+ remainder
) <= protgrp_bytes
) {
2164 /* we can use this whole buffer */
2165 bpl
->tus
.f
.bdeSize
= remainder
;
2168 if ((subtotal
+ remainder
) == protgrp_bytes
)
2171 /* must split this buffer with next prot grp */
2172 bpl
->tus
.f
.bdeSize
= protgrp_bytes
- subtotal
;
2173 split_offset
+= bpl
->tus
.f
.bdeSize
;
2176 subtotal
+= bpl
->tus
.f
.bdeSize
;
2178 if (datadir
== DMA_TO_DEVICE
)
2179 bpl
->tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64
;
2181 bpl
->tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64I
;
2182 bpl
->tus
.w
= le32_to_cpu(bpl
->tus
.w
);
2190 /* Move to the next s/g segment if possible */
2191 sgde
= sg_next(sgde
);
2195 if (protgroup_offset
) {
2196 /* update the reference tag */
2197 reftag
+= protgrp_blks
;
2203 if (curr_prot
== protcnt
) {
2205 } else if (curr_prot
< protcnt
) {
2206 /* advance to next prot buffer */
2207 sgpe
= sg_next(sgpe
);
2210 /* update the reference tag */
2211 reftag
+= protgrp_blks
;
2213 /* if we're here, we have a bug */
2214 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
2215 "9054 BLKGRD: bug in %s\n", __func__
);
2225 * lpfc_bg_setup_sgl - Setup BlockGuard SGL with no protection data
2226 * @phba: The Hba for which this call is being executed.
2227 * @sc: pointer to scsi command we're working on
2228 * @sgl: pointer to buffer list for protection groups
2229 * @datacnt: number of segments of data that have been dma mapped
2231 * This function sets up SGL buffer list for protection groups of
2232 * type LPFC_PG_TYPE_NO_DIF
2234 * This is usually used when the HBA is instructed to generate
2235 * DIFs and insert them into data stream (or strip DIF from
2236 * incoming data stream)
2238 * The buffer list consists of just one protection group described
2240 * +-------------------------+
2241 * start of prot group --> | DI_SEED |
2242 * +-------------------------+
2244 * +-------------------------+
2245 * |more Data SGE's ... (opt)|
2246 * +-------------------------+
2249 * Note: Data s/g buffers have been dma mapped
2251 * Returns the number of SGEs added to the SGL.
2254 lpfc_bg_setup_sgl(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
,
2255 struct sli4_sge
*sgl
, int datasegcnt
)
2257 struct scatterlist
*sgde
= NULL
; /* s/g data entry */
2258 struct sli4_sge_diseed
*diseed
= NULL
;
2259 dma_addr_t physaddr
;
2260 int i
= 0, num_sge
= 0, status
;
2263 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
2266 uint32_t checking
= 1;
2268 uint32_t dma_offset
= 0;
2270 status
= lpfc_sc_to_bg_opcodes(phba
, sc
, &txop
, &rxop
);
2274 /* extract some info from the scsi command for pde*/
2275 reftag
= (uint32_t)scsi_get_lba(sc
); /* Truncate LBA */
2277 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
2278 rc
= lpfc_bg_err_inject(phba
, sc
, &reftag
, NULL
, 1);
2280 if (rc
& BG_ERR_SWAP
)
2281 lpfc_bg_err_opcodes(phba
, sc
, &txop
, &rxop
);
2282 if (rc
& BG_ERR_CHECK
)
2287 /* setup DISEED with what we have */
2288 diseed
= (struct sli4_sge_diseed
*) sgl
;
2289 memset(diseed
, 0, sizeof(struct sli4_sge_diseed
));
2290 bf_set(lpfc_sli4_sge_type
, sgl
, LPFC_SGE_TYPE_DISEED
);
2292 /* Endianness conversion if necessary */
2293 diseed
->ref_tag
= cpu_to_le32(reftag
);
2294 diseed
->ref_tag_tran
= diseed
->ref_tag
;
2297 * We only need to check the data on READs, for WRITEs
2298 * protection data is automatically generated, not checked.
2300 if (sc
->sc_data_direction
== DMA_FROM_DEVICE
) {
2301 if (lpfc_cmd_protect(sc
, LPFC_CHECK_PROTECT_GUARD
))
2302 bf_set(lpfc_sli4_sge_dif_ce
, diseed
, checking
);
2304 bf_set(lpfc_sli4_sge_dif_ce
, diseed
, 0);
2306 if (lpfc_cmd_protect(sc
, LPFC_CHECK_PROTECT_REF
))
2307 bf_set(lpfc_sli4_sge_dif_re
, diseed
, checking
);
2309 bf_set(lpfc_sli4_sge_dif_re
, diseed
, 0);
2312 /* setup DISEED with the rest of the info */
2313 bf_set(lpfc_sli4_sge_dif_optx
, diseed
, txop
);
2314 bf_set(lpfc_sli4_sge_dif_oprx
, diseed
, rxop
);
2316 bf_set(lpfc_sli4_sge_dif_ai
, diseed
, 1);
2317 bf_set(lpfc_sli4_sge_dif_me
, diseed
, 0);
2319 /* Endianness conversion if necessary for DISEED */
2320 diseed
->word2
= cpu_to_le32(diseed
->word2
);
2321 diseed
->word3
= cpu_to_le32(diseed
->word3
);
2323 /* advance bpl and increment sge count */
2327 /* assumption: caller has already run dma_map_sg on command data */
2328 scsi_for_each_sg(sc
, sgde
, datasegcnt
, i
) {
2329 physaddr
= sg_dma_address(sgde
);
2330 dma_len
= sg_dma_len(sgde
);
2331 sgl
->addr_lo
= cpu_to_le32(putPaddrLow(physaddr
));
2332 sgl
->addr_hi
= cpu_to_le32(putPaddrHigh(physaddr
));
2333 if ((i
+ 1) == datasegcnt
)
2334 bf_set(lpfc_sli4_sge_last
, sgl
, 1);
2336 bf_set(lpfc_sli4_sge_last
, sgl
, 0);
2337 bf_set(lpfc_sli4_sge_offset
, sgl
, dma_offset
);
2338 bf_set(lpfc_sli4_sge_type
, sgl
, LPFC_SGE_TYPE_DATA
);
2340 sgl
->sge_len
= cpu_to_le32(dma_len
);
2341 dma_offset
+= dma_len
;
2352 * lpfc_bg_setup_sgl_prot - Setup BlockGuard SGL with protection data
2353 * @phba: The Hba for which this call is being executed.
2354 * @sc: pointer to scsi command we're working on
2355 * @sgl: pointer to buffer list for protection groups
2356 * @datacnt: number of segments of data that have been dma mapped
2357 * @protcnt: number of segment of protection data that have been dma mapped
2359 * This function sets up SGL buffer list for protection groups of
2360 * type LPFC_PG_TYPE_DIF
2362 * This is usually used when DIFs are in their own buffers,
2363 * separate from the data. The HBA can then by instructed
2364 * to place the DIFs in the outgoing stream. For read operations,
2365 * The HBA could extract the DIFs and place it in DIF buffers.
2367 * The buffer list for this type consists of one or more of the
2368 * protection groups described below:
2369 * +-------------------------+
2370 * start of first prot group --> | DISEED |
2371 * +-------------------------+
2372 * | DIF (Prot SGE) |
2373 * +-------------------------+
2375 * +-------------------------+
2376 * |more Data SGE's ... (opt)|
2377 * +-------------------------+
2378 * start of new prot group --> | DISEED |
2379 * +-------------------------+
2381 * +-------------------------+
2383 * Note: It is assumed that both data and protection s/g buffers have been
2386 * Returns the number of SGEs added to the SGL.
2389 lpfc_bg_setup_sgl_prot(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
,
2390 struct sli4_sge
*sgl
, int datacnt
, int protcnt
)
2392 struct scatterlist
*sgde
= NULL
; /* s/g data entry */
2393 struct scatterlist
*sgpe
= NULL
; /* s/g prot entry */
2394 struct sli4_sge_diseed
*diseed
= NULL
;
2395 dma_addr_t dataphysaddr
, protphysaddr
;
2396 unsigned short curr_data
= 0, curr_prot
= 0;
2397 unsigned int split_offset
;
2398 unsigned int protgroup_len
, protgroup_offset
= 0, protgroup_remainder
;
2399 unsigned int protgrp_blks
, protgrp_bytes
;
2400 unsigned int remainder
, subtotal
;
2402 unsigned char pgdone
= 0, alldone
= 0;
2407 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
2410 uint32_t checking
= 1;
2411 uint32_t dma_offset
= 0;
2414 sgpe
= scsi_prot_sglist(sc
);
2415 sgde
= scsi_sglist(sc
);
2417 if (!sgpe
|| !sgde
) {
2418 lpfc_printf_log(phba
, KERN_ERR
, LOG_FCP
,
2419 "9082 Invalid s/g entry: data=0x%p prot=0x%p\n",
2424 status
= lpfc_sc_to_bg_opcodes(phba
, sc
, &txop
, &rxop
);
2428 /* extract some info from the scsi command */
2429 blksize
= lpfc_cmd_blksize(sc
);
2430 reftag
= (uint32_t)scsi_get_lba(sc
); /* Truncate LBA */
2432 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
2433 rc
= lpfc_bg_err_inject(phba
, sc
, &reftag
, NULL
, 1);
2435 if (rc
& BG_ERR_SWAP
)
2436 lpfc_bg_err_opcodes(phba
, sc
, &txop
, &rxop
);
2437 if (rc
& BG_ERR_CHECK
)
2444 /* Check to see if we ran out of space */
2445 if (num_sge
>= (phba
->cfg_total_seg_cnt
- 2))
2448 /* setup DISEED with what we have */
2449 diseed
= (struct sli4_sge_diseed
*) sgl
;
2450 memset(diseed
, 0, sizeof(struct sli4_sge_diseed
));
2451 bf_set(lpfc_sli4_sge_type
, sgl
, LPFC_SGE_TYPE_DISEED
);
2453 /* Endianness conversion if necessary */
2454 diseed
->ref_tag
= cpu_to_le32(reftag
);
2455 diseed
->ref_tag_tran
= diseed
->ref_tag
;
2457 if (lpfc_cmd_protect(sc
, LPFC_CHECK_PROTECT_GUARD
)) {
2458 bf_set(lpfc_sli4_sge_dif_ce
, diseed
, checking
);
2461 bf_set(lpfc_sli4_sge_dif_ce
, diseed
, 0);
2463 * When in this mode, the hardware will replace
2464 * the guard tag from the host with a
2465 * newly generated good CRC for the wire.
2466 * Switch to raw mode here to avoid this
2467 * behavior. What the host sends gets put on the wire.
2469 if (txop
== BG_OP_IN_CRC_OUT_CRC
) {
2470 txop
= BG_OP_RAW_MODE
;
2471 rxop
= BG_OP_RAW_MODE
;
2476 if (lpfc_cmd_protect(sc
, LPFC_CHECK_PROTECT_REF
))
2477 bf_set(lpfc_sli4_sge_dif_re
, diseed
, checking
);
2479 bf_set(lpfc_sli4_sge_dif_re
, diseed
, 0);
2481 /* setup DISEED with the rest of the info */
2482 bf_set(lpfc_sli4_sge_dif_optx
, diseed
, txop
);
2483 bf_set(lpfc_sli4_sge_dif_oprx
, diseed
, rxop
);
2485 bf_set(lpfc_sli4_sge_dif_ai
, diseed
, 1);
2486 bf_set(lpfc_sli4_sge_dif_me
, diseed
, 0);
2488 /* Endianness conversion if necessary for DISEED */
2489 diseed
->word2
= cpu_to_le32(diseed
->word2
);
2490 diseed
->word3
= cpu_to_le32(diseed
->word3
);
2492 /* advance sgl and increment bde count */
2496 /* setup the first BDE that points to protection buffer */
2497 protphysaddr
= sg_dma_address(sgpe
) + protgroup_offset
;
2498 protgroup_len
= sg_dma_len(sgpe
) - protgroup_offset
;
2500 /* must be integer multiple of the DIF block length */
2501 BUG_ON(protgroup_len
% 8);
2503 /* Now setup DIF SGE */
2505 bf_set(lpfc_sli4_sge_type
, sgl
, LPFC_SGE_TYPE_DIF
);
2506 sgl
->addr_hi
= le32_to_cpu(putPaddrHigh(protphysaddr
));
2507 sgl
->addr_lo
= le32_to_cpu(putPaddrLow(protphysaddr
));
2508 sgl
->word2
= cpu_to_le32(sgl
->word2
);
2510 protgrp_blks
= protgroup_len
/ 8;
2511 protgrp_bytes
= protgrp_blks
* blksize
;
2513 /* check if DIF SGE is crossing the 4K boundary; if so split */
2514 if ((sgl
->addr_lo
& 0xfff) + protgroup_len
> 0x1000) {
2515 protgroup_remainder
= 0x1000 - (sgl
->addr_lo
& 0xfff);
2516 protgroup_offset
+= protgroup_remainder
;
2517 protgrp_blks
= protgroup_remainder
/ 8;
2518 protgrp_bytes
= protgrp_blks
* blksize
;
2520 protgroup_offset
= 0;
2526 /* setup SGE's for data blocks associated with DIF data */
2528 subtotal
= 0; /* total bytes processed for current prot grp */
2530 /* Check to see if we ran out of space */
2531 if (num_sge
>= phba
->cfg_total_seg_cnt
)
2535 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
2536 "9086 BLKGRD:%s Invalid data segment\n",
2541 dataphysaddr
= sg_dma_address(sgde
) + split_offset
;
2543 remainder
= sg_dma_len(sgde
) - split_offset
;
2545 if ((subtotal
+ remainder
) <= protgrp_bytes
) {
2546 /* we can use this whole buffer */
2547 dma_len
= remainder
;
2550 if ((subtotal
+ remainder
) == protgrp_bytes
)
2553 /* must split this buffer with next prot grp */
2554 dma_len
= protgrp_bytes
- subtotal
;
2555 split_offset
+= dma_len
;
2558 subtotal
+= dma_len
;
2560 sgl
->addr_lo
= cpu_to_le32(putPaddrLow(dataphysaddr
));
2561 sgl
->addr_hi
= cpu_to_le32(putPaddrHigh(dataphysaddr
));
2562 bf_set(lpfc_sli4_sge_last
, sgl
, 0);
2563 bf_set(lpfc_sli4_sge_offset
, sgl
, dma_offset
);
2564 bf_set(lpfc_sli4_sge_type
, sgl
, LPFC_SGE_TYPE_DATA
);
2566 sgl
->sge_len
= cpu_to_le32(dma_len
);
2567 dma_offset
+= dma_len
;
2575 /* Move to the next s/g segment if possible */
2576 sgde
= sg_next(sgde
);
2579 if (protgroup_offset
) {
2580 /* update the reference tag */
2581 reftag
+= protgrp_blks
;
2587 if (curr_prot
== protcnt
) {
2588 bf_set(lpfc_sli4_sge_last
, sgl
, 1);
2590 } else if (curr_prot
< protcnt
) {
2591 /* advance to next prot buffer */
2592 sgpe
= sg_next(sgpe
);
2595 /* update the reference tag */
2596 reftag
+= protgrp_blks
;
2598 /* if we're here, we have a bug */
2599 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
2600 "9085 BLKGRD: bug in %s\n", __func__
);
2611 * lpfc_prot_group_type - Get prtotection group type of SCSI command
2612 * @phba: The Hba for which this call is being executed.
2613 * @sc: pointer to scsi command we're working on
2615 * Given a SCSI command that supports DIF, determine composition of protection
2616 * groups involved in setting up buffer lists
2618 * Returns: Protection group type (with or without DIF)
2622 lpfc_prot_group_type(struct lpfc_hba
*phba
, struct scsi_cmnd
*sc
)
2624 int ret
= LPFC_PG_TYPE_INVALID
;
2625 unsigned char op
= scsi_get_prot_op(sc
);
2628 case SCSI_PROT_READ_STRIP
:
2629 case SCSI_PROT_WRITE_INSERT
:
2630 ret
= LPFC_PG_TYPE_NO_DIF
;
2632 case SCSI_PROT_READ_INSERT
:
2633 case SCSI_PROT_WRITE_STRIP
:
2634 case SCSI_PROT_READ_PASS
:
2635 case SCSI_PROT_WRITE_PASS
:
2636 ret
= LPFC_PG_TYPE_DIF_BUF
;
2640 lpfc_printf_log(phba
, KERN_ERR
, LOG_FCP
,
2641 "9021 Unsupported protection op:%d\n",
2649 * lpfc_bg_scsi_adjust_dl - Adjust SCSI data length for BlockGuard
2650 * @phba: The Hba for which this call is being executed.
2651 * @lpfc_cmd: The scsi buffer which is going to be adjusted.
2653 * Adjust the data length to account for how much data
2654 * is actually on the wire.
2656 * returns the adjusted data length
2659 lpfc_bg_scsi_adjust_dl(struct lpfc_hba
*phba
,
2660 struct lpfc_scsi_buf
*lpfc_cmd
)
2662 struct scsi_cmnd
*sc
= lpfc_cmd
->pCmd
;
2665 fcpdl
= scsi_bufflen(sc
);
2667 /* Check if there is protection data on the wire */
2668 if (sc
->sc_data_direction
== DMA_FROM_DEVICE
) {
2669 /* Read check for protection data */
2670 if (scsi_get_prot_op(sc
) == SCSI_PROT_READ_INSERT
)
2674 /* Write check for protection data */
2675 if (scsi_get_prot_op(sc
) == SCSI_PROT_WRITE_STRIP
)
2680 * If we are in DIF Type 1 mode every data block has a 8 byte
2681 * DIF (trailer) attached to it. Must ajust FCP data length
2682 * to account for the protection data.
2684 fcpdl
+= (fcpdl
/ lpfc_cmd_blksize(sc
)) * 8;
2690 * lpfc_bg_scsi_prep_dma_buf_s3 - DMA mapping for scsi buffer to SLI3 IF spec
2691 * @phba: The Hba for which this call is being executed.
2692 * @lpfc_cmd: The scsi buffer which is going to be prep'ed.
2694 * This is the protection/DIF aware version of
2695 * lpfc_scsi_prep_dma_buf(). It may be a good idea to combine the
2696 * two functions eventually, but for now, it's here
2699 lpfc_bg_scsi_prep_dma_buf_s3(struct lpfc_hba
*phba
,
2700 struct lpfc_scsi_buf
*lpfc_cmd
)
2702 struct scsi_cmnd
*scsi_cmnd
= lpfc_cmd
->pCmd
;
2703 struct fcp_cmnd
*fcp_cmnd
= lpfc_cmd
->fcp_cmnd
;
2704 struct ulp_bde64
*bpl
= lpfc_cmd
->fcp_bpl
;
2705 IOCB_t
*iocb_cmd
= &lpfc_cmd
->cur_iocbq
.iocb
;
2706 uint32_t num_bde
= 0;
2707 int datasegcnt
, protsegcnt
, datadir
= scsi_cmnd
->sc_data_direction
;
2708 int prot_group_type
= 0;
2712 * Start the lpfc command prep by bumping the bpl beyond fcp_cmnd
2713 * fcp_rsp regions to the first data bde entry
2716 if (scsi_sg_count(scsi_cmnd
)) {
2718 * The driver stores the segment count returned from pci_map_sg
2719 * because this a count of dma-mappings used to map the use_sg
2720 * pages. They are not guaranteed to be the same for those
2721 * architectures that implement an IOMMU.
2723 datasegcnt
= dma_map_sg(&phba
->pcidev
->dev
,
2724 scsi_sglist(scsi_cmnd
),
2725 scsi_sg_count(scsi_cmnd
), datadir
);
2726 if (unlikely(!datasegcnt
))
2729 lpfc_cmd
->seg_cnt
= datasegcnt
;
2731 /* First check if data segment count from SCSI Layer is good */
2732 if (lpfc_cmd
->seg_cnt
> phba
->cfg_sg_seg_cnt
)
2735 prot_group_type
= lpfc_prot_group_type(phba
, scsi_cmnd
);
2737 switch (prot_group_type
) {
2738 case LPFC_PG_TYPE_NO_DIF
:
2740 /* Here we need to add a PDE5 and PDE6 to the count */
2741 if ((lpfc_cmd
->seg_cnt
+ 2) > phba
->cfg_total_seg_cnt
)
2744 num_bde
= lpfc_bg_setup_bpl(phba
, scsi_cmnd
, bpl
,
2746 /* we should have 2 or more entries in buffer list */
2751 case LPFC_PG_TYPE_DIF_BUF
:
2753 * This type indicates that protection buffers are
2754 * passed to the driver, so that needs to be prepared
2757 protsegcnt
= dma_map_sg(&phba
->pcidev
->dev
,
2758 scsi_prot_sglist(scsi_cmnd
),
2759 scsi_prot_sg_count(scsi_cmnd
), datadir
);
2760 if (unlikely(!protsegcnt
)) {
2761 scsi_dma_unmap(scsi_cmnd
);
2765 lpfc_cmd
->prot_seg_cnt
= protsegcnt
;
2768 * There is a minimun of 4 BPLs used for every
2769 * protection data segment.
2771 if ((lpfc_cmd
->prot_seg_cnt
* 4) >
2772 (phba
->cfg_total_seg_cnt
- 2))
2775 num_bde
= lpfc_bg_setup_bpl_prot(phba
, scsi_cmnd
, bpl
,
2776 datasegcnt
, protsegcnt
);
2777 /* we should have 3 or more entries in buffer list */
2778 if ((num_bde
< 3) ||
2779 (num_bde
> phba
->cfg_total_seg_cnt
))
2783 case LPFC_PG_TYPE_INVALID
:
2785 scsi_dma_unmap(scsi_cmnd
);
2786 lpfc_cmd
->seg_cnt
= 0;
2788 lpfc_printf_log(phba
, KERN_ERR
, LOG_FCP
,
2789 "9022 Unexpected protection group %i\n",
2796 * Finish initializing those IOCB fields that are dependent on the
2797 * scsi_cmnd request_buffer. Note that the bdeSize is explicitly
2798 * reinitialized since all iocb memory resources are used many times
2799 * for transmit, receive, and continuation bpl's.
2801 iocb_cmd
->un
.fcpi64
.bdl
.bdeSize
= (2 * sizeof(struct ulp_bde64
));
2802 iocb_cmd
->un
.fcpi64
.bdl
.bdeSize
+= (num_bde
* sizeof(struct ulp_bde64
));
2803 iocb_cmd
->ulpBdeCount
= 1;
2804 iocb_cmd
->ulpLe
= 1;
2806 fcpdl
= lpfc_bg_scsi_adjust_dl(phba
, lpfc_cmd
);
2807 fcp_cmnd
->fcpDl
= be32_to_cpu(fcpdl
);
2810 * Due to difference in data length between DIF/non-DIF paths,
2811 * we need to set word 4 of IOCB here
2813 iocb_cmd
->un
.fcpi
.fcpi_parm
= fcpdl
;
2817 if (lpfc_cmd
->seg_cnt
)
2818 scsi_dma_unmap(scsi_cmnd
);
2819 if (lpfc_cmd
->prot_seg_cnt
)
2820 dma_unmap_sg(&phba
->pcidev
->dev
, scsi_prot_sglist(scsi_cmnd
),
2821 scsi_prot_sg_count(scsi_cmnd
),
2822 scsi_cmnd
->sc_data_direction
);
2824 lpfc_printf_log(phba
, KERN_ERR
, LOG_FCP
,
2825 "9023 Cannot setup S/G List for HBA"
2826 "IO segs %d/%d BPL %d SCSI %d: %d %d\n",
2827 lpfc_cmd
->seg_cnt
, lpfc_cmd
->prot_seg_cnt
,
2828 phba
->cfg_total_seg_cnt
, phba
->cfg_sg_seg_cnt
,
2829 prot_group_type
, num_bde
);
2831 lpfc_cmd
->seg_cnt
= 0;
2832 lpfc_cmd
->prot_seg_cnt
= 0;
2837 * This function calcuates the T10 DIF guard tag
2838 * on the specified data using a CRC algorithmn
2842 lpfc_bg_crc(uint8_t *data
, int count
)
2847 crc
= crc_t10dif(data
, count
);
2848 x
= cpu_to_be16(crc
);
2853 * This function calcuates the T10 DIF guard tag
2854 * on the specified data using a CSUM algorithmn
2855 * using ip_compute_csum.
2858 lpfc_bg_csum(uint8_t *data
, int count
)
2862 ret
= ip_compute_csum(data
, count
);
2867 * This function examines the protection data to try to determine
2868 * what type of T10-DIF error occurred.
2871 lpfc_calc_bg_err(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*lpfc_cmd
)
2873 struct scatterlist
*sgpe
; /* s/g prot entry */
2874 struct scatterlist
*sgde
; /* s/g data entry */
2875 struct scsi_cmnd
*cmd
= lpfc_cmd
->pCmd
;
2876 struct scsi_dif_tuple
*src
= NULL
;
2877 uint8_t *data_src
= NULL
;
2879 uint16_t start_app_tag
, app_tag
;
2880 uint32_t start_ref_tag
, ref_tag
;
2881 int prot
, protsegcnt
;
2882 int err_type
, len
, data_len
;
2883 int chk_ref
, chk_app
, chk_guard
;
2887 err_type
= BGS_GUARD_ERR_MASK
;
2891 /* First check to see if there is protection data to examine */
2892 prot
= scsi_get_prot_op(cmd
);
2893 if ((prot
== SCSI_PROT_READ_STRIP
) ||
2894 (prot
== SCSI_PROT_WRITE_INSERT
) ||
2895 (prot
== SCSI_PROT_NORMAL
))
2898 /* Currently the driver just supports ref_tag and guard_tag checking */
2903 /* Setup a ptr to the protection data provided by the SCSI host */
2904 sgpe
= scsi_prot_sglist(cmd
);
2905 protsegcnt
= lpfc_cmd
->prot_seg_cnt
;
2907 if (sgpe
&& protsegcnt
) {
2910 * We will only try to verify guard tag if the segment
2911 * data length is a multiple of the blksize.
2913 sgde
= scsi_sglist(cmd
);
2914 blksize
= lpfc_cmd_blksize(cmd
);
2915 data_src
= (uint8_t *)sg_virt(sgde
);
2916 data_len
= sgde
->length
;
2917 if ((data_len
& (blksize
- 1)) == 0)
2920 src
= (struct scsi_dif_tuple
*)sg_virt(sgpe
);
2921 start_ref_tag
= (uint32_t)scsi_get_lba(cmd
); /* Truncate LBA */
2922 start_app_tag
= src
->app_tag
;
2924 while (src
&& protsegcnt
) {
2928 * First check to see if a protection data
2931 if ((src
->ref_tag
== 0xffffffff) ||
2932 (src
->app_tag
== 0xffff)) {
2937 /* First Guard Tag checking */
2939 guard_tag
= src
->guard_tag
;
2940 if (lpfc_cmd_guard_csum(cmd
))
2941 sum
= lpfc_bg_csum(data_src
,
2944 sum
= lpfc_bg_crc(data_src
,
2946 if ((guard_tag
!= sum
)) {
2947 err_type
= BGS_GUARD_ERR_MASK
;
2952 /* Reference Tag checking */
2953 ref_tag
= be32_to_cpu(src
->ref_tag
);
2954 if (chk_ref
&& (ref_tag
!= start_ref_tag
)) {
2955 err_type
= BGS_REFTAG_ERR_MASK
;
2960 /* App Tag checking */
2961 app_tag
= src
->app_tag
;
2962 if (chk_app
&& (app_tag
!= start_app_tag
)) {
2963 err_type
= BGS_APPTAG_ERR_MASK
;
2967 len
-= sizeof(struct scsi_dif_tuple
);
2972 data_src
+= blksize
;
2973 data_len
-= blksize
;
2976 * Are we at the end of the Data segment?
2977 * The data segment is only used for Guard
2980 if (chk_guard
&& (data_len
== 0)) {
2982 sgde
= sg_next(sgde
);
2986 data_src
= (uint8_t *)sg_virt(sgde
);
2987 data_len
= sgde
->length
;
2988 if ((data_len
& (blksize
- 1)) == 0)
2993 /* Goto the next Protection data segment */
2994 sgpe
= sg_next(sgpe
);
2996 src
= (struct scsi_dif_tuple
*)sg_virt(sgpe
);
3005 if (err_type
== BGS_GUARD_ERR_MASK
) {
3006 scsi_build_sense_buffer(1, cmd
->sense_buffer
, ILLEGAL_REQUEST
,
3008 cmd
->result
= DRIVER_SENSE
<< 24
3009 | ScsiResult(DID_ABORT
, SAM_STAT_CHECK_CONDITION
);
3010 phba
->bg_guard_err_cnt
++;
3011 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3012 "9069 BLKGRD: LBA %lx grd_tag error %x != %x\n",
3013 (unsigned long)scsi_get_lba(cmd
),
3016 } else if (err_type
== BGS_REFTAG_ERR_MASK
) {
3017 scsi_build_sense_buffer(1, cmd
->sense_buffer
, ILLEGAL_REQUEST
,
3019 cmd
->result
= DRIVER_SENSE
<< 24
3020 | ScsiResult(DID_ABORT
, SAM_STAT_CHECK_CONDITION
);
3022 phba
->bg_reftag_err_cnt
++;
3023 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3024 "9066 BLKGRD: LBA %lx ref_tag error %x != %x\n",
3025 (unsigned long)scsi_get_lba(cmd
),
3026 ref_tag
, start_ref_tag
);
3028 } else if (err_type
== BGS_APPTAG_ERR_MASK
) {
3029 scsi_build_sense_buffer(1, cmd
->sense_buffer
, ILLEGAL_REQUEST
,
3031 cmd
->result
= DRIVER_SENSE
<< 24
3032 | ScsiResult(DID_ABORT
, SAM_STAT_CHECK_CONDITION
);
3034 phba
->bg_apptag_err_cnt
++;
3035 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3036 "9041 BLKGRD: LBA %lx app_tag error %x != %x\n",
3037 (unsigned long)scsi_get_lba(cmd
),
3038 app_tag
, start_app_tag
);
3044 * This function checks for BlockGuard errors detected by
3045 * the HBA. In case of errors, the ASC/ASCQ fields in the
3046 * sense buffer will be set accordingly, paired with
3047 * ILLEGAL_REQUEST to signal to the kernel that the HBA
3048 * detected corruption.
3051 * 0 - No error found
3052 * 1 - BlockGuard error found
3053 * -1 - Internal error (bad profile, ...etc)
3056 lpfc_parse_bg_err(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*lpfc_cmd
,
3057 struct lpfc_iocbq
*pIocbOut
)
3059 struct scsi_cmnd
*cmd
= lpfc_cmd
->pCmd
;
3060 struct sli3_bg_fields
*bgf
= &pIocbOut
->iocb
.unsli3
.sli3_bg
;
3062 uint32_t bghm
= bgf
->bghm
;
3063 uint32_t bgstat
= bgf
->bgstat
;
3064 uint64_t failing_sector
= 0;
3066 spin_lock(&_dump_buf_lock
);
3067 if (!_dump_buf_done
) {
3068 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
, "9070 BLKGRD: Saving"
3069 " Data for %u blocks to debugfs\n",
3070 (cmd
->cmnd
[7] << 8 | cmd
->cmnd
[8]));
3071 lpfc_debug_save_data(phba
, cmd
);
3073 /* If we have a prot sgl, save the DIF buffer */
3074 if (lpfc_prot_group_type(phba
, cmd
) ==
3075 LPFC_PG_TYPE_DIF_BUF
) {
3076 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
, "9071 BLKGRD: "
3077 "Saving DIF for %u blocks to debugfs\n",
3078 (cmd
->cmnd
[7] << 8 | cmd
->cmnd
[8]));
3079 lpfc_debug_save_dif(phba
, cmd
);
3084 spin_unlock(&_dump_buf_lock
);
3086 if (lpfc_bgs_get_invalid_prof(bgstat
)) {
3087 cmd
->result
= ScsiResult(DID_ERROR
, 0);
3088 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3089 "9072 BLKGRD: Invalid BG Profile in cmd"
3090 " 0x%x lba 0x%llx blk cnt 0x%x "
3091 "bgstat=x%x bghm=x%x\n", cmd
->cmnd
[0],
3092 (unsigned long long)scsi_get_lba(cmd
),
3093 blk_rq_sectors(cmd
->request
), bgstat
, bghm
);
3098 if (lpfc_bgs_get_uninit_dif_block(bgstat
)) {
3099 cmd
->result
= ScsiResult(DID_ERROR
, 0);
3100 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3101 "9073 BLKGRD: Invalid BG PDIF Block in cmd"
3102 " 0x%x lba 0x%llx blk cnt 0x%x "
3103 "bgstat=x%x bghm=x%x\n", cmd
->cmnd
[0],
3104 (unsigned long long)scsi_get_lba(cmd
),
3105 blk_rq_sectors(cmd
->request
), bgstat
, bghm
);
3110 if (lpfc_bgs_get_guard_err(bgstat
)) {
3113 scsi_build_sense_buffer(1, cmd
->sense_buffer
, ILLEGAL_REQUEST
,
3115 cmd
->result
= DRIVER_SENSE
<< 24
3116 | ScsiResult(DID_ABORT
, SAM_STAT_CHECK_CONDITION
);
3117 phba
->bg_guard_err_cnt
++;
3118 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3119 "9055 BLKGRD: Guard Tag error in cmd"
3120 " 0x%x lba 0x%llx blk cnt 0x%x "
3121 "bgstat=x%x bghm=x%x\n", cmd
->cmnd
[0],
3122 (unsigned long long)scsi_get_lba(cmd
),
3123 blk_rq_sectors(cmd
->request
), bgstat
, bghm
);
3126 if (lpfc_bgs_get_reftag_err(bgstat
)) {
3129 scsi_build_sense_buffer(1, cmd
->sense_buffer
, ILLEGAL_REQUEST
,
3131 cmd
->result
= DRIVER_SENSE
<< 24
3132 | ScsiResult(DID_ABORT
, SAM_STAT_CHECK_CONDITION
);
3134 phba
->bg_reftag_err_cnt
++;
3135 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3136 "9056 BLKGRD: Ref Tag error in cmd"
3137 " 0x%x lba 0x%llx blk cnt 0x%x "
3138 "bgstat=x%x bghm=x%x\n", cmd
->cmnd
[0],
3139 (unsigned long long)scsi_get_lba(cmd
),
3140 blk_rq_sectors(cmd
->request
), bgstat
, bghm
);
3143 if (lpfc_bgs_get_apptag_err(bgstat
)) {
3146 scsi_build_sense_buffer(1, cmd
->sense_buffer
, ILLEGAL_REQUEST
,
3148 cmd
->result
= DRIVER_SENSE
<< 24
3149 | ScsiResult(DID_ABORT
, SAM_STAT_CHECK_CONDITION
);
3151 phba
->bg_apptag_err_cnt
++;
3152 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3153 "9061 BLKGRD: App Tag error in cmd"
3154 " 0x%x lba 0x%llx blk cnt 0x%x "
3155 "bgstat=x%x bghm=x%x\n", cmd
->cmnd
[0],
3156 (unsigned long long)scsi_get_lba(cmd
),
3157 blk_rq_sectors(cmd
->request
), bgstat
, bghm
);
3160 if (lpfc_bgs_get_hi_water_mark_present(bgstat
)) {
3162 * setup sense data descriptor 0 per SPC-4 as an information
3163 * field, and put the failing LBA in it.
3164 * This code assumes there was also a guard/app/ref tag error
3167 cmd
->sense_buffer
[7] = 0xc; /* Additional sense length */
3168 cmd
->sense_buffer
[8] = 0; /* Information descriptor type */
3169 cmd
->sense_buffer
[9] = 0xa; /* Additional descriptor length */
3170 cmd
->sense_buffer
[10] = 0x80; /* Validity bit */
3172 /* bghm is a "on the wire" FC frame based count */
3173 switch (scsi_get_prot_op(cmd
)) {
3174 case SCSI_PROT_READ_INSERT
:
3175 case SCSI_PROT_WRITE_STRIP
:
3176 bghm
/= cmd
->device
->sector_size
;
3178 case SCSI_PROT_READ_STRIP
:
3179 case SCSI_PROT_WRITE_INSERT
:
3180 case SCSI_PROT_READ_PASS
:
3181 case SCSI_PROT_WRITE_PASS
:
3182 bghm
/= (cmd
->device
->sector_size
+
3183 sizeof(struct scsi_dif_tuple
));
3187 failing_sector
= scsi_get_lba(cmd
);
3188 failing_sector
+= bghm
;
3190 /* Descriptor Information */
3191 put_unaligned_be64(failing_sector
, &cmd
->sense_buffer
[12]);
3195 /* No error was reported - problem in FW? */
3196 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FCP
| LOG_BG
,
3197 "9057 BLKGRD: Unknown error in cmd"
3198 " 0x%x lba 0x%llx blk cnt 0x%x "
3199 "bgstat=x%x bghm=x%x\n", cmd
->cmnd
[0],
3200 (unsigned long long)scsi_get_lba(cmd
),
3201 blk_rq_sectors(cmd
->request
), bgstat
, bghm
);
3203 /* Calcuate what type of error it was */
3204 lpfc_calc_bg_err(phba
, lpfc_cmd
);
3211 * lpfc_scsi_prep_dma_buf_s4 - DMA mapping for scsi buffer to SLI4 IF spec
3212 * @phba: The Hba for which this call is being executed.
3213 * @lpfc_cmd: The scsi buffer which is going to be mapped.
3215 * This routine does the pci dma mapping for scatter-gather list of scsi cmnd
3216 * field of @lpfc_cmd for device with SLI-4 interface spec.
3223 lpfc_scsi_prep_dma_buf_s4(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*lpfc_cmd
)
3225 struct scsi_cmnd
*scsi_cmnd
= lpfc_cmd
->pCmd
;
3226 struct scatterlist
*sgel
= NULL
;
3227 struct fcp_cmnd
*fcp_cmnd
= lpfc_cmd
->fcp_cmnd
;
3228 struct sli4_sge
*sgl
= (struct sli4_sge
*)lpfc_cmd
->fcp_bpl
;
3229 struct sli4_sge
*first_data_sgl
;
3230 IOCB_t
*iocb_cmd
= &lpfc_cmd
->cur_iocbq
.iocb
;
3231 dma_addr_t physaddr
;
3232 uint32_t num_bde
= 0;
3234 uint32_t dma_offset
= 0;
3236 struct ulp_bde64
*bde
;
3239 * There are three possibilities here - use scatter-gather segment, use
3240 * the single mapping, or neither. Start the lpfc command prep by
3241 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
3244 if (scsi_sg_count(scsi_cmnd
)) {
3246 * The driver stores the segment count returned from pci_map_sg
3247 * because this a count of dma-mappings used to map the use_sg
3248 * pages. They are not guaranteed to be the same for those
3249 * architectures that implement an IOMMU.
3252 nseg
= scsi_dma_map(scsi_cmnd
);
3253 if (unlikely(nseg
<= 0))
3256 /* clear the last flag in the fcp_rsp map entry */
3257 sgl
->word2
= le32_to_cpu(sgl
->word2
);
3258 bf_set(lpfc_sli4_sge_last
, sgl
, 0);
3259 sgl
->word2
= cpu_to_le32(sgl
->word2
);
3261 first_data_sgl
= sgl
;
3262 lpfc_cmd
->seg_cnt
= nseg
;
3263 if (lpfc_cmd
->seg_cnt
> phba
->cfg_sg_seg_cnt
) {
3264 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
, "9074 BLKGRD:"
3265 " %s: Too many sg segments from "
3266 "dma_map_sg. Config %d, seg_cnt %d\n",
3267 __func__
, phba
->cfg_sg_seg_cnt
,
3269 lpfc_cmd
->seg_cnt
= 0;
3270 scsi_dma_unmap(scsi_cmnd
);
3275 * The driver established a maximum scatter-gather segment count
3276 * during probe that limits the number of sg elements in any
3277 * single scsi command. Just run through the seg_cnt and format
3279 * When using SLI-3 the driver will try to fit all the BDEs into
3280 * the IOCB. If it can't then the BDEs get added to a BPL as it
3281 * does for SLI-2 mode.
3283 scsi_for_each_sg(scsi_cmnd
, sgel
, nseg
, num_bde
) {
3284 physaddr
= sg_dma_address(sgel
);
3285 dma_len
= sg_dma_len(sgel
);
3286 sgl
->addr_lo
= cpu_to_le32(putPaddrLow(physaddr
));
3287 sgl
->addr_hi
= cpu_to_le32(putPaddrHigh(physaddr
));
3288 sgl
->word2
= le32_to_cpu(sgl
->word2
);
3289 if ((num_bde
+ 1) == nseg
)
3290 bf_set(lpfc_sli4_sge_last
, sgl
, 1);
3292 bf_set(lpfc_sli4_sge_last
, sgl
, 0);
3293 bf_set(lpfc_sli4_sge_offset
, sgl
, dma_offset
);
3294 bf_set(lpfc_sli4_sge_type
, sgl
, LPFC_SGE_TYPE_DATA
);
3295 sgl
->word2
= cpu_to_le32(sgl
->word2
);
3296 sgl
->sge_len
= cpu_to_le32(dma_len
);
3297 dma_offset
+= dma_len
;
3300 /* setup the performance hint (first data BDE) if enabled */
3301 if (phba
->sli3_options
& LPFC_SLI4_PERFH_ENABLED
) {
3302 bde
= (struct ulp_bde64
*)
3303 &(iocb_cmd
->unsli3
.sli3Words
[5]);
3304 bde
->addrLow
= first_data_sgl
->addr_lo
;
3305 bde
->addrHigh
= first_data_sgl
->addr_hi
;
3306 bde
->tus
.f
.bdeSize
=
3307 le32_to_cpu(first_data_sgl
->sge_len
);
3308 bde
->tus
.f
.bdeFlags
= BUFF_TYPE_BDE_64
;
3309 bde
->tus
.w
= cpu_to_le32(bde
->tus
.w
);
3313 /* clear the last flag in the fcp_rsp map entry */
3314 sgl
->word2
= le32_to_cpu(sgl
->word2
);
3315 bf_set(lpfc_sli4_sge_last
, sgl
, 1);
3316 sgl
->word2
= cpu_to_le32(sgl
->word2
);
3320 * Finish initializing those IOCB fields that are dependent on the
3321 * scsi_cmnd request_buffer. Note that for SLI-2 the bdeSize is
3322 * explicitly reinitialized.
3323 * all iocb memory resources are reused.
3325 fcp_cmnd
->fcpDl
= cpu_to_be32(scsi_bufflen(scsi_cmnd
));
3328 * Due to difference in data length between DIF/non-DIF paths,
3329 * we need to set word 4 of IOCB here
3331 iocb_cmd
->un
.fcpi
.fcpi_parm
= scsi_bufflen(scsi_cmnd
);
3334 * If the OAS driver feature is enabled and the lun is enabled for
3335 * OAS, set the oas iocb related flags.
3337 if ((phba
->cfg_fof
) && ((struct lpfc_device_data
*)
3338 scsi_cmnd
->device
->hostdata
)->oas_enabled
) {
3339 lpfc_cmd
->cur_iocbq
.iocb_flag
|= (LPFC_IO_OAS
| LPFC_IO_FOF
);
3340 lpfc_cmd
->cur_iocbq
.priority
= ((struct lpfc_device_data
*)
3341 scsi_cmnd
->device
->hostdata
)->priority
;
3347 * lpfc_bg_scsi_prep_dma_buf_s4 - DMA mapping for scsi buffer to SLI4 IF spec
3348 * @phba: The Hba for which this call is being executed.
3349 * @lpfc_cmd: The scsi buffer which is going to be mapped.
3351 * This is the protection/DIF aware version of
3352 * lpfc_scsi_prep_dma_buf(). It may be a good idea to combine the
3353 * two functions eventually, but for now, it's here
3356 lpfc_bg_scsi_prep_dma_buf_s4(struct lpfc_hba
*phba
,
3357 struct lpfc_scsi_buf
*lpfc_cmd
)
3359 struct scsi_cmnd
*scsi_cmnd
= lpfc_cmd
->pCmd
;
3360 struct fcp_cmnd
*fcp_cmnd
= lpfc_cmd
->fcp_cmnd
;
3361 struct sli4_sge
*sgl
= (struct sli4_sge
*)(lpfc_cmd
->fcp_bpl
);
3362 IOCB_t
*iocb_cmd
= &lpfc_cmd
->cur_iocbq
.iocb
;
3363 uint32_t num_sge
= 0;
3364 int datasegcnt
, protsegcnt
, datadir
= scsi_cmnd
->sc_data_direction
;
3365 int prot_group_type
= 0;
3369 * Start the lpfc command prep by bumping the sgl beyond fcp_cmnd
3370 * fcp_rsp regions to the first data sge entry
3372 if (scsi_sg_count(scsi_cmnd
)) {
3374 * The driver stores the segment count returned from pci_map_sg
3375 * because this a count of dma-mappings used to map the use_sg
3376 * pages. They are not guaranteed to be the same for those
3377 * architectures that implement an IOMMU.
3379 datasegcnt
= dma_map_sg(&phba
->pcidev
->dev
,
3380 scsi_sglist(scsi_cmnd
),
3381 scsi_sg_count(scsi_cmnd
), datadir
);
3382 if (unlikely(!datasegcnt
))
3386 /* clear the last flag in the fcp_rsp map entry */
3387 sgl
->word2
= le32_to_cpu(sgl
->word2
);
3388 bf_set(lpfc_sli4_sge_last
, sgl
, 0);
3389 sgl
->word2
= cpu_to_le32(sgl
->word2
);
3392 lpfc_cmd
->seg_cnt
= datasegcnt
;
3394 /* First check if data segment count from SCSI Layer is good */
3395 if (lpfc_cmd
->seg_cnt
> phba
->cfg_sg_seg_cnt
)
3398 prot_group_type
= lpfc_prot_group_type(phba
, scsi_cmnd
);
3400 switch (prot_group_type
) {
3401 case LPFC_PG_TYPE_NO_DIF
:
3402 /* Here we need to add a DISEED to the count */
3403 if ((lpfc_cmd
->seg_cnt
+ 1) > phba
->cfg_total_seg_cnt
)
3406 num_sge
= lpfc_bg_setup_sgl(phba
, scsi_cmnd
, sgl
,
3409 /* we should have 2 or more entries in buffer list */
3414 case LPFC_PG_TYPE_DIF_BUF
:
3416 * This type indicates that protection buffers are
3417 * passed to the driver, so that needs to be prepared
3420 protsegcnt
= dma_map_sg(&phba
->pcidev
->dev
,
3421 scsi_prot_sglist(scsi_cmnd
),
3422 scsi_prot_sg_count(scsi_cmnd
), datadir
);
3423 if (unlikely(!protsegcnt
)) {
3424 scsi_dma_unmap(scsi_cmnd
);
3428 lpfc_cmd
->prot_seg_cnt
= protsegcnt
;
3430 * There is a minimun of 3 SGEs used for every
3431 * protection data segment.
3433 if ((lpfc_cmd
->prot_seg_cnt
* 3) >
3434 (phba
->cfg_total_seg_cnt
- 2))
3437 num_sge
= lpfc_bg_setup_sgl_prot(phba
, scsi_cmnd
, sgl
,
3438 datasegcnt
, protsegcnt
);
3440 /* we should have 3 or more entries in buffer list */
3441 if ((num_sge
< 3) ||
3442 (num_sge
> phba
->cfg_total_seg_cnt
))
3446 case LPFC_PG_TYPE_INVALID
:
3448 scsi_dma_unmap(scsi_cmnd
);
3449 lpfc_cmd
->seg_cnt
= 0;
3451 lpfc_printf_log(phba
, KERN_ERR
, LOG_FCP
,
3452 "9083 Unexpected protection group %i\n",
3458 switch (scsi_get_prot_op(scsi_cmnd
)) {
3459 case SCSI_PROT_WRITE_STRIP
:
3460 case SCSI_PROT_READ_STRIP
:
3461 lpfc_cmd
->cur_iocbq
.iocb_flag
|= LPFC_IO_DIF_STRIP
;
3463 case SCSI_PROT_WRITE_INSERT
:
3464 case SCSI_PROT_READ_INSERT
:
3465 lpfc_cmd
->cur_iocbq
.iocb_flag
|= LPFC_IO_DIF_INSERT
;
3467 case SCSI_PROT_WRITE_PASS
:
3468 case SCSI_PROT_READ_PASS
:
3469 lpfc_cmd
->cur_iocbq
.iocb_flag
|= LPFC_IO_DIF_PASS
;
3473 fcpdl
= lpfc_bg_scsi_adjust_dl(phba
, lpfc_cmd
);
3474 fcp_cmnd
->fcpDl
= be32_to_cpu(fcpdl
);
3477 * Due to difference in data length between DIF/non-DIF paths,
3478 * we need to set word 4 of IOCB here
3480 iocb_cmd
->un
.fcpi
.fcpi_parm
= fcpdl
;
3483 * If the OAS driver feature is enabled and the lun is enabled for
3484 * OAS, set the oas iocb related flags.
3486 if ((phba
->cfg_fof
) && ((struct lpfc_device_data
*)
3487 scsi_cmnd
->device
->hostdata
)->oas_enabled
)
3488 lpfc_cmd
->cur_iocbq
.iocb_flag
|= (LPFC_IO_OAS
| LPFC_IO_FOF
);
3492 if (lpfc_cmd
->seg_cnt
)
3493 scsi_dma_unmap(scsi_cmnd
);
3494 if (lpfc_cmd
->prot_seg_cnt
)
3495 dma_unmap_sg(&phba
->pcidev
->dev
, scsi_prot_sglist(scsi_cmnd
),
3496 scsi_prot_sg_count(scsi_cmnd
),
3497 scsi_cmnd
->sc_data_direction
);
3499 lpfc_printf_log(phba
, KERN_ERR
, LOG_FCP
,
3500 "9084 Cannot setup S/G List for HBA"
3501 "IO segs %d/%d SGL %d SCSI %d: %d %d\n",
3502 lpfc_cmd
->seg_cnt
, lpfc_cmd
->prot_seg_cnt
,
3503 phba
->cfg_total_seg_cnt
, phba
->cfg_sg_seg_cnt
,
3504 prot_group_type
, num_sge
);
3506 lpfc_cmd
->seg_cnt
= 0;
3507 lpfc_cmd
->prot_seg_cnt
= 0;
3512 * lpfc_scsi_prep_dma_buf - Wrapper function for DMA mapping of scsi buffer
3513 * @phba: The Hba for which this call is being executed.
3514 * @lpfc_cmd: The scsi buffer which is going to be mapped.
3516 * This routine wraps the actual DMA mapping function pointer from the
3524 lpfc_scsi_prep_dma_buf(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*lpfc_cmd
)
3526 return phba
->lpfc_scsi_prep_dma_buf(phba
, lpfc_cmd
);
3530 * lpfc_bg_scsi_prep_dma_buf - Wrapper function for DMA mapping of scsi buffer
3532 * @phba: The Hba for which this call is being executed.
3533 * @lpfc_cmd: The scsi buffer which is going to be mapped.
3535 * This routine wraps the actual DMA mapping function pointer from the
3543 lpfc_bg_scsi_prep_dma_buf(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*lpfc_cmd
)
3545 return phba
->lpfc_bg_scsi_prep_dma_buf(phba
, lpfc_cmd
);
3549 * lpfc_send_scsi_error_event - Posts an event when there is SCSI error
3550 * @phba: Pointer to hba context object.
3551 * @vport: Pointer to vport object.
3552 * @lpfc_cmd: Pointer to lpfc scsi command which reported the error.
3553 * @rsp_iocb: Pointer to response iocb object which reported error.
3555 * This function posts an event when there is a SCSI command reporting
3556 * error from the scsi device.
3559 lpfc_send_scsi_error_event(struct lpfc_hba
*phba
, struct lpfc_vport
*vport
,
3560 struct lpfc_scsi_buf
*lpfc_cmd
, struct lpfc_iocbq
*rsp_iocb
) {
3561 struct scsi_cmnd
*cmnd
= lpfc_cmd
->pCmd
;
3562 struct fcp_rsp
*fcprsp
= lpfc_cmd
->fcp_rsp
;
3563 uint32_t resp_info
= fcprsp
->rspStatus2
;
3564 uint32_t scsi_status
= fcprsp
->rspStatus3
;
3565 uint32_t fcpi_parm
= rsp_iocb
->iocb
.un
.fcpi
.fcpi_parm
;
3566 struct lpfc_fast_path_event
*fast_path_evt
= NULL
;
3567 struct lpfc_nodelist
*pnode
= lpfc_cmd
->rdata
->pnode
;
3568 unsigned long flags
;
3570 if (!pnode
|| !NLP_CHK_NODE_ACT(pnode
))
3573 /* If there is queuefull or busy condition send a scsi event */
3574 if ((cmnd
->result
== SAM_STAT_TASK_SET_FULL
) ||
3575 (cmnd
->result
== SAM_STAT_BUSY
)) {
3576 fast_path_evt
= lpfc_alloc_fast_evt(phba
);
3579 fast_path_evt
->un
.scsi_evt
.event_type
=
3581 fast_path_evt
->un
.scsi_evt
.subcategory
=
3582 (cmnd
->result
== SAM_STAT_TASK_SET_FULL
) ?
3583 LPFC_EVENT_QFULL
: LPFC_EVENT_DEVBSY
;
3584 fast_path_evt
->un
.scsi_evt
.lun
= cmnd
->device
->lun
;
3585 memcpy(&fast_path_evt
->un
.scsi_evt
.wwpn
,
3586 &pnode
->nlp_portname
, sizeof(struct lpfc_name
));
3587 memcpy(&fast_path_evt
->un
.scsi_evt
.wwnn
,
3588 &pnode
->nlp_nodename
, sizeof(struct lpfc_name
));
3589 } else if ((resp_info
& SNS_LEN_VALID
) && fcprsp
->rspSnsLen
&&
3590 ((cmnd
->cmnd
[0] == READ_10
) || (cmnd
->cmnd
[0] == WRITE_10
))) {
3591 fast_path_evt
= lpfc_alloc_fast_evt(phba
);
3594 fast_path_evt
->un
.check_cond_evt
.scsi_event
.event_type
=
3596 fast_path_evt
->un
.check_cond_evt
.scsi_event
.subcategory
=
3597 LPFC_EVENT_CHECK_COND
;
3598 fast_path_evt
->un
.check_cond_evt
.scsi_event
.lun
=
3600 memcpy(&fast_path_evt
->un
.check_cond_evt
.scsi_event
.wwpn
,
3601 &pnode
->nlp_portname
, sizeof(struct lpfc_name
));
3602 memcpy(&fast_path_evt
->un
.check_cond_evt
.scsi_event
.wwnn
,
3603 &pnode
->nlp_nodename
, sizeof(struct lpfc_name
));
3604 fast_path_evt
->un
.check_cond_evt
.sense_key
=
3605 cmnd
->sense_buffer
[2] & 0xf;
3606 fast_path_evt
->un
.check_cond_evt
.asc
= cmnd
->sense_buffer
[12];
3607 fast_path_evt
->un
.check_cond_evt
.ascq
= cmnd
->sense_buffer
[13];
3608 } else if ((cmnd
->sc_data_direction
== DMA_FROM_DEVICE
) &&
3610 ((be32_to_cpu(fcprsp
->rspResId
) != fcpi_parm
) ||
3611 ((scsi_status
== SAM_STAT_GOOD
) &&
3612 !(resp_info
& (RESID_UNDER
| RESID_OVER
))))) {
3614 * If status is good or resid does not match with fcp_param and
3615 * there is valid fcpi_parm, then there is a read_check error
3617 fast_path_evt
= lpfc_alloc_fast_evt(phba
);
3620 fast_path_evt
->un
.read_check_error
.header
.event_type
=
3621 FC_REG_FABRIC_EVENT
;
3622 fast_path_evt
->un
.read_check_error
.header
.subcategory
=
3623 LPFC_EVENT_FCPRDCHKERR
;
3624 memcpy(&fast_path_evt
->un
.read_check_error
.header
.wwpn
,
3625 &pnode
->nlp_portname
, sizeof(struct lpfc_name
));
3626 memcpy(&fast_path_evt
->un
.read_check_error
.header
.wwnn
,
3627 &pnode
->nlp_nodename
, sizeof(struct lpfc_name
));
3628 fast_path_evt
->un
.read_check_error
.lun
= cmnd
->device
->lun
;
3629 fast_path_evt
->un
.read_check_error
.opcode
= cmnd
->cmnd
[0];
3630 fast_path_evt
->un
.read_check_error
.fcpiparam
=
3635 fast_path_evt
->vport
= vport
;
3636 spin_lock_irqsave(&phba
->hbalock
, flags
);
3637 list_add_tail(&fast_path_evt
->work_evt
.evt_listp
, &phba
->work_list
);
3638 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
3639 lpfc_worker_wake_up(phba
);
3644 * lpfc_scsi_unprep_dma_buf - Un-map DMA mapping of SG-list for dev
3645 * @phba: The HBA for which this call is being executed.
3646 * @psb: The scsi buffer which is going to be un-mapped.
3648 * This routine does DMA un-mapping of scatter gather list of scsi command
3649 * field of @lpfc_cmd for device with SLI-3 interface spec.
3652 lpfc_scsi_unprep_dma_buf(struct lpfc_hba
*phba
, struct lpfc_scsi_buf
*psb
)
3655 * There are only two special cases to consider. (1) the scsi command
3656 * requested scatter-gather usage or (2) the scsi command allocated
3657 * a request buffer, but did not request use_sg. There is a third
3658 * case, but it does not require resource deallocation.
3660 if (psb
->seg_cnt
> 0)
3661 scsi_dma_unmap(psb
->pCmd
);
3662 if (psb
->prot_seg_cnt
> 0)
3663 dma_unmap_sg(&phba
->pcidev
->dev
, scsi_prot_sglist(psb
->pCmd
),
3664 scsi_prot_sg_count(psb
->pCmd
),
3665 psb
->pCmd
->sc_data_direction
);
3669 * lpfc_handler_fcp_err - FCP response handler
3670 * @vport: The virtual port for which this call is being executed.
3671 * @lpfc_cmd: Pointer to lpfc_scsi_buf data structure.
3672 * @rsp_iocb: The response IOCB which contains FCP error.
3674 * This routine is called to process response IOCB with status field
3675 * IOSTAT_FCP_RSP_ERROR. This routine sets result field of scsi command
3676 * based upon SCSI and FCP error.
3679 lpfc_handle_fcp_err(struct lpfc_vport
*vport
, struct lpfc_scsi_buf
*lpfc_cmd
,
3680 struct lpfc_iocbq
*rsp_iocb
)
3682 struct lpfc_hba
*phba
= vport
->phba
;
3683 struct scsi_cmnd
*cmnd
= lpfc_cmd
->pCmd
;
3684 struct fcp_cmnd
*fcpcmd
= lpfc_cmd
->fcp_cmnd
;
3685 struct fcp_rsp
*fcprsp
= lpfc_cmd
->fcp_rsp
;
3686 uint32_t fcpi_parm
= rsp_iocb
->iocb
.un
.fcpi
.fcpi_parm
;
3687 uint32_t resp_info
= fcprsp
->rspStatus2
;
3688 uint32_t scsi_status
= fcprsp
->rspStatus3
;
3690 uint32_t host_status
= DID_OK
;
3691 uint32_t rsplen
= 0;
3693 uint32_t logit
= LOG_FCP
| LOG_FCP_ERROR
;
3697 * If this is a task management command, there is no
3698 * scsi packet associated with this lpfc_cmd. The driver
3701 if (fcpcmd
->fcpCntl2
) {
3706 if (resp_info
& RSP_LEN_VALID
) {
3707 rsplen
= be32_to_cpu(fcprsp
->rspRspLen
);
3708 if (rsplen
!= 0 && rsplen
!= 4 && rsplen
!= 8) {
3709 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
3710 "2719 Invalid response length: "
3711 "tgt x%x lun x%llx cmnd x%x rsplen x%x\n",
3713 cmnd
->device
->lun
, cmnd
->cmnd
[0],
3715 host_status
= DID_ERROR
;
3718 if (fcprsp
->rspInfo3
!= RSP_NO_FAILURE
) {
3719 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
3720 "2757 Protocol failure detected during "
3721 "processing of FCP I/O op: "
3722 "tgt x%x lun x%llx cmnd x%x rspInfo3 x%x\n",
3724 cmnd
->device
->lun
, cmnd
->cmnd
[0],
3726 host_status
= DID_ERROR
;
3731 if ((resp_info
& SNS_LEN_VALID
) && fcprsp
->rspSnsLen
) {
3732 uint32_t snslen
= be32_to_cpu(fcprsp
->rspSnsLen
);
3733 if (snslen
> SCSI_SENSE_BUFFERSIZE
)
3734 snslen
= SCSI_SENSE_BUFFERSIZE
;
3736 if (resp_info
& RSP_LEN_VALID
)
3737 rsplen
= be32_to_cpu(fcprsp
->rspRspLen
);
3738 memcpy(cmnd
->sense_buffer
, &fcprsp
->rspInfo0
+ rsplen
, snslen
);
3740 lp
= (uint32_t *)cmnd
->sense_buffer
;
3742 /* special handling for under run conditions */
3743 if (!scsi_status
&& (resp_info
& RESID_UNDER
)) {
3744 /* don't log under runs if fcp set... */
3745 if (vport
->cfg_log_verbose
& LOG_FCP
)
3746 logit
= LOG_FCP_ERROR
;
3747 /* unless operator says so */
3748 if (vport
->cfg_log_verbose
& LOG_FCP_UNDER
)
3749 logit
= LOG_FCP_UNDER
;
3752 lpfc_printf_vlog(vport
, KERN_WARNING
, logit
,
3753 "9024 FCP command x%x failed: x%x SNS x%x x%x "
3754 "Data: x%x x%x x%x x%x x%x\n",
3755 cmnd
->cmnd
[0], scsi_status
,
3756 be32_to_cpu(*lp
), be32_to_cpu(*(lp
+ 3)), resp_info
,
3757 be32_to_cpu(fcprsp
->rspResId
),
3758 be32_to_cpu(fcprsp
->rspSnsLen
),
3759 be32_to_cpu(fcprsp
->rspRspLen
),
3762 scsi_set_resid(cmnd
, 0);
3763 fcpDl
= be32_to_cpu(fcpcmd
->fcpDl
);
3764 if (resp_info
& RESID_UNDER
) {
3765 scsi_set_resid(cmnd
, be32_to_cpu(fcprsp
->rspResId
));
3767 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP_UNDER
,
3768 "9025 FCP Read Underrun, expected %d, "
3769 "residual %d Data: x%x x%x x%x\n",
3771 scsi_get_resid(cmnd
), fcpi_parm
, cmnd
->cmnd
[0],
3775 * If there is an under run check if under run reported by
3776 * storage array is same as the under run reported by HBA.
3777 * If this is not same, there is a dropped frame.
3779 if ((cmnd
->sc_data_direction
== DMA_FROM_DEVICE
) &&
3781 (scsi_get_resid(cmnd
) != fcpi_parm
)) {
3782 lpfc_printf_vlog(vport
, KERN_WARNING
,
3783 LOG_FCP
| LOG_FCP_ERROR
,
3784 "9026 FCP Read Check Error "
3785 "and Underrun Data: x%x x%x x%x x%x\n",
3787 scsi_get_resid(cmnd
), fcpi_parm
,
3789 scsi_set_resid(cmnd
, scsi_bufflen(cmnd
));
3790 host_status
= DID_ERROR
;
3793 * The cmnd->underflow is the minimum number of bytes that must
3794 * be transferred for this command. Provided a sense condition
3795 * is not present, make sure the actual amount transferred is at
3796 * least the underflow value or fail.
3798 if (!(resp_info
& SNS_LEN_VALID
) &&
3799 (scsi_status
== SAM_STAT_GOOD
) &&
3800 (scsi_bufflen(cmnd
) - scsi_get_resid(cmnd
)
3801 < cmnd
->underflow
)) {
3802 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
3803 "9027 FCP command x%x residual "
3804 "underrun converted to error "
3805 "Data: x%x x%x x%x\n",
3806 cmnd
->cmnd
[0], scsi_bufflen(cmnd
),
3807 scsi_get_resid(cmnd
), cmnd
->underflow
);
3808 host_status
= DID_ERROR
;
3810 } else if (resp_info
& RESID_OVER
) {
3811 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
3812 "9028 FCP command x%x residual overrun error. "
3813 "Data: x%x x%x\n", cmnd
->cmnd
[0],
3814 scsi_bufflen(cmnd
), scsi_get_resid(cmnd
));
3815 host_status
= DID_ERROR
;
3818 * Check SLI validation that all the transfer was actually done
3819 * (fcpi_parm should be zero). Apply check only to reads.
3821 } else if (fcpi_parm
) {
3822 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
| LOG_FCP_ERROR
,
3823 "9029 FCP %s Check Error xri x%x Data: "
3824 "x%x x%x x%x x%x x%x\n",
3825 ((cmnd
->sc_data_direction
== DMA_FROM_DEVICE
) ?
3827 ((phba
->sli_rev
== LPFC_SLI_REV4
) ?
3828 lpfc_cmd
->cur_iocbq
.sli4_xritag
:
3829 rsp_iocb
->iocb
.ulpContext
),
3830 fcpDl
, be32_to_cpu(fcprsp
->rspResId
),
3831 fcpi_parm
, cmnd
->cmnd
[0], scsi_status
);
3833 /* There is some issue with the LPe12000 that causes it
3834 * to miscalculate the fcpi_parm and falsely trip this
3835 * recovery logic. Detect this case and don't error when true.
3837 if (fcpi_parm
> fcpDl
)
3840 switch (scsi_status
) {
3842 case SAM_STAT_CHECK_CONDITION
:
3843 /* Fabric dropped a data frame. Fail any successful
3844 * command in which we detected dropped frames.
3845 * A status of good or some check conditions could
3846 * be considered a successful command.
3848 host_status
= DID_ERROR
;
3851 scsi_set_resid(cmnd
, scsi_bufflen(cmnd
));
3855 cmnd
->result
= ScsiResult(host_status
, scsi_status
);
3856 lpfc_send_scsi_error_event(vport
->phba
, vport
, lpfc_cmd
, rsp_iocb
);
3860 * lpfc_sli4_scmd_to_wqidx_distr - scsi command to SLI4 WQ index distribution
3861 * @phba: Pointer to HBA context object.
3863 * This routine performs a roundrobin SCSI command to SLI4 FCP WQ index
3864 * distribution. This is called by __lpfc_sli_issue_iocb_s4() with the hbalock
3866 * If scsi-mq is enabled, get the default block layer mapping of software queues
3867 * to hardware queues. This information is saved in request tag.
3869 * Return: index into SLI4 fast-path FCP queue index.
3871 int lpfc_sli4_scmd_to_wqidx_distr(struct lpfc_hba
*phba
,
3872 struct lpfc_scsi_buf
*lpfc_cmd
)
3874 struct scsi_cmnd
*cmnd
= lpfc_cmd
->pCmd
;
3875 struct lpfc_vector_map_info
*cpup
;
3880 if (shost_use_blk_mq(cmnd
->device
->host
)) {
3881 tag
= blk_mq_unique_tag(cmnd
->request
);
3882 hwq
= blk_mq_unique_tag_to_hwq(tag
);
3887 if (phba
->cfg_fcp_io_sched
== LPFC_FCP_SCHED_BY_CPU
3888 && phba
->cfg_fcp_io_channel
> 1) {
3889 cpu
= smp_processor_id();
3890 if (cpu
< phba
->sli4_hba
.num_present_cpu
) {
3891 cpup
= phba
->sli4_hba
.cpu_map
;
3893 return cpup
->channel_id
;
3896 chann
= atomic_add_return(1, &phba
->fcp_qidx
);
3897 chann
= (chann
% phba
->cfg_fcp_io_channel
);
3903 * lpfc_scsi_cmd_iocb_cmpl - Scsi cmnd IOCB completion routine
3904 * @phba: The Hba for which this call is being executed.
3905 * @pIocbIn: The command IOCBQ for the scsi cmnd.
3906 * @pIocbOut: The response IOCBQ for the scsi cmnd.
3908 * This routine assigns scsi command result by looking into response IOCB
3909 * status field appropriately. This routine handles QUEUE FULL condition as
3910 * well by ramping down device queue depth.
3913 lpfc_scsi_cmd_iocb_cmpl(struct lpfc_hba
*phba
, struct lpfc_iocbq
*pIocbIn
,
3914 struct lpfc_iocbq
*pIocbOut
)
3916 struct lpfc_scsi_buf
*lpfc_cmd
=
3917 (struct lpfc_scsi_buf
*) pIocbIn
->context1
;
3918 struct lpfc_vport
*vport
= pIocbIn
->vport
;
3919 struct lpfc_rport_data
*rdata
= lpfc_cmd
->rdata
;
3920 struct lpfc_nodelist
*pnode
= rdata
->pnode
;
3921 struct scsi_cmnd
*cmd
;
3923 unsigned long flags
;
3924 struct lpfc_fast_path_event
*fast_path_evt
;
3925 struct Scsi_Host
*shost
;
3926 uint32_t logit
= LOG_FCP
;
3928 /* Sanity check on return of outstanding command */
3929 cmd
= lpfc_cmd
->pCmd
;
3932 shost
= cmd
->device
->host
;
3934 lpfc_cmd
->result
= (pIocbOut
->iocb
.un
.ulpWord
[4] & IOERR_PARAM_MASK
);
3935 lpfc_cmd
->status
= pIocbOut
->iocb
.ulpStatus
;
3936 /* pick up SLI4 exhange busy status from HBA */
3937 lpfc_cmd
->exch_busy
= pIocbOut
->iocb_flag
& LPFC_EXCHANGE_BUSY
;
3939 #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
3940 if (lpfc_cmd
->prot_data_type
) {
3941 struct scsi_dif_tuple
*src
= NULL
;
3943 src
= (struct scsi_dif_tuple
*)lpfc_cmd
->prot_data_segment
;
3945 * Used to restore any changes to protection
3946 * data for error injection.
3948 switch (lpfc_cmd
->prot_data_type
) {
3949 case LPFC_INJERR_REFTAG
:
3951 lpfc_cmd
->prot_data
;
3953 case LPFC_INJERR_APPTAG
:
3955 (uint16_t)lpfc_cmd
->prot_data
;
3957 case LPFC_INJERR_GUARD
:
3959 (uint16_t)lpfc_cmd
->prot_data
;
3965 lpfc_cmd
->prot_data
= 0;
3966 lpfc_cmd
->prot_data_type
= 0;
3967 lpfc_cmd
->prot_data_segment
= NULL
;
3970 if (pnode
&& NLP_CHK_NODE_ACT(pnode
))
3971 atomic_dec(&pnode
->cmd_pending
);
3973 if (lpfc_cmd
->status
) {
3974 if (lpfc_cmd
->status
== IOSTAT_LOCAL_REJECT
&&
3975 (lpfc_cmd
->result
& IOERR_DRVR_MASK
))
3976 lpfc_cmd
->status
= IOSTAT_DRIVER_REJECT
;
3977 else if (lpfc_cmd
->status
>= IOSTAT_CNT
)
3978 lpfc_cmd
->status
= IOSTAT_DEFAULT
;
3979 if (lpfc_cmd
->status
== IOSTAT_FCP_RSP_ERROR
&&
3980 !lpfc_cmd
->fcp_rsp
->rspStatus3
&&
3981 (lpfc_cmd
->fcp_rsp
->rspStatus2
& RESID_UNDER
) &&
3982 !(vport
->cfg_log_verbose
& LOG_FCP_UNDER
))
3985 logit
= LOG_FCP
| LOG_FCP_UNDER
;
3986 lpfc_printf_vlog(vport
, KERN_WARNING
, logit
,
3987 "9030 FCP cmd x%x failed <%d/%lld> "
3988 "status: x%x result: x%x "
3989 "sid: x%x did: x%x oxid: x%x "
3992 cmd
->device
? cmd
->device
->id
: 0xffff,
3993 cmd
->device
? cmd
->device
->lun
: 0xffff,
3994 lpfc_cmd
->status
, lpfc_cmd
->result
,
3996 (pnode
) ? pnode
->nlp_DID
: 0,
3997 phba
->sli_rev
== LPFC_SLI_REV4
?
3998 lpfc_cmd
->cur_iocbq
.sli4_xritag
: 0xffff,
3999 pIocbOut
->iocb
.ulpContext
,
4000 lpfc_cmd
->cur_iocbq
.iocb
.ulpIoTag
);
4002 switch (lpfc_cmd
->status
) {
4003 case IOSTAT_FCP_RSP_ERROR
:
4004 /* Call FCP RSP handler to determine result */
4005 lpfc_handle_fcp_err(vport
, lpfc_cmd
, pIocbOut
);
4007 case IOSTAT_NPORT_BSY
:
4008 case IOSTAT_FABRIC_BSY
:
4009 cmd
->result
= ScsiResult(DID_TRANSPORT_DISRUPTED
, 0);
4010 fast_path_evt
= lpfc_alloc_fast_evt(phba
);
4013 fast_path_evt
->un
.fabric_evt
.event_type
=
4014 FC_REG_FABRIC_EVENT
;
4015 fast_path_evt
->un
.fabric_evt
.subcategory
=
4016 (lpfc_cmd
->status
== IOSTAT_NPORT_BSY
) ?
4017 LPFC_EVENT_PORT_BUSY
: LPFC_EVENT_FABRIC_BUSY
;
4018 if (pnode
&& NLP_CHK_NODE_ACT(pnode
)) {
4019 memcpy(&fast_path_evt
->un
.fabric_evt
.wwpn
,
4020 &pnode
->nlp_portname
,
4021 sizeof(struct lpfc_name
));
4022 memcpy(&fast_path_evt
->un
.fabric_evt
.wwnn
,
4023 &pnode
->nlp_nodename
,
4024 sizeof(struct lpfc_name
));
4026 fast_path_evt
->vport
= vport
;
4027 fast_path_evt
->work_evt
.evt
=
4028 LPFC_EVT_FASTPATH_MGMT_EVT
;
4029 spin_lock_irqsave(&phba
->hbalock
, flags
);
4030 list_add_tail(&fast_path_evt
->work_evt
.evt_listp
,
4032 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
4033 lpfc_worker_wake_up(phba
);
4035 case IOSTAT_LOCAL_REJECT
:
4036 case IOSTAT_REMOTE_STOP
:
4037 if (lpfc_cmd
->result
== IOERR_ELXSEC_KEY_UNWRAP_ERROR
||
4039 IOERR_ELXSEC_KEY_UNWRAP_COMPARE_ERROR
||
4040 lpfc_cmd
->result
== IOERR_ELXSEC_CRYPTO_ERROR
||
4042 IOERR_ELXSEC_CRYPTO_COMPARE_ERROR
) {
4043 cmd
->result
= ScsiResult(DID_NO_CONNECT
, 0);
4046 if (lpfc_cmd
->result
== IOERR_INVALID_RPI
||
4047 lpfc_cmd
->result
== IOERR_NO_RESOURCES
||
4048 lpfc_cmd
->result
== IOERR_ABORT_REQUESTED
||
4049 lpfc_cmd
->result
== IOERR_SLER_CMD_RCV_FAILURE
) {
4050 cmd
->result
= ScsiResult(DID_REQUEUE
, 0);
4053 if ((lpfc_cmd
->result
== IOERR_RX_DMA_FAILED
||
4054 lpfc_cmd
->result
== IOERR_TX_DMA_FAILED
) &&
4055 pIocbOut
->iocb
.unsli3
.sli3_bg
.bgstat
) {
4056 if (scsi_get_prot_op(cmd
) != SCSI_PROT_NORMAL
) {
4058 * This is a response for a BG enabled
4059 * cmd. Parse BG error
4061 lpfc_parse_bg_err(phba
, lpfc_cmd
,
4065 lpfc_printf_vlog(vport
, KERN_WARNING
,
4067 "9031 non-zero BGSTAT "
4068 "on unprotected cmd\n");
4071 if ((lpfc_cmd
->status
== IOSTAT_REMOTE_STOP
)
4072 && (phba
->sli_rev
== LPFC_SLI_REV4
)
4073 && (pnode
&& NLP_CHK_NODE_ACT(pnode
))) {
4074 /* This IO was aborted by the target, we don't
4075 * know the rxid and because we did not send the
4076 * ABTS we cannot generate and RRQ.
4078 lpfc_set_rrq_active(phba
, pnode
,
4079 lpfc_cmd
->cur_iocbq
.sli4_lxritag
,
4082 /* else: fall through */
4084 cmd
->result
= ScsiResult(DID_ERROR
, 0);
4088 if (!pnode
|| !NLP_CHK_NODE_ACT(pnode
)
4089 || (pnode
->nlp_state
!= NLP_STE_MAPPED_NODE
))
4090 cmd
->result
= ScsiResult(DID_TRANSPORT_DISRUPTED
,
4093 cmd
->result
= ScsiResult(DID_OK
, 0);
4095 if (cmd
->result
|| lpfc_cmd
->fcp_rsp
->rspSnsLen
) {
4096 uint32_t *lp
= (uint32_t *)cmd
->sense_buffer
;
4098 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
4099 "0710 Iodone <%d/%llu> cmd %p, error "
4100 "x%x SNS x%x x%x Data: x%x x%x\n",
4101 cmd
->device
->id
, cmd
->device
->lun
, cmd
,
4102 cmd
->result
, *lp
, *(lp
+ 3), cmd
->retries
,
4103 scsi_get_resid(cmd
));
4106 lpfc_update_stats(phba
, lpfc_cmd
);
4107 if (vport
->cfg_max_scsicmpl_time
&&
4108 time_after(jiffies
, lpfc_cmd
->start_time
+
4109 msecs_to_jiffies(vport
->cfg_max_scsicmpl_time
))) {
4110 spin_lock_irqsave(shost
->host_lock
, flags
);
4111 if (pnode
&& NLP_CHK_NODE_ACT(pnode
)) {
4112 if (pnode
->cmd_qdepth
>
4113 atomic_read(&pnode
->cmd_pending
) &&
4114 (atomic_read(&pnode
->cmd_pending
) >
4115 LPFC_MIN_TGT_QDEPTH
) &&
4116 ((cmd
->cmnd
[0] == READ_10
) ||
4117 (cmd
->cmnd
[0] == WRITE_10
)))
4119 atomic_read(&pnode
->cmd_pending
);
4121 pnode
->last_change_time
= jiffies
;
4123 spin_unlock_irqrestore(shost
->host_lock
, flags
);
4124 } else if (pnode
&& NLP_CHK_NODE_ACT(pnode
)) {
4125 if ((pnode
->cmd_qdepth
< vport
->cfg_tgt_queue_depth
) &&
4126 time_after(jiffies
, pnode
->last_change_time
+
4127 msecs_to_jiffies(LPFC_TGTQ_INTERVAL
))) {
4128 spin_lock_irqsave(shost
->host_lock
, flags
);
4129 depth
= pnode
->cmd_qdepth
* LPFC_TGTQ_RAMPUP_PCENT
4131 depth
= depth
? depth
: 1;
4132 pnode
->cmd_qdepth
+= depth
;
4133 if (pnode
->cmd_qdepth
> vport
->cfg_tgt_queue_depth
)
4134 pnode
->cmd_qdepth
= vport
->cfg_tgt_queue_depth
;
4135 pnode
->last_change_time
= jiffies
;
4136 spin_unlock_irqrestore(shost
->host_lock
, flags
);
4140 lpfc_scsi_unprep_dma_buf(phba
, lpfc_cmd
);
4142 /* The sdev is not guaranteed to be valid post scsi_done upcall. */
4143 cmd
->scsi_done(cmd
);
4145 spin_lock_irqsave(&phba
->hbalock
, flags
);
4146 lpfc_cmd
->pCmd
= NULL
;
4147 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
4150 * If there is a thread waiting for command completion
4151 * wake up the thread.
4153 spin_lock_irqsave(shost
->host_lock
, flags
);
4154 if (lpfc_cmd
->waitq
)
4155 wake_up(lpfc_cmd
->waitq
);
4156 spin_unlock_irqrestore(shost
->host_lock
, flags
);
4158 lpfc_release_scsi_buf(phba
, lpfc_cmd
);
4162 * lpfc_fcpcmd_to_iocb - copy the fcp_cmd data into the IOCB
4163 * @data: A pointer to the immediate command data portion of the IOCB.
4164 * @fcp_cmnd: The FCP Command that is provided by the SCSI layer.
4166 * The routine copies the entire FCP command from @fcp_cmnd to @data while
4167 * byte swapping the data to big endian format for transmission on the wire.
4170 lpfc_fcpcmd_to_iocb(uint8_t *data
, struct fcp_cmnd
*fcp_cmnd
)
4173 for (i
= 0, j
= 0; i
< sizeof(struct fcp_cmnd
);
4174 i
+= sizeof(uint32_t), j
++) {
4175 ((uint32_t *)data
)[j
] = cpu_to_be32(((uint32_t *)fcp_cmnd
)[j
]);
4180 * lpfc_scsi_prep_cmnd - Wrapper func for convert scsi cmnd to FCP info unit
4181 * @vport: The virtual port for which this call is being executed.
4182 * @lpfc_cmd: The scsi command which needs to send.
4183 * @pnode: Pointer to lpfc_nodelist.
4185 * This routine initializes fcp_cmnd and iocb data structure from scsi command
4186 * to transfer for device with SLI3 interface spec.
4189 lpfc_scsi_prep_cmnd(struct lpfc_vport
*vport
, struct lpfc_scsi_buf
*lpfc_cmd
,
4190 struct lpfc_nodelist
*pnode
)
4192 struct lpfc_hba
*phba
= vport
->phba
;
4193 struct scsi_cmnd
*scsi_cmnd
= lpfc_cmd
->pCmd
;
4194 struct fcp_cmnd
*fcp_cmnd
= lpfc_cmd
->fcp_cmnd
;
4195 IOCB_t
*iocb_cmd
= &lpfc_cmd
->cur_iocbq
.iocb
;
4196 struct lpfc_iocbq
*piocbq
= &(lpfc_cmd
->cur_iocbq
);
4197 int datadir
= scsi_cmnd
->sc_data_direction
;
4202 if (!pnode
|| !NLP_CHK_NODE_ACT(pnode
))
4205 lpfc_cmd
->fcp_rsp
->rspSnsLen
= 0;
4206 /* clear task management bits */
4207 lpfc_cmd
->fcp_cmnd
->fcpCntl2
= 0;
4209 int_to_scsilun(lpfc_cmd
->pCmd
->device
->lun
,
4210 &lpfc_cmd
->fcp_cmnd
->fcp_lun
);
4212 ptr
= &fcp_cmnd
->fcpCdb
[0];
4213 memcpy(ptr
, scsi_cmnd
->cmnd
, scsi_cmnd
->cmd_len
);
4214 if (scsi_cmnd
->cmd_len
< LPFC_FCP_CDB_LEN
) {
4215 ptr
+= scsi_cmnd
->cmd_len
;
4216 memset(ptr
, 0, (LPFC_FCP_CDB_LEN
- scsi_cmnd
->cmd_len
));
4219 fcp_cmnd
->fcpCntl1
= SIMPLE_Q
;
4221 sli4
= (phba
->sli_rev
== LPFC_SLI_REV4
);
4222 piocbq
->iocb
.un
.fcpi
.fcpi_XRdy
= 0;
4225 * There are three possibilities here - use scatter-gather segment, use
4226 * the single mapping, or neither. Start the lpfc command prep by
4227 * bumping the bpl beyond the fcp_cmnd and fcp_rsp regions to the first
4230 if (scsi_sg_count(scsi_cmnd
)) {
4231 if (datadir
== DMA_TO_DEVICE
) {
4232 iocb_cmd
->ulpCommand
= CMD_FCP_IWRITE64_CR
;
4233 iocb_cmd
->ulpPU
= PARM_READ_CHECK
;
4234 if (vport
->cfg_first_burst_size
&&
4235 (pnode
->nlp_flag
& NLP_FIRSTBURST
)) {
4236 fcpdl
= scsi_bufflen(scsi_cmnd
);
4237 if (fcpdl
< vport
->cfg_first_burst_size
)
4238 piocbq
->iocb
.un
.fcpi
.fcpi_XRdy
= fcpdl
;
4240 piocbq
->iocb
.un
.fcpi
.fcpi_XRdy
=
4241 vport
->cfg_first_burst_size
;
4243 fcp_cmnd
->fcpCntl3
= WRITE_DATA
;
4244 phba
->fc4OutputRequests
++;
4246 iocb_cmd
->ulpCommand
= CMD_FCP_IREAD64_CR
;
4247 iocb_cmd
->ulpPU
= PARM_READ_CHECK
;
4248 fcp_cmnd
->fcpCntl3
= READ_DATA
;
4249 phba
->fc4InputRequests
++;
4252 iocb_cmd
->ulpCommand
= CMD_FCP_ICMND64_CR
;
4253 iocb_cmd
->un
.fcpi
.fcpi_parm
= 0;
4254 iocb_cmd
->ulpPU
= 0;
4255 fcp_cmnd
->fcpCntl3
= 0;
4256 phba
->fc4ControlRequests
++;
4258 if (phba
->sli_rev
== 3 &&
4259 !(phba
->sli3_options
& LPFC_SLI3_BG_ENABLED
))
4260 lpfc_fcpcmd_to_iocb(iocb_cmd
->unsli3
.fcp_ext
.icd
, fcp_cmnd
);
4262 * Finish initializing those IOCB fields that are independent
4263 * of the scsi_cmnd request_buffer
4265 piocbq
->iocb
.ulpContext
= pnode
->nlp_rpi
;
4267 piocbq
->iocb
.ulpContext
=
4268 phba
->sli4_hba
.rpi_ids
[pnode
->nlp_rpi
];
4269 if (pnode
->nlp_fcp_info
& NLP_FCP_2_DEVICE
)
4270 piocbq
->iocb
.ulpFCP2Rcvy
= 1;
4272 piocbq
->iocb
.ulpFCP2Rcvy
= 0;
4274 piocbq
->iocb
.ulpClass
= (pnode
->nlp_fcp_info
& 0x0f);
4275 piocbq
->context1
= lpfc_cmd
;
4276 piocbq
->iocb_cmpl
= lpfc_scsi_cmd_iocb_cmpl
;
4277 piocbq
->iocb
.ulpTimeout
= lpfc_cmd
->timeout
;
4278 piocbq
->vport
= vport
;
4282 * lpfc_scsi_prep_task_mgmt_cmd - Convert SLI3 scsi TM cmd to FCP info unit
4283 * @vport: The virtual port for which this call is being executed.
4284 * @lpfc_cmd: Pointer to lpfc_scsi_buf data structure.
4285 * @lun: Logical unit number.
4286 * @task_mgmt_cmd: SCSI task management command.
4288 * This routine creates FCP information unit corresponding to @task_mgmt_cmd
4289 * for device with SLI-3 interface spec.
4296 lpfc_scsi_prep_task_mgmt_cmd(struct lpfc_vport
*vport
,
4297 struct lpfc_scsi_buf
*lpfc_cmd
,
4299 uint8_t task_mgmt_cmd
)
4301 struct lpfc_iocbq
*piocbq
;
4303 struct fcp_cmnd
*fcp_cmnd
;
4304 struct lpfc_rport_data
*rdata
= lpfc_cmd
->rdata
;
4305 struct lpfc_nodelist
*ndlp
= rdata
->pnode
;
4307 if (!ndlp
|| !NLP_CHK_NODE_ACT(ndlp
) ||
4308 ndlp
->nlp_state
!= NLP_STE_MAPPED_NODE
)
4311 piocbq
= &(lpfc_cmd
->cur_iocbq
);
4312 piocbq
->vport
= vport
;
4314 piocb
= &piocbq
->iocb
;
4316 fcp_cmnd
= lpfc_cmd
->fcp_cmnd
;
4317 /* Clear out any old data in the FCP command area */
4318 memset(fcp_cmnd
, 0, sizeof(struct fcp_cmnd
));
4319 int_to_scsilun(lun
, &fcp_cmnd
->fcp_lun
);
4320 fcp_cmnd
->fcpCntl2
= task_mgmt_cmd
;
4321 if (vport
->phba
->sli_rev
== 3 &&
4322 !(vport
->phba
->sli3_options
& LPFC_SLI3_BG_ENABLED
))
4323 lpfc_fcpcmd_to_iocb(piocb
->unsli3
.fcp_ext
.icd
, fcp_cmnd
);
4324 piocb
->ulpCommand
= CMD_FCP_ICMND64_CR
;
4325 piocb
->ulpContext
= ndlp
->nlp_rpi
;
4326 if (vport
->phba
->sli_rev
== LPFC_SLI_REV4
) {
4328 vport
->phba
->sli4_hba
.rpi_ids
[ndlp
->nlp_rpi
];
4330 piocb
->ulpFCP2Rcvy
= (ndlp
->nlp_fcp_info
& NLP_FCP_2_DEVICE
) ? 1 : 0;
4331 piocb
->ulpClass
= (ndlp
->nlp_fcp_info
& 0x0f);
4333 piocb
->un
.fcpi
.fcpi_parm
= 0;
4335 /* ulpTimeout is only one byte */
4336 if (lpfc_cmd
->timeout
> 0xff) {
4338 * Do not timeout the command at the firmware level.
4339 * The driver will provide the timeout mechanism.
4341 piocb
->ulpTimeout
= 0;
4343 piocb
->ulpTimeout
= lpfc_cmd
->timeout
;
4345 if (vport
->phba
->sli_rev
== LPFC_SLI_REV4
)
4346 lpfc_sli4_set_rsp_sgl_last(vport
->phba
, lpfc_cmd
);
4352 * lpfc_scsi_api_table_setup - Set up scsi api function jump table
4353 * @phba: The hba struct for which this call is being executed.
4354 * @dev_grp: The HBA PCI-Device group number.
4356 * This routine sets up the SCSI interface API function jump table in @phba
4358 * Returns: 0 - success, -ENODEV - failure.
4361 lpfc_scsi_api_table_setup(struct lpfc_hba
*phba
, uint8_t dev_grp
)
4364 phba
->lpfc_scsi_unprep_dma_buf
= lpfc_scsi_unprep_dma_buf
;
4365 phba
->lpfc_scsi_prep_cmnd
= lpfc_scsi_prep_cmnd
;
4368 case LPFC_PCI_DEV_LP
:
4369 phba
->lpfc_new_scsi_buf
= lpfc_new_scsi_buf_s3
;
4370 phba
->lpfc_scsi_prep_dma_buf
= lpfc_scsi_prep_dma_buf_s3
;
4371 phba
->lpfc_bg_scsi_prep_dma_buf
= lpfc_bg_scsi_prep_dma_buf_s3
;
4372 phba
->lpfc_release_scsi_buf
= lpfc_release_scsi_buf_s3
;
4373 phba
->lpfc_get_scsi_buf
= lpfc_get_scsi_buf_s3
;
4375 case LPFC_PCI_DEV_OC
:
4376 phba
->lpfc_new_scsi_buf
= lpfc_new_scsi_buf_s4
;
4377 phba
->lpfc_scsi_prep_dma_buf
= lpfc_scsi_prep_dma_buf_s4
;
4378 phba
->lpfc_bg_scsi_prep_dma_buf
= lpfc_bg_scsi_prep_dma_buf_s4
;
4379 phba
->lpfc_release_scsi_buf
= lpfc_release_scsi_buf_s4
;
4380 phba
->lpfc_get_scsi_buf
= lpfc_get_scsi_buf_s4
;
4383 lpfc_printf_log(phba
, KERN_ERR
, LOG_INIT
,
4384 "1418 Invalid HBA PCI-device group: 0x%x\n",
4389 phba
->lpfc_rampdown_queue_depth
= lpfc_rampdown_queue_depth
;
4390 phba
->lpfc_scsi_cmd_iocb_cmpl
= lpfc_scsi_cmd_iocb_cmpl
;
4395 * lpfc_taskmgmt_def_cmpl - IOCB completion routine for task management command
4396 * @phba: The Hba for which this call is being executed.
4397 * @cmdiocbq: Pointer to lpfc_iocbq data structure.
4398 * @rspiocbq: Pointer to lpfc_iocbq data structure.
4400 * This routine is IOCB completion routine for device reset and target reset
4401 * routine. This routine release scsi buffer associated with lpfc_cmd.
4404 lpfc_tskmgmt_def_cmpl(struct lpfc_hba
*phba
,
4405 struct lpfc_iocbq
*cmdiocbq
,
4406 struct lpfc_iocbq
*rspiocbq
)
4408 struct lpfc_scsi_buf
*lpfc_cmd
=
4409 (struct lpfc_scsi_buf
*) cmdiocbq
->context1
;
4411 lpfc_release_scsi_buf(phba
, lpfc_cmd
);
4416 * lpfc_info - Info entry point of scsi_host_template data structure
4417 * @host: The scsi host for which this call is being executed.
4419 * This routine provides module information about hba.
4422 * Pointer to char - Success.
4425 lpfc_info(struct Scsi_Host
*host
)
4427 struct lpfc_vport
*vport
= (struct lpfc_vport
*) host
->hostdata
;
4428 struct lpfc_hba
*phba
= vport
->phba
;
4429 int len
, link_speed
= 0;
4430 static char lpfcinfobuf
[384];
4432 memset(lpfcinfobuf
,0,384);
4433 if (phba
&& phba
->pcidev
){
4434 strncpy(lpfcinfobuf
, phba
->ModelDesc
, 256);
4435 len
= strlen(lpfcinfobuf
);
4436 snprintf(lpfcinfobuf
+ len
,
4438 " on PCI bus %02x device %02x irq %d",
4439 phba
->pcidev
->bus
->number
,
4440 phba
->pcidev
->devfn
,
4442 len
= strlen(lpfcinfobuf
);
4443 if (phba
->Port
[0]) {
4444 snprintf(lpfcinfobuf
+ len
,
4449 len
= strlen(lpfcinfobuf
);
4450 link_speed
= lpfc_sli_port_speed_get(phba
);
4451 if (link_speed
!= 0)
4452 snprintf(lpfcinfobuf
+ len
, 384-len
,
4453 " Logical Link Speed: %d Mbps", link_speed
);
4459 * lpfc_poll_rearm_time - Routine to modify fcp_poll timer of hba
4460 * @phba: The Hba for which this call is being executed.
4462 * This routine modifies fcp_poll_timer field of @phba by cfg_poll_tmo.
4463 * The default value of cfg_poll_tmo is 10 milliseconds.
4465 static __inline__
void lpfc_poll_rearm_timer(struct lpfc_hba
* phba
)
4467 unsigned long poll_tmo_expires
=
4468 (jiffies
+ msecs_to_jiffies(phba
->cfg_poll_tmo
));
4470 if (!list_empty(&phba
->sli
.ring
[LPFC_FCP_RING
].txcmplq
))
4471 mod_timer(&phba
->fcp_poll_timer
,
4476 * lpfc_poll_start_timer - Routine to start fcp_poll_timer of HBA
4477 * @phba: The Hba for which this call is being executed.
4479 * This routine starts the fcp_poll_timer of @phba.
4481 void lpfc_poll_start_timer(struct lpfc_hba
* phba
)
4483 lpfc_poll_rearm_timer(phba
);
4487 * lpfc_poll_timeout - Restart polling timer
4488 * @ptr: Map to lpfc_hba data structure pointer.
4490 * This routine restarts fcp_poll timer, when FCP ring polling is enable
4491 * and FCP Ring interrupt is disable.
4494 void lpfc_poll_timeout(unsigned long ptr
)
4496 struct lpfc_hba
*phba
= (struct lpfc_hba
*) ptr
;
4498 if (phba
->cfg_poll
& ENABLE_FCP_RING_POLLING
) {
4499 lpfc_sli_handle_fast_ring_event(phba
,
4500 &phba
->sli
.ring
[LPFC_FCP_RING
], HA_R0RE_REQ
);
4502 if (phba
->cfg_poll
& DISABLE_FCP_RING_INT
)
4503 lpfc_poll_rearm_timer(phba
);
4508 * lpfc_queuecommand - scsi_host_template queuecommand entry point
4509 * @cmnd: Pointer to scsi_cmnd data structure.
4510 * @done: Pointer to done routine.
4512 * Driver registers this routine to scsi midlayer to submit a @cmd to process.
4513 * This routine prepares an IOCB from scsi command and provides to firmware.
4514 * The @done callback is invoked after driver finished processing the command.
4518 * SCSI_MLQUEUE_HOST_BUSY - Block all devices served by this host temporarily.
4521 lpfc_queuecommand(struct Scsi_Host
*shost
, struct scsi_cmnd
*cmnd
)
4523 struct lpfc_vport
*vport
= (struct lpfc_vport
*) shost
->hostdata
;
4524 struct lpfc_hba
*phba
= vport
->phba
;
4525 struct lpfc_rport_data
*rdata
;
4526 struct lpfc_nodelist
*ndlp
;
4527 struct lpfc_scsi_buf
*lpfc_cmd
;
4528 struct fc_rport
*rport
= starget_to_rport(scsi_target(cmnd
->device
));
4531 rdata
= lpfc_rport_data_from_scsi_device(cmnd
->device
);
4532 err
= fc_remote_port_chkready(rport
);
4535 goto out_fail_command
;
4537 ndlp
= rdata
->pnode
;
4539 if ((scsi_get_prot_op(cmnd
) != SCSI_PROT_NORMAL
) &&
4540 (!(phba
->sli3_options
& LPFC_SLI3_BG_ENABLED
))) {
4542 lpfc_printf_log(phba
, KERN_ERR
, LOG_BG
,
4543 "9058 BLKGRD: ERROR: rcvd protected cmd:%02x"
4544 " op:%02x str=%s without registering for"
4545 " BlockGuard - Rejecting command\n",
4546 cmnd
->cmnd
[0], scsi_get_prot_op(cmnd
),
4547 dif_op_str
[scsi_get_prot_op(cmnd
)]);
4548 goto out_fail_command
;
4552 * Catch race where our node has transitioned, but the
4553 * transport is still transitioning.
4555 if (!ndlp
|| !NLP_CHK_NODE_ACT(ndlp
))
4557 if (atomic_read(&ndlp
->cmd_pending
) >= ndlp
->cmd_qdepth
)
4560 lpfc_cmd
= lpfc_get_scsi_buf(phba
, ndlp
);
4561 if (lpfc_cmd
== NULL
) {
4562 lpfc_rampdown_queue_depth(phba
);
4564 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_MISC
,
4565 "0707 driver's buffer pool is empty, "
4571 * Store the midlayer's command structure for the completion phase
4572 * and complete the command initialization.
4574 lpfc_cmd
->pCmd
= cmnd
;
4575 lpfc_cmd
->rdata
= rdata
;
4576 lpfc_cmd
->timeout
= 0;
4577 lpfc_cmd
->start_time
= jiffies
;
4578 cmnd
->host_scribble
= (unsigned char *)lpfc_cmd
;
4580 if (scsi_get_prot_op(cmnd
) != SCSI_PROT_NORMAL
) {
4581 if (vport
->phba
->cfg_enable_bg
) {
4582 lpfc_printf_vlog(vport
,
4583 KERN_INFO
, LOG_SCSI_CMD
,
4584 "9033 BLKGRD: rcvd %s cmd:x%x "
4585 "sector x%llx cnt %u pt %x\n",
4586 dif_op_str
[scsi_get_prot_op(cmnd
)],
4588 (unsigned long long)scsi_get_lba(cmnd
),
4589 blk_rq_sectors(cmnd
->request
),
4590 (cmnd
->cmnd
[1]>>5));
4592 err
= lpfc_bg_scsi_prep_dma_buf(phba
, lpfc_cmd
);
4594 if (vport
->phba
->cfg_enable_bg
) {
4595 lpfc_printf_vlog(vport
,
4596 KERN_INFO
, LOG_SCSI_CMD
,
4597 "9038 BLKGRD: rcvd PROT_NORMAL cmd: "
4598 "x%x sector x%llx cnt %u pt %x\n",
4600 (unsigned long long)scsi_get_lba(cmnd
),
4601 blk_rq_sectors(cmnd
->request
),
4602 (cmnd
->cmnd
[1]>>5));
4604 err
= lpfc_scsi_prep_dma_buf(phba
, lpfc_cmd
);
4608 goto out_host_busy_free_buf
;
4610 lpfc_scsi_prep_cmnd(vport
, lpfc_cmd
, ndlp
);
4612 atomic_inc(&ndlp
->cmd_pending
);
4613 err
= lpfc_sli_issue_iocb(phba
, LPFC_FCP_RING
,
4614 &lpfc_cmd
->cur_iocbq
, SLI_IOCB_RET_IOCB
);
4616 atomic_dec(&ndlp
->cmd_pending
);
4617 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
4618 "3376 FCP could not issue IOCB err %x"
4619 "FCP cmd x%x <%d/%llu> "
4620 "sid: x%x did: x%x oxid: x%x "
4621 "Data: x%x x%x x%x x%x\n",
4623 cmnd
->device
? cmnd
->device
->id
: 0xffff,
4624 cmnd
->device
? cmnd
->device
->lun
: (u64
) -1,
4625 vport
->fc_myDID
, ndlp
->nlp_DID
,
4626 phba
->sli_rev
== LPFC_SLI_REV4
?
4627 lpfc_cmd
->cur_iocbq
.sli4_xritag
: 0xffff,
4628 lpfc_cmd
->cur_iocbq
.iocb
.ulpContext
,
4629 lpfc_cmd
->cur_iocbq
.iocb
.ulpIoTag
,
4630 lpfc_cmd
->cur_iocbq
.iocb
.ulpTimeout
,
4632 (cmnd
->request
->timeout
/ 1000));
4635 goto out_host_busy_free_buf
;
4637 if (phba
->cfg_poll
& ENABLE_FCP_RING_POLLING
) {
4638 lpfc_sli_handle_fast_ring_event(phba
,
4639 &phba
->sli
.ring
[LPFC_FCP_RING
], HA_R0RE_REQ
);
4641 if (phba
->cfg_poll
& DISABLE_FCP_RING_INT
)
4642 lpfc_poll_rearm_timer(phba
);
4647 out_host_busy_free_buf
:
4648 lpfc_scsi_unprep_dma_buf(phba
, lpfc_cmd
);
4649 lpfc_release_scsi_buf(phba
, lpfc_cmd
);
4651 return SCSI_MLQUEUE_HOST_BUSY
;
4654 return SCSI_MLQUEUE_TARGET_BUSY
;
4657 cmnd
->scsi_done(cmnd
);
4663 * lpfc_abort_handler - scsi_host_template eh_abort_handler entry point
4664 * @cmnd: Pointer to scsi_cmnd data structure.
4666 * This routine aborts @cmnd pending in base driver.
4673 lpfc_abort_handler(struct scsi_cmnd
*cmnd
)
4675 struct Scsi_Host
*shost
= cmnd
->device
->host
;
4676 struct lpfc_vport
*vport
= (struct lpfc_vport
*) shost
->hostdata
;
4677 struct lpfc_hba
*phba
= vport
->phba
;
4678 struct lpfc_iocbq
*iocb
;
4679 struct lpfc_iocbq
*abtsiocb
;
4680 struct lpfc_scsi_buf
*lpfc_cmd
;
4682 int ret
= SUCCESS
, status
= 0;
4683 struct lpfc_sli_ring
*pring_s4
;
4684 int ring_number
, ret_val
;
4685 unsigned long flags
, iflags
;
4686 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(waitq
);
4688 status
= fc_block_scsi_eh(cmnd
);
4689 if (status
!= 0 && status
!= SUCCESS
)
4692 spin_lock_irqsave(&phba
->hbalock
, flags
);
4693 /* driver queued commands are in process of being flushed */
4694 if (phba
->hba_flag
& HBA_FCP_IOQ_FLUSH
) {
4695 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
4696 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
4697 "3168 SCSI Layer abort requested I/O has been "
4698 "flushed by LLD.\n");
4702 lpfc_cmd
= (struct lpfc_scsi_buf
*)cmnd
->host_scribble
;
4703 if (!lpfc_cmd
|| !lpfc_cmd
->pCmd
) {
4704 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
4705 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
4706 "2873 SCSI Layer I/O Abort Request IO CMPL Status "
4707 "x%x ID %d LUN %llu\n",
4708 SUCCESS
, cmnd
->device
->id
, cmnd
->device
->lun
);
4712 iocb
= &lpfc_cmd
->cur_iocbq
;
4713 /* the command is in process of being cancelled */
4714 if (!(iocb
->iocb_flag
& LPFC_IO_ON_TXCMPLQ
)) {
4715 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
4716 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
4717 "3169 SCSI Layer abort requested I/O has been "
4718 "cancelled by LLD.\n");
4722 * If pCmd field of the corresponding lpfc_scsi_buf structure
4723 * points to a different SCSI command, then the driver has
4724 * already completed this command, but the midlayer did not
4725 * see the completion before the eh fired. Just return SUCCESS.
4727 if (lpfc_cmd
->pCmd
!= cmnd
) {
4728 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
4729 "3170 SCSI Layer abort requested I/O has been "
4730 "completed by LLD.\n");
4734 BUG_ON(iocb
->context1
!= lpfc_cmd
);
4736 /* abort issued in recovery is still in progress */
4737 if (iocb
->iocb_flag
& LPFC_DRIVER_ABORTED
) {
4738 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
4739 "3389 SCSI Layer I/O Abort Request is pending\n");
4740 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
4744 abtsiocb
= __lpfc_sli_get_iocbq(phba
);
4745 if (abtsiocb
== NULL
) {
4750 /* Indicate the IO is being aborted by the driver. */
4751 iocb
->iocb_flag
|= LPFC_DRIVER_ABORTED
;
4754 * The scsi command can not be in txq and it is in flight because the
4755 * pCmd is still pointig at the SCSI command we have to abort. There
4756 * is no need to search the txcmplq. Just send an abort to the FW.
4760 icmd
= &abtsiocb
->iocb
;
4761 icmd
->un
.acxri
.abortType
= ABORT_TYPE_ABTS
;
4762 icmd
->un
.acxri
.abortContextTag
= cmd
->ulpContext
;
4763 if (phba
->sli_rev
== LPFC_SLI_REV4
)
4764 icmd
->un
.acxri
.abortIoTag
= iocb
->sli4_xritag
;
4766 icmd
->un
.acxri
.abortIoTag
= cmd
->ulpIoTag
;
4769 icmd
->ulpClass
= cmd
->ulpClass
;
4771 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
4772 abtsiocb
->fcp_wqidx
= iocb
->fcp_wqidx
;
4773 abtsiocb
->iocb_flag
|= LPFC_USE_FCPWQIDX
;
4774 if (iocb
->iocb_flag
& LPFC_IO_FOF
)
4775 abtsiocb
->iocb_flag
|= LPFC_IO_FOF
;
4777 if (lpfc_is_link_up(phba
))
4778 icmd
->ulpCommand
= CMD_ABORT_XRI_CN
;
4780 icmd
->ulpCommand
= CMD_CLOSE_XRI_CN
;
4782 abtsiocb
->iocb_cmpl
= lpfc_sli_abort_fcp_cmpl
;
4783 abtsiocb
->vport
= vport
;
4784 if (phba
->sli_rev
== LPFC_SLI_REV4
) {
4785 ring_number
= MAX_SLI3_CONFIGURED_RINGS
+ iocb
->fcp_wqidx
;
4786 pring_s4
= &phba
->sli
.ring
[ring_number
];
4787 /* Note: both hbalock and ring_lock must be set here */
4788 spin_lock_irqsave(&pring_s4
->ring_lock
, iflags
);
4789 ret_val
= __lpfc_sli_issue_iocb(phba
, pring_s4
->ringno
,
4791 spin_unlock_irqrestore(&pring_s4
->ring_lock
, iflags
);
4793 ret_val
= __lpfc_sli_issue_iocb(phba
, LPFC_FCP_RING
,
4796 /* no longer need the lock after this point */
4797 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
4800 if (ret_val
== IOCB_ERROR
) {
4801 lpfc_sli_release_iocbq(phba
, abtsiocb
);
4806 if (phba
->cfg_poll
& DISABLE_FCP_RING_INT
)
4807 lpfc_sli_handle_fast_ring_event(phba
,
4808 &phba
->sli
.ring
[LPFC_FCP_RING
], HA_R0RE_REQ
);
4811 lpfc_cmd
->waitq
= &waitq
;
4812 /* Wait for abort to complete */
4813 wait_event_timeout(waitq
,
4814 (lpfc_cmd
->pCmd
!= cmnd
),
4815 msecs_to_jiffies(2*vport
->cfg_devloss_tmo
*1000));
4817 spin_lock_irqsave(shost
->host_lock
, flags
);
4818 lpfc_cmd
->waitq
= NULL
;
4819 spin_unlock_irqrestore(shost
->host_lock
, flags
);
4821 if (lpfc_cmd
->pCmd
== cmnd
) {
4823 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
4824 "0748 abort handler timed out waiting "
4825 "for abortng I/O (xri:x%x) to complete: "
4826 "ret %#x, ID %d, LUN %llu\n",
4827 iocb
->sli4_xritag
, ret
,
4828 cmnd
->device
->id
, cmnd
->device
->lun
);
4833 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
4835 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
4836 "0749 SCSI Layer I/O Abort Request Status x%x ID %d "
4837 "LUN %llu\n", ret
, cmnd
->device
->id
,
4843 lpfc_taskmgmt_name(uint8_t task_mgmt_cmd
)
4845 switch (task_mgmt_cmd
) {
4846 case FCP_ABORT_TASK_SET
:
4847 return "ABORT_TASK_SET";
4848 case FCP_CLEAR_TASK_SET
:
4849 return "FCP_CLEAR_TASK_SET";
4851 return "FCP_BUS_RESET";
4853 return "FCP_LUN_RESET";
4854 case FCP_TARGET_RESET
:
4855 return "FCP_TARGET_RESET";
4857 return "FCP_CLEAR_ACA";
4858 case FCP_TERMINATE_TASK
:
4859 return "FCP_TERMINATE_TASK";
4867 * lpfc_check_fcp_rsp - check the returned fcp_rsp to see if task failed
4868 * @vport: The virtual port for which this call is being executed.
4869 * @lpfc_cmd: Pointer to lpfc_scsi_buf data structure.
4871 * This routine checks the FCP RSP INFO to see if the tsk mgmt command succeded
4878 lpfc_check_fcp_rsp(struct lpfc_vport
*vport
, struct lpfc_scsi_buf
*lpfc_cmd
)
4880 struct fcp_rsp
*fcprsp
= lpfc_cmd
->fcp_rsp
;
4883 uint8_t rsp_info_code
;
4888 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
4889 "0703 fcp_rsp is missing\n");
4891 rsp_info
= fcprsp
->rspStatus2
;
4892 rsp_len
= be32_to_cpu(fcprsp
->rspRspLen
);
4893 rsp_info_code
= fcprsp
->rspInfo3
;
4896 lpfc_printf_vlog(vport
, KERN_INFO
,
4898 "0706 fcp_rsp valid 0x%x,"
4899 " rsp len=%d code 0x%x\n",
4901 rsp_len
, rsp_info_code
);
4903 if ((fcprsp
->rspStatus2
&RSP_LEN_VALID
) && (rsp_len
== 8)) {
4904 switch (rsp_info_code
) {
4905 case RSP_NO_FAILURE
:
4906 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
4907 "0715 Task Mgmt No Failure\n");
4910 case RSP_TM_NOT_SUPPORTED
: /* TM rejected */
4911 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
4912 "0716 Task Mgmt Target "
4915 case RSP_TM_NOT_COMPLETED
: /* TM failed */
4916 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
4917 "0717 Task Mgmt Target "
4920 case RSP_TM_INVALID_LU
: /* TM to invalid LU! */
4921 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
4922 "0718 Task Mgmt to invalid "
4933 * lpfc_send_taskmgmt - Generic SCSI Task Mgmt Handler
4934 * @vport: The virtual port for which this call is being executed.
4935 * @rdata: Pointer to remote port local data
4936 * @tgt_id: Target ID of remote device.
4937 * @lun_id: Lun number for the TMF
4938 * @task_mgmt_cmd: type of TMF to send
4940 * This routine builds and sends a TMF (SCSI Task Mgmt Function) to
4948 lpfc_send_taskmgmt(struct lpfc_vport
*vport
, struct lpfc_rport_data
*rdata
,
4949 unsigned tgt_id
, uint64_t lun_id
,
4950 uint8_t task_mgmt_cmd
)
4952 struct lpfc_hba
*phba
= vport
->phba
;
4953 struct lpfc_scsi_buf
*lpfc_cmd
;
4954 struct lpfc_iocbq
*iocbq
;
4955 struct lpfc_iocbq
*iocbqrsp
;
4956 struct lpfc_nodelist
*pnode
= rdata
->pnode
;
4960 if (!pnode
|| !NLP_CHK_NODE_ACT(pnode
))
4963 lpfc_cmd
= lpfc_get_scsi_buf(phba
, rdata
->pnode
);
4964 if (lpfc_cmd
== NULL
)
4966 lpfc_cmd
->timeout
= phba
->cfg_task_mgmt_tmo
;
4967 lpfc_cmd
->rdata
= rdata
;
4969 status
= lpfc_scsi_prep_task_mgmt_cmd(vport
, lpfc_cmd
, lun_id
,
4972 lpfc_release_scsi_buf(phba
, lpfc_cmd
);
4976 iocbq
= &lpfc_cmd
->cur_iocbq
;
4977 iocbqrsp
= lpfc_sli_get_iocbq(phba
);
4978 if (iocbqrsp
== NULL
) {
4979 lpfc_release_scsi_buf(phba
, lpfc_cmd
);
4982 iocbq
->iocb_cmpl
= lpfc_tskmgmt_def_cmpl
;
4984 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
4985 "0702 Issue %s to TGT %d LUN %llu "
4986 "rpi x%x nlp_flag x%x Data: x%x x%x\n",
4987 lpfc_taskmgmt_name(task_mgmt_cmd
), tgt_id
, lun_id
,
4988 pnode
->nlp_rpi
, pnode
->nlp_flag
, iocbq
->sli4_xritag
,
4991 status
= lpfc_sli_issue_iocb_wait(phba
, LPFC_FCP_RING
,
4992 iocbq
, iocbqrsp
, lpfc_cmd
->timeout
);
4993 if ((status
!= IOCB_SUCCESS
) ||
4994 (iocbqrsp
->iocb
.ulpStatus
!= IOSTAT_SUCCESS
)) {
4995 if (status
!= IOCB_SUCCESS
||
4996 iocbqrsp
->iocb
.ulpStatus
!= IOSTAT_FCP_RSP_ERROR
)
4997 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
4998 "0727 TMF %s to TGT %d LUN %llu "
4999 "failed (%d, %d) iocb_flag x%x\n",
5000 lpfc_taskmgmt_name(task_mgmt_cmd
),
5002 iocbqrsp
->iocb
.ulpStatus
,
5003 iocbqrsp
->iocb
.un
.ulpWord
[4],
5005 /* if ulpStatus != IOCB_SUCCESS, then status == IOCB_SUCCESS */
5006 if (status
== IOCB_SUCCESS
) {
5007 if (iocbqrsp
->iocb
.ulpStatus
== IOSTAT_FCP_RSP_ERROR
)
5008 /* Something in the FCP_RSP was invalid.
5009 * Check conditions */
5010 ret
= lpfc_check_fcp_rsp(vport
, lpfc_cmd
);
5013 } else if (status
== IOCB_TIMEDOUT
) {
5014 ret
= TIMEOUT_ERROR
;
5021 lpfc_sli_release_iocbq(phba
, iocbqrsp
);
5023 if (ret
!= TIMEOUT_ERROR
)
5024 lpfc_release_scsi_buf(phba
, lpfc_cmd
);
5030 * lpfc_chk_tgt_mapped -
5031 * @vport: The virtual port to check on
5032 * @cmnd: Pointer to scsi_cmnd data structure.
5034 * This routine delays until the scsi target (aka rport) for the
5035 * command exists (is present and logged in) or we declare it non-existent.
5042 lpfc_chk_tgt_mapped(struct lpfc_vport
*vport
, struct scsi_cmnd
*cmnd
)
5044 struct lpfc_rport_data
*rdata
;
5045 struct lpfc_nodelist
*pnode
;
5046 unsigned long later
;
5048 rdata
= lpfc_rport_data_from_scsi_device(cmnd
->device
);
5050 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_FCP
,
5051 "0797 Tgt Map rport failure: rdata x%p\n", rdata
);
5054 pnode
= rdata
->pnode
;
5056 * If target is not in a MAPPED state, delay until
5057 * target is rediscovered or devloss timeout expires.
5059 later
= msecs_to_jiffies(2 * vport
->cfg_devloss_tmo
* 1000) + jiffies
;
5060 while (time_after(later
, jiffies
)) {
5061 if (!pnode
|| !NLP_CHK_NODE_ACT(pnode
))
5063 if (pnode
->nlp_state
== NLP_STE_MAPPED_NODE
)
5065 schedule_timeout_uninterruptible(msecs_to_jiffies(500));
5066 rdata
= lpfc_rport_data_from_scsi_device(cmnd
->device
);
5069 pnode
= rdata
->pnode
;
5071 if (!pnode
|| !NLP_CHK_NODE_ACT(pnode
) ||
5072 (pnode
->nlp_state
!= NLP_STE_MAPPED_NODE
))
5078 * lpfc_reset_flush_io_context -
5079 * @vport: The virtual port (scsi_host) for the flush context
5080 * @tgt_id: If aborting by Target contect - specifies the target id
5081 * @lun_id: If aborting by Lun context - specifies the lun id
5082 * @context: specifies the context level to flush at.
5084 * After a reset condition via TMF, we need to flush orphaned i/o
5085 * contexts from the adapter. This routine aborts any contexts
5086 * outstanding, then waits for their completions. The wait is
5087 * bounded by devloss_tmo though.
5094 lpfc_reset_flush_io_context(struct lpfc_vport
*vport
, uint16_t tgt_id
,
5095 uint64_t lun_id
, lpfc_ctx_cmd context
)
5097 struct lpfc_hba
*phba
= vport
->phba
;
5098 unsigned long later
;
5101 cnt
= lpfc_sli_sum_iocb(vport
, tgt_id
, lun_id
, context
);
5103 lpfc_sli_abort_taskmgmt(vport
,
5104 &phba
->sli
.ring
[phba
->sli
.fcp_ring
],
5105 tgt_id
, lun_id
, context
);
5106 later
= msecs_to_jiffies(2 * vport
->cfg_devloss_tmo
* 1000) + jiffies
;
5107 while (time_after(later
, jiffies
) && cnt
) {
5108 schedule_timeout_uninterruptible(msecs_to_jiffies(20));
5109 cnt
= lpfc_sli_sum_iocb(vport
, tgt_id
, lun_id
, context
);
5112 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5113 "0724 I/O flush failure for context %s : cnt x%x\n",
5114 ((context
== LPFC_CTX_LUN
) ? "LUN" :
5115 ((context
== LPFC_CTX_TGT
) ? "TGT" :
5116 ((context
== LPFC_CTX_HOST
) ? "HOST" : "Unknown"))),
5124 * lpfc_device_reset_handler - scsi_host_template eh_device_reset entry point
5125 * @cmnd: Pointer to scsi_cmnd data structure.
5127 * This routine does a device reset by sending a LUN_RESET task management
5135 lpfc_device_reset_handler(struct scsi_cmnd
*cmnd
)
5137 struct Scsi_Host
*shost
= cmnd
->device
->host
;
5138 struct lpfc_vport
*vport
= (struct lpfc_vport
*) shost
->hostdata
;
5139 struct lpfc_rport_data
*rdata
;
5140 struct lpfc_nodelist
*pnode
;
5141 unsigned tgt_id
= cmnd
->device
->id
;
5142 uint64_t lun_id
= cmnd
->device
->lun
;
5143 struct lpfc_scsi_event_header scsi_event
;
5146 rdata
= lpfc_rport_data_from_scsi_device(cmnd
->device
);
5147 if (!rdata
|| !rdata
->pnode
) {
5148 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5149 "0798 Device Reset rport failure: rdata x%p\n",
5153 pnode
= rdata
->pnode
;
5154 status
= fc_block_scsi_eh(cmnd
);
5155 if (status
!= 0 && status
!= SUCCESS
)
5158 status
= lpfc_chk_tgt_mapped(vport
, cmnd
);
5159 if (status
== FAILED
) {
5160 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5161 "0721 Device Reset rport failure: rdata x%p\n", rdata
);
5165 scsi_event
.event_type
= FC_REG_SCSI_EVENT
;
5166 scsi_event
.subcategory
= LPFC_EVENT_LUNRESET
;
5167 scsi_event
.lun
= lun_id
;
5168 memcpy(scsi_event
.wwpn
, &pnode
->nlp_portname
, sizeof(struct lpfc_name
));
5169 memcpy(scsi_event
.wwnn
, &pnode
->nlp_nodename
, sizeof(struct lpfc_name
));
5171 fc_host_post_vendor_event(shost
, fc_get_event_number(),
5172 sizeof(scsi_event
), (char *)&scsi_event
, LPFC_NL_VENDOR_ID
);
5174 status
= lpfc_send_taskmgmt(vport
, rdata
, tgt_id
, lun_id
,
5177 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5178 "0713 SCSI layer issued Device Reset (%d, %llu) "
5179 "return x%x\n", tgt_id
, lun_id
, status
);
5182 * We have to clean up i/o as : they may be orphaned by the TMF;
5183 * or if the TMF failed, they may be in an indeterminate state.
5185 * We will report success if all the i/o aborts successfully.
5187 if (status
== SUCCESS
)
5188 status
= lpfc_reset_flush_io_context(vport
, tgt_id
, lun_id
,
5195 * lpfc_target_reset_handler - scsi_host_template eh_target_reset entry point
5196 * @cmnd: Pointer to scsi_cmnd data structure.
5198 * This routine does a target reset by sending a TARGET_RESET task management
5206 lpfc_target_reset_handler(struct scsi_cmnd
*cmnd
)
5208 struct Scsi_Host
*shost
= cmnd
->device
->host
;
5209 struct lpfc_vport
*vport
= (struct lpfc_vport
*) shost
->hostdata
;
5210 struct lpfc_rport_data
*rdata
;
5211 struct lpfc_nodelist
*pnode
;
5212 unsigned tgt_id
= cmnd
->device
->id
;
5213 uint64_t lun_id
= cmnd
->device
->lun
;
5214 struct lpfc_scsi_event_header scsi_event
;
5217 rdata
= lpfc_rport_data_from_scsi_device(cmnd
->device
);
5219 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5220 "0799 Target Reset rport failure: rdata x%p\n", rdata
);
5223 pnode
= rdata
->pnode
;
5224 status
= fc_block_scsi_eh(cmnd
);
5225 if (status
!= 0 && status
!= SUCCESS
)
5228 status
= lpfc_chk_tgt_mapped(vport
, cmnd
);
5229 if (status
== FAILED
) {
5230 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5231 "0722 Target Reset rport failure: rdata x%p\n", rdata
);
5233 spin_lock_irq(shost
->host_lock
);
5234 pnode
->nlp_flag
&= ~NLP_NPR_ADISC
;
5235 pnode
->nlp_fcp_info
&= ~NLP_FCP_2_DEVICE
;
5236 spin_unlock_irq(shost
->host_lock
);
5238 lpfc_reset_flush_io_context(vport
, tgt_id
, lun_id
,
5240 return FAST_IO_FAIL
;
5243 scsi_event
.event_type
= FC_REG_SCSI_EVENT
;
5244 scsi_event
.subcategory
= LPFC_EVENT_TGTRESET
;
5246 memcpy(scsi_event
.wwpn
, &pnode
->nlp_portname
, sizeof(struct lpfc_name
));
5247 memcpy(scsi_event
.wwnn
, &pnode
->nlp_nodename
, sizeof(struct lpfc_name
));
5249 fc_host_post_vendor_event(shost
, fc_get_event_number(),
5250 sizeof(scsi_event
), (char *)&scsi_event
, LPFC_NL_VENDOR_ID
);
5252 status
= lpfc_send_taskmgmt(vport
, rdata
, tgt_id
, lun_id
,
5255 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5256 "0723 SCSI layer issued Target Reset (%d, %llu) "
5257 "return x%x\n", tgt_id
, lun_id
, status
);
5260 * We have to clean up i/o as : they may be orphaned by the TMF;
5261 * or if the TMF failed, they may be in an indeterminate state.
5263 * We will report success if all the i/o aborts successfully.
5265 if (status
== SUCCESS
)
5266 status
= lpfc_reset_flush_io_context(vport
, tgt_id
, lun_id
,
5272 * lpfc_bus_reset_handler - scsi_host_template eh_bus_reset_handler entry point
5273 * @cmnd: Pointer to scsi_cmnd data structure.
5275 * This routine does target reset to all targets on @cmnd->device->host.
5276 * This emulates Parallel SCSI Bus Reset Semantics.
5283 lpfc_bus_reset_handler(struct scsi_cmnd
*cmnd
)
5285 struct Scsi_Host
*shost
= cmnd
->device
->host
;
5286 struct lpfc_vport
*vport
= (struct lpfc_vport
*) shost
->hostdata
;
5287 struct lpfc_nodelist
*ndlp
= NULL
;
5288 struct lpfc_scsi_event_header scsi_event
;
5290 int ret
= SUCCESS
, status
, i
;
5292 scsi_event
.event_type
= FC_REG_SCSI_EVENT
;
5293 scsi_event
.subcategory
= LPFC_EVENT_BUSRESET
;
5295 memcpy(scsi_event
.wwpn
, &vport
->fc_portname
, sizeof(struct lpfc_name
));
5296 memcpy(scsi_event
.wwnn
, &vport
->fc_nodename
, sizeof(struct lpfc_name
));
5298 fc_host_post_vendor_event(shost
, fc_get_event_number(),
5299 sizeof(scsi_event
), (char *)&scsi_event
, LPFC_NL_VENDOR_ID
);
5301 status
= fc_block_scsi_eh(cmnd
);
5302 if (status
!= 0 && status
!= SUCCESS
)
5306 * Since the driver manages a single bus device, reset all
5307 * targets known to the driver. Should any target reset
5308 * fail, this routine returns failure to the midlayer.
5310 for (i
= 0; i
< LPFC_MAX_TARGET
; i
++) {
5311 /* Search for mapped node by target ID */
5313 spin_lock_irq(shost
->host_lock
);
5314 list_for_each_entry(ndlp
, &vport
->fc_nodes
, nlp_listp
) {
5315 if (!NLP_CHK_NODE_ACT(ndlp
))
5317 if (vport
->phba
->cfg_fcp2_no_tgt_reset
&&
5318 (ndlp
->nlp_fcp_info
& NLP_FCP_2_DEVICE
))
5320 if (ndlp
->nlp_state
== NLP_STE_MAPPED_NODE
&&
5321 ndlp
->nlp_sid
== i
&&
5327 spin_unlock_irq(shost
->host_lock
);
5331 status
= lpfc_send_taskmgmt(vport
, ndlp
->rport
->dd_data
,
5332 i
, 0, FCP_TARGET_RESET
);
5334 if (status
!= SUCCESS
) {
5335 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5336 "0700 Bus Reset on target %d failed\n",
5342 * We have to clean up i/o as : they may be orphaned by the TMFs
5343 * above; or if any of the TMFs failed, they may be in an
5344 * indeterminate state.
5345 * We will report success if all the i/o aborts successfully.
5348 status
= lpfc_reset_flush_io_context(vport
, 0, 0, LPFC_CTX_HOST
);
5349 if (status
!= SUCCESS
)
5352 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5353 "0714 SCSI layer issued Bus Reset Data: x%x\n", ret
);
5358 * lpfc_host_reset_handler - scsi_host_template eh_host_reset_handler entry pt
5359 * @cmnd: Pointer to scsi_cmnd data structure.
5361 * This routine does host reset to the adaptor port. It brings the HBA
5362 * offline, performs a board restart, and then brings the board back online.
5363 * The lpfc_offline calls lpfc_sli_hba_down which will abort and local
5364 * reject all outstanding SCSI commands to the host and error returned
5365 * back to SCSI mid-level. As this will be SCSI mid-level's last resort
5366 * of error handling, it will only return error if resetting of the adapter
5367 * is not successful; in all other cases, will return success.
5374 lpfc_host_reset_handler(struct scsi_cmnd
*cmnd
)
5376 struct Scsi_Host
*shost
= cmnd
->device
->host
;
5377 struct lpfc_vport
*vport
= (struct lpfc_vport
*) shost
->hostdata
;
5378 struct lpfc_hba
*phba
= vport
->phba
;
5379 int rc
, ret
= SUCCESS
;
5381 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5382 "3172 SCSI layer issued Host Reset Data:\n");
5384 lpfc_offline_prep(phba
, LPFC_MBX_WAIT
);
5386 rc
= lpfc_sli_brdrestart(phba
);
5389 rc
= lpfc_online(phba
);
5392 lpfc_unblock_mgmt_io(phba
);
5394 if (ret
== FAILED
) {
5395 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5396 "3323 Failed host reset, bring it offline\n");
5397 lpfc_sli4_offline_eratt(phba
);
5403 * lpfc_slave_alloc - scsi_host_template slave_alloc entry point
5404 * @sdev: Pointer to scsi_device.
5406 * This routine populates the cmds_per_lun count + 2 scsi_bufs into this host's
5407 * globally available list of scsi buffers. This routine also makes sure scsi
5408 * buffer is not allocated more than HBA limit conveyed to midlayer. This list
5409 * of scsi buffer exists for the lifetime of the driver.
5416 lpfc_slave_alloc(struct scsi_device
*sdev
)
5418 struct lpfc_vport
*vport
= (struct lpfc_vport
*) sdev
->host
->hostdata
;
5419 struct lpfc_hba
*phba
= vport
->phba
;
5420 struct fc_rport
*rport
= starget_to_rport(scsi_target(sdev
));
5422 uint32_t num_to_alloc
= 0;
5423 int num_allocated
= 0;
5425 struct lpfc_device_data
*device_data
;
5426 unsigned long flags
;
5427 struct lpfc_name target_wwpn
;
5429 if (!rport
|| fc_remote_port_chkready(rport
))
5432 if (phba
->cfg_fof
) {
5435 * Check to see if the device data structure for the lun
5436 * exists. If not, create one.
5439 u64_to_wwn(rport
->port_name
, target_wwpn
.u
.wwn
);
5440 spin_lock_irqsave(&phba
->devicelock
, flags
);
5441 device_data
= __lpfc_get_device_data(phba
,
5443 &vport
->fc_portname
,
5447 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5448 device_data
= lpfc_create_device_data(phba
,
5449 &vport
->fc_portname
,
5454 spin_lock_irqsave(&phba
->devicelock
, flags
);
5455 list_add_tail(&device_data
->listentry
, &phba
->luns
);
5457 device_data
->rport_data
= rport
->dd_data
;
5458 device_data
->available
= true;
5459 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5460 sdev
->hostdata
= device_data
;
5462 sdev
->hostdata
= rport
->dd_data
;
5464 sdev_cnt
= atomic_inc_return(&phba
->sdev_cnt
);
5467 * Populate the cmds_per_lun count scsi_bufs into this host's globally
5468 * available list of scsi buffers. Don't allocate more than the
5469 * HBA limit conveyed to the midlayer via the host structure. The
5470 * formula accounts for the lun_queue_depth + error handlers + 1
5471 * extra. This list of scsi bufs exists for the lifetime of the driver.
5473 total
= phba
->total_scsi_bufs
;
5474 num_to_alloc
= vport
->cfg_lun_queue_depth
+ 2;
5476 /* If allocated buffers are enough do nothing */
5477 if ((sdev_cnt
* (vport
->cfg_lun_queue_depth
+ 2)) < total
)
5480 /* Allow some exchanges to be available always to complete discovery */
5481 if (total
>= phba
->cfg_hba_queue_depth
- LPFC_DISC_IOCB_BUFF_COUNT
) {
5482 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
5483 "0704 At limitation of %d preallocated "
5484 "command buffers\n", total
);
5486 /* Allow some exchanges to be available always to complete discovery */
5487 } else if (total
+ num_to_alloc
>
5488 phba
->cfg_hba_queue_depth
- LPFC_DISC_IOCB_BUFF_COUNT
) {
5489 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_FCP
,
5490 "0705 Allocation request of %d "
5491 "command buffers will exceed max of %d. "
5492 "Reducing allocation request to %d.\n",
5493 num_to_alloc
, phba
->cfg_hba_queue_depth
,
5494 (phba
->cfg_hba_queue_depth
- total
));
5495 num_to_alloc
= phba
->cfg_hba_queue_depth
- total
;
5497 num_allocated
= lpfc_new_scsi_buf(vport
, num_to_alloc
);
5498 if (num_to_alloc
!= num_allocated
) {
5499 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_FCP
,
5500 "0708 Allocation request of %d "
5501 "command buffers did not succeed. "
5502 "Allocated %d buffers.\n",
5503 num_to_alloc
, num_allocated
);
5505 if (num_allocated
> 0)
5506 phba
->total_scsi_bufs
+= num_allocated
;
5511 * lpfc_slave_configure - scsi_host_template slave_configure entry point
5512 * @sdev: Pointer to scsi_device.
5514 * This routine configures following items
5515 * - Tag command queuing support for @sdev if supported.
5516 * - Enable SLI polling for fcp ring if ENABLE_FCP_RING_POLLING flag is set.
5522 lpfc_slave_configure(struct scsi_device
*sdev
)
5524 struct lpfc_vport
*vport
= (struct lpfc_vport
*) sdev
->host
->hostdata
;
5525 struct lpfc_hba
*phba
= vport
->phba
;
5527 scsi_change_queue_depth(sdev
, vport
->cfg_lun_queue_depth
);
5529 if (phba
->cfg_poll
& ENABLE_FCP_RING_POLLING
) {
5530 lpfc_sli_handle_fast_ring_event(phba
,
5531 &phba
->sli
.ring
[LPFC_FCP_RING
], HA_R0RE_REQ
);
5532 if (phba
->cfg_poll
& DISABLE_FCP_RING_INT
)
5533 lpfc_poll_rearm_timer(phba
);
5540 * lpfc_slave_destroy - slave_destroy entry point of SHT data structure
5541 * @sdev: Pointer to scsi_device.
5543 * This routine sets @sdev hostatdata filed to null.
5546 lpfc_slave_destroy(struct scsi_device
*sdev
)
5548 struct lpfc_vport
*vport
= (struct lpfc_vport
*) sdev
->host
->hostdata
;
5549 struct lpfc_hba
*phba
= vport
->phba
;
5550 unsigned long flags
;
5551 struct lpfc_device_data
*device_data
= sdev
->hostdata
;
5553 atomic_dec(&phba
->sdev_cnt
);
5554 if ((phba
->cfg_fof
) && (device_data
)) {
5555 spin_lock_irqsave(&phba
->devicelock
, flags
);
5556 device_data
->available
= false;
5557 if (!device_data
->oas_enabled
)
5558 lpfc_delete_device_data(phba
, device_data
);
5559 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5561 sdev
->hostdata
= NULL
;
5566 * lpfc_create_device_data - creates and initializes device data structure for OAS
5567 * @pha: Pointer to host bus adapter structure.
5568 * @vport_wwpn: Pointer to vport's wwpn information
5569 * @target_wwpn: Pointer to target's wwpn information
5570 * @lun: Lun on target
5571 * @atomic_create: Flag to indicate if memory should be allocated using the
5572 * GFP_ATOMIC flag or not.
5574 * This routine creates a device data structure which will contain identifying
5575 * information for the device (host wwpn, target wwpn, lun), state of OAS,
5576 * whether or not the corresponding lun is available by the system,
5577 * and pointer to the rport data.
5581 * Pointer to lpfc_device_data - Success
5583 struct lpfc_device_data
*
5584 lpfc_create_device_data(struct lpfc_hba
*phba
, struct lpfc_name
*vport_wwpn
,
5585 struct lpfc_name
*target_wwpn
, uint64_t lun
,
5589 struct lpfc_device_data
*lun_info
;
5592 if (unlikely(!phba
) || !vport_wwpn
|| !target_wwpn
||
5596 /* Attempt to create the device data to contain lun info */
5599 memory_flags
= GFP_ATOMIC
;
5601 memory_flags
= GFP_KERNEL
;
5602 lun_info
= mempool_alloc(phba
->device_data_mem_pool
, memory_flags
);
5605 INIT_LIST_HEAD(&lun_info
->listentry
);
5606 lun_info
->rport_data
= NULL
;
5607 memcpy(&lun_info
->device_id
.vport_wwpn
, vport_wwpn
,
5608 sizeof(struct lpfc_name
));
5609 memcpy(&lun_info
->device_id
.target_wwpn
, target_wwpn
,
5610 sizeof(struct lpfc_name
));
5611 lun_info
->device_id
.lun
= lun
;
5612 lun_info
->oas_enabled
= false;
5613 lun_info
->priority
= phba
->cfg_XLanePriority
;
5614 lun_info
->available
= false;
5619 * lpfc_delete_device_data - frees a device data structure for OAS
5620 * @pha: Pointer to host bus adapter structure.
5621 * @lun_info: Pointer to device data structure to free.
5623 * This routine frees the previously allocated device data structure passed.
5627 lpfc_delete_device_data(struct lpfc_hba
*phba
,
5628 struct lpfc_device_data
*lun_info
)
5631 if (unlikely(!phba
) || !lun_info
||
5635 if (!list_empty(&lun_info
->listentry
))
5636 list_del(&lun_info
->listentry
);
5637 mempool_free(lun_info
, phba
->device_data_mem_pool
);
5642 * __lpfc_get_device_data - returns the device data for the specified lun
5643 * @pha: Pointer to host bus adapter structure.
5644 * @list: Point to list to search.
5645 * @vport_wwpn: Pointer to vport's wwpn information
5646 * @target_wwpn: Pointer to target's wwpn information
5647 * @lun: Lun on target
5649 * This routine searches the list passed for the specified lun's device data.
5650 * This function does not hold locks, it is the responsibility of the caller
5651 * to ensure the proper lock is held before calling the function.
5655 * Pointer to lpfc_device_data - Success
5657 struct lpfc_device_data
*
5658 __lpfc_get_device_data(struct lpfc_hba
*phba
, struct list_head
*list
,
5659 struct lpfc_name
*vport_wwpn
,
5660 struct lpfc_name
*target_wwpn
, uint64_t lun
)
5663 struct lpfc_device_data
*lun_info
;
5665 if (unlikely(!phba
) || !list
|| !vport_wwpn
|| !target_wwpn
||
5669 /* Check to see if the lun is already enabled for OAS. */
5671 list_for_each_entry(lun_info
, list
, listentry
) {
5672 if ((memcmp(&lun_info
->device_id
.vport_wwpn
, vport_wwpn
,
5673 sizeof(struct lpfc_name
)) == 0) &&
5674 (memcmp(&lun_info
->device_id
.target_wwpn
, target_wwpn
,
5675 sizeof(struct lpfc_name
)) == 0) &&
5676 (lun_info
->device_id
.lun
== lun
))
5684 * lpfc_find_next_oas_lun - searches for the next oas lun
5685 * @pha: Pointer to host bus adapter structure.
5686 * @vport_wwpn: Pointer to vport's wwpn information
5687 * @target_wwpn: Pointer to target's wwpn information
5688 * @starting_lun: Pointer to the lun to start searching for
5689 * @found_vport_wwpn: Pointer to the found lun's vport wwpn information
5690 * @found_target_wwpn: Pointer to the found lun's target wwpn information
5691 * @found_lun: Pointer to the found lun.
5692 * @found_lun_status: Pointer to status of the found lun.
5694 * This routine searches the luns list for the specified lun
5695 * or the first lun for the vport/target. If the vport wwpn contains
5696 * a zero value then a specific vport is not specified. In this case
5697 * any vport which contains the lun will be considered a match. If the
5698 * target wwpn contains a zero value then a specific target is not specified.
5699 * In this case any target which contains the lun will be considered a
5700 * match. If the lun is found, the lun, vport wwpn, target wwpn and lun status
5701 * are returned. The function will also return the next lun if available.
5702 * If the next lun is not found, starting_lun parameter will be set to
5710 lpfc_find_next_oas_lun(struct lpfc_hba
*phba
, struct lpfc_name
*vport_wwpn
,
5711 struct lpfc_name
*target_wwpn
, uint64_t *starting_lun
,
5712 struct lpfc_name
*found_vport_wwpn
,
5713 struct lpfc_name
*found_target_wwpn
,
5714 uint64_t *found_lun
,
5715 uint32_t *found_lun_status
)
5718 unsigned long flags
;
5719 struct lpfc_device_data
*lun_info
;
5720 struct lpfc_device_id
*device_id
;
5724 if (unlikely(!phba
) || !vport_wwpn
|| !target_wwpn
||
5725 !starting_lun
|| !found_vport_wwpn
||
5726 !found_target_wwpn
|| !found_lun
|| !found_lun_status
||
5727 (*starting_lun
== NO_MORE_OAS_LUN
) ||
5731 lun
= *starting_lun
;
5732 *found_lun
= NO_MORE_OAS_LUN
;
5733 *starting_lun
= NO_MORE_OAS_LUN
;
5735 /* Search for lun or the lun closet in value */
5737 spin_lock_irqsave(&phba
->devicelock
, flags
);
5738 list_for_each_entry(lun_info
, &phba
->luns
, listentry
) {
5739 if (((wwn_to_u64(vport_wwpn
->u
.wwn
) == 0) ||
5740 (memcmp(&lun_info
->device_id
.vport_wwpn
, vport_wwpn
,
5741 sizeof(struct lpfc_name
)) == 0)) &&
5742 ((wwn_to_u64(target_wwpn
->u
.wwn
) == 0) ||
5743 (memcmp(&lun_info
->device_id
.target_wwpn
, target_wwpn
,
5744 sizeof(struct lpfc_name
)) == 0)) &&
5745 (lun_info
->oas_enabled
)) {
5746 device_id
= &lun_info
->device_id
;
5748 ((lun
== FIND_FIRST_OAS_LUN
) ||
5749 (device_id
->lun
== lun
))) {
5750 *found_lun
= device_id
->lun
;
5751 memcpy(found_vport_wwpn
,
5752 &device_id
->vport_wwpn
,
5753 sizeof(struct lpfc_name
));
5754 memcpy(found_target_wwpn
,
5755 &device_id
->target_wwpn
,
5756 sizeof(struct lpfc_name
));
5757 if (lun_info
->available
)
5759 OAS_LUN_STATUS_EXISTS
;
5761 *found_lun_status
= 0;
5762 if (phba
->cfg_oas_flags
& OAS_FIND_ANY_VPORT
)
5763 memset(vport_wwpn
, 0x0,
5764 sizeof(struct lpfc_name
));
5765 if (phba
->cfg_oas_flags
& OAS_FIND_ANY_TARGET
)
5766 memset(target_wwpn
, 0x0,
5767 sizeof(struct lpfc_name
));
5770 *starting_lun
= device_id
->lun
;
5771 memcpy(vport_wwpn
, &device_id
->vport_wwpn
,
5772 sizeof(struct lpfc_name
));
5773 memcpy(target_wwpn
, &device_id
->target_wwpn
,
5774 sizeof(struct lpfc_name
));
5779 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5784 * lpfc_enable_oas_lun - enables a lun for OAS operations
5785 * @pha: Pointer to host bus adapter structure.
5786 * @vport_wwpn: Pointer to vport's wwpn information
5787 * @target_wwpn: Pointer to target's wwpn information
5790 * This routine enables a lun for oas operations. The routines does so by
5791 * doing the following :
5793 * 1) Checks to see if the device data for the lun has been created.
5794 * 2) If found, sets the OAS enabled flag if not set and returns.
5795 * 3) Otherwise, creates a device data structure.
5796 * 4) If successfully created, indicates the device data is for an OAS lun,
5797 * indicates the lun is not available and add to the list of luns.
5804 lpfc_enable_oas_lun(struct lpfc_hba
*phba
, struct lpfc_name
*vport_wwpn
,
5805 struct lpfc_name
*target_wwpn
, uint64_t lun
, uint8_t pri
)
5808 struct lpfc_device_data
*lun_info
;
5809 unsigned long flags
;
5811 if (unlikely(!phba
) || !vport_wwpn
|| !target_wwpn
||
5815 spin_lock_irqsave(&phba
->devicelock
, flags
);
5817 /* Check to see if the device data for the lun has been created */
5818 lun_info
= __lpfc_get_device_data(phba
, &phba
->luns
, vport_wwpn
,
5821 if (!lun_info
->oas_enabled
)
5822 lun_info
->oas_enabled
= true;
5823 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5827 /* Create an lun info structure and add to list of luns */
5828 lun_info
= lpfc_create_device_data(phba
, vport_wwpn
, target_wwpn
, lun
,
5831 lun_info
->oas_enabled
= true;
5832 lun_info
->priority
= pri
;
5833 lun_info
->available
= false;
5834 list_add_tail(&lun_info
->listentry
, &phba
->luns
);
5835 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5838 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5843 * lpfc_disable_oas_lun - disables a lun for OAS operations
5844 * @pha: Pointer to host bus adapter structure.
5845 * @vport_wwpn: Pointer to vport's wwpn information
5846 * @target_wwpn: Pointer to target's wwpn information
5849 * This routine disables a lun for oas operations. The routines does so by
5850 * doing the following :
5852 * 1) Checks to see if the device data for the lun is created.
5853 * 2) If present, clears the flag indicating this lun is for OAS.
5854 * 3) If the lun is not available by the system, the device data is
5862 lpfc_disable_oas_lun(struct lpfc_hba
*phba
, struct lpfc_name
*vport_wwpn
,
5863 struct lpfc_name
*target_wwpn
, uint64_t lun
)
5866 struct lpfc_device_data
*lun_info
;
5867 unsigned long flags
;
5869 if (unlikely(!phba
) || !vport_wwpn
|| !target_wwpn
||
5873 spin_lock_irqsave(&phba
->devicelock
, flags
);
5875 /* Check to see if the lun is available. */
5876 lun_info
= __lpfc_get_device_data(phba
,
5877 &phba
->luns
, vport_wwpn
,
5880 lun_info
->oas_enabled
= false;
5881 if (!lun_info
->available
)
5882 lpfc_delete_device_data(phba
, lun_info
);
5883 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5887 spin_unlock_irqrestore(&phba
->devicelock
, flags
);
5891 struct scsi_host_template lpfc_template_s3
= {
5892 .module
= THIS_MODULE
,
5893 .name
= LPFC_DRIVER_NAME
,
5894 .proc_name
= LPFC_DRIVER_NAME
,
5896 .queuecommand
= lpfc_queuecommand
,
5897 .eh_abort_handler
= lpfc_abort_handler
,
5898 .eh_device_reset_handler
= lpfc_device_reset_handler
,
5899 .eh_target_reset_handler
= lpfc_target_reset_handler
,
5900 .eh_bus_reset_handler
= lpfc_bus_reset_handler
,
5901 .slave_alloc
= lpfc_slave_alloc
,
5902 .slave_configure
= lpfc_slave_configure
,
5903 .slave_destroy
= lpfc_slave_destroy
,
5904 .scan_finished
= lpfc_scan_finished
,
5906 .sg_tablesize
= LPFC_DEFAULT_SG_SEG_CNT
,
5907 .cmd_per_lun
= LPFC_CMD_PER_LUN
,
5908 .use_clustering
= ENABLE_CLUSTERING
,
5909 .shost_attrs
= lpfc_hba_attrs
,
5910 .max_sectors
= 0xFFFF,
5911 .vendor_id
= LPFC_NL_VENDOR_ID
,
5912 .change_queue_depth
= scsi_change_queue_depth
,
5913 .track_queue_depth
= 1,
5916 struct scsi_host_template lpfc_template
= {
5917 .module
= THIS_MODULE
,
5918 .name
= LPFC_DRIVER_NAME
,
5919 .proc_name
= LPFC_DRIVER_NAME
,
5921 .queuecommand
= lpfc_queuecommand
,
5922 .eh_abort_handler
= lpfc_abort_handler
,
5923 .eh_device_reset_handler
= lpfc_device_reset_handler
,
5924 .eh_target_reset_handler
= lpfc_target_reset_handler
,
5925 .eh_bus_reset_handler
= lpfc_bus_reset_handler
,
5926 .eh_host_reset_handler
= lpfc_host_reset_handler
,
5927 .slave_alloc
= lpfc_slave_alloc
,
5928 .slave_configure
= lpfc_slave_configure
,
5929 .slave_destroy
= lpfc_slave_destroy
,
5930 .scan_finished
= lpfc_scan_finished
,
5932 .sg_tablesize
= LPFC_DEFAULT_SG_SEG_CNT
,
5933 .cmd_per_lun
= LPFC_CMD_PER_LUN
,
5934 .use_clustering
= ENABLE_CLUSTERING
,
5935 .shost_attrs
= lpfc_hba_attrs
,
5936 .max_sectors
= 0xFFFF,
5937 .vendor_id
= LPFC_NL_VENDOR_ID
,
5938 .change_queue_depth
= scsi_change_queue_depth
,
5939 .track_queue_depth
= 1,
5942 struct scsi_host_template lpfc_vport_template
= {
5943 .module
= THIS_MODULE
,
5944 .name
= LPFC_DRIVER_NAME
,
5945 .proc_name
= LPFC_DRIVER_NAME
,
5947 .queuecommand
= lpfc_queuecommand
,
5948 .eh_abort_handler
= lpfc_abort_handler
,
5949 .eh_device_reset_handler
= lpfc_device_reset_handler
,
5950 .eh_target_reset_handler
= lpfc_target_reset_handler
,
5951 .eh_bus_reset_handler
= lpfc_bus_reset_handler
,
5952 .slave_alloc
= lpfc_slave_alloc
,
5953 .slave_configure
= lpfc_slave_configure
,
5954 .slave_destroy
= lpfc_slave_destroy
,
5955 .scan_finished
= lpfc_scan_finished
,
5957 .sg_tablesize
= LPFC_DEFAULT_SG_SEG_CNT
,
5958 .cmd_per_lun
= LPFC_CMD_PER_LUN
,
5959 .use_clustering
= ENABLE_CLUSTERING
,
5960 .shost_attrs
= lpfc_vport_attrs
,
5961 .max_sectors
= 0xFFFF,
5962 .change_queue_depth
= scsi_change_queue_depth
,
5963 .track_queue_depth
= 1,