Lines Matching defs:srp_rdma_ch
139 struct srp_rdma_ch { struct
141 struct list_head free_tx;
142 spinlock_t lock;
143 s32 req_lim;
146 struct srp_target_port *target ____cacheline_aligned_in_smp;
147 struct ib_cq *send_cq;
148 struct ib_cq *recv_cq;
149 struct ib_qp *qp;
150 struct srp_fr_pool *fr_pool;
151 uint32_t max_it_iu_len;
152 uint32_t max_ti_iu_len;
153 u8 max_imm_sge;
154 bool use_imm_data;
160 struct completion done;
161 int status;
163 union {
197 struct srp_rdma_ch *ch; argument