Lines Matching defs:srp_target_port
200 struct srp_target_port { struct
202 spinlock_t lock;
205 u32 global_rkey;
206 struct srp_rdma_ch *ch;
207 struct net *net;
208 u32 ch_count;
209 u32 lkey;
210 enum srp_target_state state;
211 uint32_t max_it_iu_size;
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 comp_vector;
233 int tl_retry_count;
235 bool using_rdma_cm;
237 union {
260 u32 rq_tmo_jiffies;
262 int zero_req_lim;
264 struct work_struct tl_err_work;
265 struct work_struct remove_work;
267 struct list_head list;
268 bool qp_in_error;