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