]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scsi: lpfc: Restrict first burst to non-FCoE and SLI4 adapters only
authorJustin Tee <justin.tee@broadcom.com>
Thu, 12 Feb 2026 21:30:06 +0000 (13:30 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 24 Feb 2026 18:06:52 +0000 (13:06 -0500)
commit5807d96c46d5ccfb4c247f16653e616e8c90ae06
tree29fa8d9da0d61d6372add6e136493d2f3d437457
parent9714c5463fd1d963fe30193ed75b9578e84278ab
scsi: lpfc: Restrict first burst to non-FCoE and SLI4 adapters only

First burst is only supported on adapters running in SLI4 mode and that
are non-FCoE based.  Include sli_rev and FCoE mode checks before setting
the write transfer ready disabled bit in PRLIs.

Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://patch.msgid.link/20260212213008.149873-12-justintee8345@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_els.c