Lines Matching defs:srp_rdma_ch
149 struct srp_rdma_ch { struct
151 struct list_head free_tx;
152 spinlock_t lock;
153 s32 req_lim;
156 struct srp_target_port *target ____cacheline_aligned_in_smp;
157 struct ib_cq *send_cq;
158 struct ib_cq *recv_cq;
159 struct ib_qp *qp;
160 struct srp_fr_pool *fr_pool;
161 uint32_t max_it_iu_len;
162 uint32_t max_ti_iu_len;
163 u8 max_imm_sge;
164 bool use_imm_data;
170 struct completion done;
171 int status;
173 union {
206 struct srp_rdma_ch *ch; argument