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