Lines Matching defs:srp_rdma_ch
137 struct srp_rdma_ch { struct
139 struct list_head free_tx;
140 spinlock_t lock;
141 s32 req_lim;
144 struct srp_target_port *target ____cacheline_aligned_in_smp;
145 struct ib_cq *send_cq;
146 struct ib_cq *recv_cq;
147 struct ib_qp *qp;
148 union {
157 struct completion done;
158 int status;
160 struct ib_sa_path_rec path;
161 struct ib_sa_query *path_query;
162 int path_query_id;
186 struct srp_rdma_ch *ch; argument