IB/srp: Add multichannel support
[deliverable/linux.git] / drivers / infiniband / ulp / srp / ib_srp.h
index 37aa9f49947a618e20aaf22c6ea1ede6767e3d39..ca7c6f0654340823c565d1ea22dabe54da6b789c 100644 (file)
@@ -179,8 +179,9 @@ struct srp_target_port {
        /* read and written in the hot path */
        spinlock_t              lock;
 
-       struct srp_rdma_ch      ch;
        /* read only in the hot path */
+       struct srp_rdma_ch      *ch;
+       u32                     ch_count;
        u32                     lkey;
        u32                     rkey;
        enum srp_target_state   state;
This page took 0.029539 seconds and 5 git commands to generate.