Searched defs:iser_device (Results 1 – 1 of 1) sorted by relevance
369 struct iser_device { struct370 struct ib_device *ib_device;371 struct ib_pd *pd;372 struct ib_device_attr dev_attr;373 struct ib_mr *mr;374 struct ib_event_handler event_handler;375 struct list_head ig_list;376 int refcount;377 int comps_used;378 struct iser_comp comps[ISER_MAX_CQ];[all …]