Lines Matching defs:srpt_device
393 struct srpt_device { struct
394 struct ib_device *device;
395 struct ib_pd *pd;
396 struct ib_srq *srq;
397 struct ib_cm_id *cm_id;
398 struct ib_device_attr dev_attr;
399 int srq_size;
400 struct srpt_recv_ioctx **ioctx_ring;
401 struct list_head rch_list;
402 wait_queue_head_t ch_releaseQ;
403 spinlock_t spinlock;
404 struct srpt_port port[2];
405 struct ib_event_handler event_handler;
406 struct list_head list;