Lines Matching defs:srp_target_port
201 struct srp_target_port { struct
203 spinlock_t lock;
206 u32 global_rkey;
207 struct srp_rdma_ch *ch;
208 struct net *net;
209 u32 ch_count;
210 u32 lkey;
211 enum srp_target_state state;
212 unsigned int cmd_sg_cnt;
213 unsigned int indirect_size;
214 bool allow_ext_sg;
217 union ib_gid sgid;
218 __be64 id_ext;
219 __be64 ioc_guid;
220 __be64 initiator_ext;
221 u16 io_class;
222 struct srp_host *srp_host;
223 struct Scsi_Host *scsi_host;
224 struct srp_rport *rport;
225 char target_name[32];
226 unsigned int scsi_id;
227 unsigned int sg_tablesize;
228 unsigned int target_can_queue;
229 int mr_pool_size;
230 int mr_per_cmd;
231 int queue_size;
232 int req_ring_size;
233 int comp_vector;
234 int tl_retry_count;
236 bool using_rdma_cm;
238 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;