Searched refs:ibv_device_1_0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/ofed/libibverbs/
H A Dcompat-1_0.c158 struct ibv_device_1_0 { struct
218 struct ibv_device_1_0 *device;
234 struct ibv_device_1_0 **__ibv_get_device_list_1_0(int *num);
235 void __ibv_free_device_list_1_0(struct ibv_device_1_0 **list);
236 const char *__ibv_get_device_name_1_0(struct ibv_device_1_0 *device);
237 __be64 __ibv_get_device_guid_1_0(struct ibv_device_1_0 *device);
238 struct ibv_context_1_0 *__ibv_open_device_1_0(struct ibv_device_1_0 *device);
290 struct ibv_device_1_0 **__ibv_get_device_list_1_0(int *num)
293 struct ibv_device_1_0 **l;
300 l = calloc(n + 2, sizeof (struct ibv_device_1_0 *));
[all...]

Completed in 103 milliseconds