Searched defs:ib_device (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c262 struct ib_device *device;
391 /* allocate the ib_device structure */
397 "no sufficient memory for ib_device", client);
612 void *ib_get_client_data(struct ib_device *device,
616 struct ib_device *ib_device; local
633 ib_device = entry->ptr;
634 if (ib_device->node_guid == device->node_guid) {
643 "no ib_device found", device, client);
646 data = ib_device
670 struct ib_device *ib_device; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h280 struct ib_device *device;
291 struct ib_device *device;
582 struct ib_device *device;
589 struct ib_device *device;
599 struct ib_device *device;
607 struct ib_device *device;
622 typedef struct ib_device { struct
643 void (*add) (struct ib_device *);
644 void (*remove)(struct ib_device *);
656 void *ib_get_client_data(struct ib_device *devic
[all...]

Completed in 66 milliseconds