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