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