]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/scsi/fc/fc_els.h
[SCSI] libfc: Handle unsolicited PRLO request
[mirror_ubuntu-bionic-kernel.git] / include / scsi / fc / fc_els.h
index f94328132a2605c8022ed01c393aabcfb8ef3415..70a7e92a766412e5a7eddfb1ddebd7ef661c48b8 100644 (file)
@@ -404,6 +404,15 @@ struct fc_els_prli {
        /* service parameter pages follow */
 };
 
+/*
+ * ELS_PRLO - Process logout request and response.
+ */
+struct fc_els_prlo {
+       __u8            prlo_cmd;       /* command */
+       __u8            prlo_obs;       /* obsolete, but shall be set to 10h */
+       __be16          prlo_len;       /* payload length */
+};
+
 /*
  * ELS_ADISC payload
  */