Lines Matching defs:srp_target_port
190 struct srp_target_port { struct
192 spinlock_t lock;
195 u32 global_rkey;
196 struct srp_rdma_ch *ch;
197 struct net *net;
198 u32 ch_count;
199 u32 lkey;
200 enum srp_target_state state;
201 uint32_t max_it_iu_size;
202 unsigned int cmd_sg_cnt;
203 unsigned int indirect_size;
204 bool allow_ext_sg;
207 union ib_gid sgid;
208 __be64 id_ext;
209 __be64 ioc_guid;
210 __be64 initiator_ext;
211 u16 io_class;
212 struct srp_host *srp_host;
213 struct Scsi_Host *scsi_host;
214 struct srp_rport *rport;
215 char target_name[32];
216 unsigned int scsi_id;
217 unsigned int sg_tablesize;
218 unsigned int target_can_queue;
219 int mr_pool_size;
220 int mr_per_cmd;
221 int queue_size;
222 int comp_vector;
223 int tl_retry_count;
225 bool using_rdma_cm;
227 union {
250 u32 rq_tmo_jiffies;
252 int zero_req_lim;
254 struct work_struct tl_err_work;
255 struct work_struct remove_work;
257 struct list_head list;
258 bool qp_in_error;