Lines Matching defs:isert_conn
150 struct isert_conn { struct
151 enum iser_conn_state state;
152 int post_recv_buf_count;
153 u32 responder_resources;
154 u32 initiator_depth;
155 bool pi_support;
156 u32 max_sge;
157 char *login_buf;
158 char *login_req_buf;
159 char *login_rsp_buf;
160 u64 login_req_dma;
161 int login_req_len;
162 u64 login_rsp_dma;
163 unsigned int rx_desc_head;
164 struct iser_rx_desc *rx_descs;
165 struct ib_recv_wr rx_wr[ISERT_MIN_POSTED_RX];
166 struct iscsi_conn *conn;
167 struct list_head accept_node;
168 struct completion login_comp;
169 struct completion login_req_comp;
170 struct iser_tx_desc login_tx_desc;
171 struct rdma_cm_id *cm_id;
172 struct ib_qp *qp;
173 struct isert_device *device;
174 struct mutex mutex;
175 struct completion wait;
176 struct completion wait_comp_err;
177 struct kref kref;
178 struct list_head fr_pool;
179 int fr_pool_size;
181 spinlock_t pool_lock;
182 struct work_struct release_work;
183 struct ib_recv_wr beacon;
184 bool logout_posted;