Searched defs:srpt_device (Results 1 – 1 of 1) sorted by relevance
447 struct srpt_device { struct448 struct ib_device *device;449 struct ib_pd *pd;450 u32 lkey;451 struct ib_srq *srq;452 struct ib_cm_id *cm_id;453 int srq_size;454 struct mutex sdev_mutex;455 bool use_srq;456 struct kmem_cache *req_buf_cache;[all …]