summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorJustin Tee <justin.tee@broadcom.com>2026-02-13 00:30:00 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2026-02-24 21:06:51 +0300
commit70b468d41b822e4b510761120be3924df966a62d (patch)
treec0d6d3efd8d552ec120d17511e86aa967fae77ae /tools/lib/python
parentf8c599ad90f53dbe2246935f90ff49693c26b34f (diff)
downloadlinux-70b468d41b822e4b510761120be3924df966a62d.tar.xz
scsi: lpfc: Reduce pointer chasing when accessing vmid_flag
For all FLOGI completions, the vport->phba->pport pointer is actually a pointer to the original vport pointer because FLOGIs always complete on the physical lpfc_vport object. Thus, we can reduce the vport->phba->pport->vmid_flag dereference to simply vport->vmid_flag. Signed-off-by: Justin Tee <justin.tee@broadcom.com> Link: https://patch.msgid.link/20260212213008.149873-6-justintee8345@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/lib/python')
0 files changed, 0 insertions, 0 deletions