Searched defs:iser_device (Results 1 – 1 of 1) sorted by relevance
393 struct iser_device { struct394 struct ib_device *ib_device;395 struct ib_pd *pd;396 struct ib_device_attr dev_attr;397 struct ib_mr *mr;398 struct ib_event_handler event_handler;399 struct list_head ig_list;400 int refcount;401 int comps_used;402 struct iser_comp *comps;[all …]