Searched defs:srpt_device (Results 1 – 1 of 1) sorted by relevance
422 struct srpt_device { struct423 struct ib_device *device;424 struct ib_pd *pd;425 u32 lkey;426 struct ib_srq *srq;427 struct ib_cm_id *cm_id;428 int srq_size;429 struct mutex sdev_mutex;430 bool use_srq;431 struct kmem_cache *req_buf_cache;[all …]