1. 08 5月, 2020 3 次提交
  2. 30 3月, 2020 1 次提交
  3. 27 3月, 2020 4 次提交
  4. 18 2月, 2020 1 次提交
    • J
      scsi: lpfc: add RDF registration and Link Integrity FPIN logging · df3fe766
      James Smart 提交于
      This patch modifies lpfc to register for Link Integrity events via the use
      of an RDF ELS and to perform Link Integrity FPIN logging.
      
      Specifically, the driver was modified to:
      
       - Format and issue the RDF ELS immediately following SCR registration.
         This registers the ability of the driver to receive FPIN ELS.
      
       - Adds decoding of the FPIN els into the received descriptors, with
         logging of the Link Integrity event information. After decoding, the ELS
         is delivered to the scsi fc transport to be delivered to any user-space
         applications.
      
       - To aid in logging, simple helpers were added to create enum to name
         string lookup functions that utilize the initialization helpers from the
         fc_els.h header.
      
       - Note: base header definitions for the ELS's don't populate the
         descriptor payloads. As such, lpfc creates it's own version of the
         structures, using the base definitions (mostly headers) and additionally
         declaring the descriptors that will complete the population of the ELS.
      
      Link: https://lore.kernel.org/r/20200210173155.547-3-jsmart2021@gmail.comSigned-off-by: NDick Kennedy <dick.kennedy@broadcom.com>
      Signed-off-by: NJames Smart <jsmart2021@gmail.com>
      Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
      df3fe766
  5. 11 2月, 2020 3 次提交
  6. 22 12月, 2019 2 次提交
  7. 20 12月, 2019 1 次提交
  8. 20 11月, 2019 1 次提交
  9. 13 11月, 2019 1 次提交
  10. 09 11月, 2019 1 次提交
  11. 06 11月, 2019 3 次提交
  12. 25 10月, 2019 4 次提交
  13. 19 10月, 2019 1 次提交
  14. 01 10月, 2019 11 次提交
  15. 08 9月, 2019 2 次提交
  16. 30 8月, 2019 1 次提交