Lines Matching defs:srp_rdma_ch
147 struct srp_rdma_ch { struct
149 struct list_head free_tx;
150 spinlock_t lock;
151 s32 req_lim;
154 struct srp_target_port *target ____cacheline_aligned_in_smp;
155 struct ib_cq *send_cq;
156 struct ib_cq *recv_cq;
157 struct ib_qp *qp;
158 struct srp_fr_pool *fr_pool;
159 uint32_t max_it_iu_len;
160 uint32_t max_ti_iu_len;
161 u8 max_imm_sge;
162 bool use_imm_data;
168 struct completion done;
169 int status;
171 union {
204 struct srp_rdma_ch *ch; argument