Lines Matching defs:srp_target_port
199 struct srp_target_port { struct
201 spinlock_t lock;
204 u32 global_rkey;
205 struct srp_rdma_ch *ch;
206 struct net *net;
207 u32 ch_count;
208 u32 lkey;
209 enum srp_target_state state;
210 uint32_t max_it_iu_size;
211 unsigned int cmd_sg_cnt;
212 unsigned int indirect_size;
213 bool allow_ext_sg;
216 union ib_gid sgid;
217 __be64 id_ext;
218 __be64 ioc_guid;
219 __be64 initiator_ext;
220 u16 io_class;
221 struct srp_host *srp_host;
222 struct Scsi_Host *scsi_host;
223 struct srp_rport *rport;
224 char target_name[32];
225 unsigned int scsi_id;
226 unsigned int sg_tablesize;
227 unsigned int target_can_queue;
228 int mr_pool_size;
229 int mr_per_cmd;
230 int queue_size;
231 int comp_vector;
232 int tl_retry_count;
234 bool using_rdma_cm;
236 union {
259 u32 rq_tmo_jiffies;
261 int zero_req_lim;
263 struct work_struct tl_err_work;
264 struct work_struct remove_work;
266 struct list_head list;
267 bool qp_in_error;