Lines Matching defs:srpt_rdma_ch
292 struct srpt_rdma_ch { struct
293 struct srpt_nexus *nexus;
294 struct ib_qp *qp;
295 union {
303 struct ib_cq *cq;
304 u32 cq_size;
305 struct ib_cqe zw_cqe;
306 struct rcu_head rcu;
307 struct kref kref;
308 struct completion *closed;
309 int rq_size;
310 u32 max_rsp_size;
311 atomic_t sq_wr_avail;
312 struct srpt_port *sport;
313 int max_ti_iu_len;
337 * @ch_list: struct srpt_rdma_ch list. Protected by srpt_port.mutex. argument