Searched defs:iser_device (Results 1 – 1 of 1) sorted by relevance
347 struct iser_device { struct348 struct ib_device *ib_device;349 struct ib_pd *pd;350 struct ib_device_attr dev_attr;351 struct ib_mr *mr;352 struct ib_event_handler event_handler;353 struct list_head ig_list;354 int refcount;355 int comps_used;356 struct iser_comp *comps;[all …]