Lines Matching defs:srp_target_port
186 struct srp_target_port { struct
188 spinlock_t lock;
191 u32 global_rkey;
192 struct srp_rdma_ch *ch;
193 struct net *net;
194 u32 ch_count;
195 u32 lkey;
196 enum srp_target_state state;
197 unsigned int max_iu_len;
198 unsigned int cmd_sg_cnt;
199 unsigned int indirect_size;
200 bool allow_ext_sg;
203 union ib_gid sgid;
204 __be64 id_ext;
205 __be64 ioc_guid;
206 __be64 initiator_ext;
207 u16 io_class;
208 struct srp_host *srp_host;
209 struct Scsi_Host *scsi_host;
210 struct srp_rport *rport;
211 char target_name[32];
212 unsigned int scsi_id;
213 unsigned int sg_tablesize;
214 unsigned int target_can_queue;
215 int mr_pool_size;
216 int mr_per_cmd;
217 int queue_size;
218 int req_ring_size;
219 int comp_vector;
220 int tl_retry_count;
222 bool using_rdma_cm;
224 union {
245 u32 rq_tmo_jiffies;
247 int zero_req_lim;
249 struct work_struct tl_err_work;
250 struct work_struct remove_work;
252 struct list_head list;
253 bool qp_in_error;