Lines Matching defs:srpt_rdma_ch
303 struct srpt_rdma_ch { struct
304 wait_queue_head_t wait_queue;
305 struct task_struct *thread;
306 struct ib_cm_id *cm_id;
307 struct ib_qp *qp;
308 struct ib_cq *cq;
309 int rq_size;
310 u32 rsp_size;
311 atomic_t sq_wr_avail;
312 struct srpt_port *sport;
313 u8 i_port_id[16];
314 u8 t_port_id[16];
315 int max_ti_iu_len;
316 atomic_t req_lim;
317 atomic_t req_lim_delta;
318 spinlock_t spinlock;
319 struct list_head free_list;
320 enum rdma_ch_state state;
321 struct srpt_send_ioctx **ioctx_ring;
322 struct ib_wc wc[16];
323 struct list_head list;
324 struct list_head cmd_wait_list;
325 struct se_session *sess;
326 u8 sess_name[36];
327 struct work_struct release_work;
328 struct completion *release_done;