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

/drivers/infiniband/core/
H A Ddevice.c167 * ib_alloc_device - allocate an IB device struct
170 * Low-level drivers should use ib_alloc_device() to allocate &struct
174 * ib_alloc_device().
176 struct ib_device *ib_alloc_device(size_t size) function
182 EXPORT_SYMBOL(ib_alloc_device); variable
188 * Free a structure allocated with ib_alloc_device().
271 * with ib_alloc_device().

Completed in 38 milliseconds