]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/scsi/qla2xxx/qla_def.h
[SCSI] qla2xxx: Generalize srb structure usage.
[mirror_ubuntu-jammy-kernel.git] / drivers / scsi / qla2xxx / qla_def.h
index 68ab28c8152b2ab58741413c70be9f9cfefec1c6..9eb7be684f0a6d1c4933087cdc1564bdb53751d4 100644 (file)
@@ -189,6 +189,7 @@ struct req_que;
  */
 typedef struct srb {
        struct fc_port *fcport;
+       uint32_t handle;
 
        struct scsi_cmnd *cmd;          /* Linux SCSI command pkt */
 
@@ -196,6 +197,8 @@ typedef struct srb {
 
        uint32_t request_sense_length;
        uint8_t *request_sense_ptr;
+
+       void *ctx;
 } srb_t;
 
 /*