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