]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/be2iscsi/be_mgmt.h
[SCSI] be2iscsi: Enable async mode for mcc rings
[karo-tx-linux.git] / drivers / scsi / be2iscsi / be_mgmt.h
index 24eaff923f85622e8e4d8701def9a508e14e7611..f873a66cd48f6e64a45e5fb2348ab596d5c13e85 100644 (file)
@@ -231,6 +231,7 @@ struct beiscsi_endpoint {
        struct beiscsi_hba *phba;
        struct beiscsi_sess *sess;
        struct beiscsi_conn *conn;
+       struct iscsi_endpoint *openiscsi_ep;
        unsigned short ip_type;
        char dst6_addr[ISCSI_ADDRESS_BUF_LEN];
        unsigned long dst_addr;
@@ -249,7 +250,4 @@ unsigned char mgmt_invalidate_connection(struct beiscsi_hba *phba,
                                         unsigned short issue_reset,
                                         unsigned short savecfg_flag);
 
-unsigned char mgmt_fw_cmd(struct be_ctrl_info *ctrl,
-                         struct beiscsi_hba *phba,
-                         char *buf, unsigned int len);
 #endif