Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[sfrench/cifs-2.6.git] / drivers / scsi / qla2xxx / qla_target.h
index 7fe02d036bdf1c92bff8a02c31a6b8b0fd1357bc..aba58d3848a6e7c99c264261f2680f425d7e10e6 100644 (file)
@@ -705,6 +705,7 @@ struct qla_tgt_func_tmpl {
        int (*get_dif_tags)(struct qla_tgt_cmd *cmd, uint16_t *pfw_prot_opts);
        int (*chk_dif_tags)(uint32_t tag);
        void (*add_target)(struct scsi_qla_host *);
+       void (*remove_target)(struct scsi_qla_host *);
 };
 
 int qla2x00_wait_for_hba_online(struct scsi_qla_host *);
@@ -959,6 +960,7 @@ struct qla_tgt_mgmt_cmd {
        uint8_t fc_tm_rsp;
        struct fc_port *sess;
        struct qla_qpair *qpair;
+       struct scsi_qla_host *vha;
        struct se_cmd se_cmd;
        struct work_struct free_work;
        unsigned int flags;