Lines Matching defs:srp_target_port
181 struct srp_target_port { struct
183 spinlock_t lock;
186 struct ib_mr *global_mr;
187 struct srp_rdma_ch *ch;
188 u32 ch_count;
189 u32 lkey;
190 enum srp_target_state state;
191 unsigned int max_iu_len;
192 unsigned int cmd_sg_cnt;
193 unsigned int indirect_size;
194 bool allow_ext_sg;
197 union ib_gid sgid;
198 __be64 id_ext;
199 __be64 ioc_guid;
200 __be64 service_id;
201 __be64 initiator_ext;
202 u16 io_class;
203 struct srp_host *srp_host;
204 struct Scsi_Host *scsi_host;
205 struct srp_rport *rport;
206 char target_name[32];
207 unsigned int scsi_id;
208 unsigned int sg_tablesize;
209 int queue_size;
210 int req_ring_size;
211 int comp_vector;
212 int tl_retry_count;
214 union ib_gid orig_dgid;
215 __be16 pkey;
217 u32 rq_tmo_jiffies;
219 int zero_req_lim;
221 struct work_struct tl_err_work;
222 struct work_struct remove_work;
224 struct list_head list;
225 bool qp_in_error;