]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/infiniband/ulp/isert/ib_isert.h
Merge tag 'v3.16-rc1' into i2c/for-next
[karo-tx-linux.git] / drivers / infiniband / ulp / isert / ib_isert.h
index da6612e6800004b0984880d54ef57bcaab1b0be1..04f51f7bf614735b47d782b2ffa97d417e25fcd5 100644 (file)
@@ -116,7 +116,6 @@ struct isert_device;
 
 struct isert_conn {
        enum iser_conn_state    state;
-       bool                    logout_posted;
        int                     post_recv_buf_count;
        atomic_t                post_send_buf_count;
        u32                     responder_resources;
@@ -151,6 +150,7 @@ struct isert_conn {
 #define ISERT_COMP_BATCH_COUNT 8
        int                     conn_comp_batch;
        struct llist_head       conn_comp_llist;
+       bool                    disconnect;
 };
 
 #define ISERT_MAX_CQ 64