summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
diff options
context:
space:
mode:
authorJames Smart2011-03-11 22:05:52 +0100
committerJames Bottomley2011-03-23 17:36:07 +0100
commit7f86059ac016d8662e5fbfab4875529510977b47 (patch)
treed0baa921c2c2b642663d25a615905f7a302f567f /drivers/scsi/lpfc/lpfc_init.c
parent[SCSI] lpfc 8.3.22: Add new mailbox command and new BSG fix (diff)
downloadkernel-qcow2-linux-7f86059ac016d8662e5fbfab4875529510977b47.tar.gz
kernel-qcow2-linux-7f86059ac016d8662e5fbfab4875529510977b47.tar.xz
kernel-qcow2-linux-7f86059ac016d8662e5fbfab4875529510977b47.zip
[SCSI] lpfc 8.3.22: T10-DIF corrections
T10-DIF corrections - Add selective reset jump table entry - Split T10-DIF BDEs that cross 4K boundary Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com> Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 35665cfb5689..29aab9432af9 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -4474,6 +4474,7 @@ lpfc_init_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
{
phba->lpfc_hba_init_link = lpfc_hba_init_link;
phba->lpfc_hba_down_link = lpfc_hba_down_link;
+ phba->lpfc_selective_reset = lpfc_selective_reset;
switch (dev_grp) {
case LPFC_PCI_DEV_LP:
phba->lpfc_hba_down_post = lpfc_hba_down_post_s3;