Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dvt.c94 rdi = container_of(_ib_alloc_device(size), struct rvt_dev_info, ibdev); in rvt_alloc_device()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dvt.c52 rdi = container_of(_ib_alloc_device(size), struct rvt_dev_info, ibdev); in rvt_alloc_device()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Ddevice.c560 * _ib_alloc_device - allocate an IB device struct
569 struct ib_device *_ib_alloc_device(size_t size) in _ib_alloc_device() function
616 EXPORT_SYMBOL(_ib_alloc_device); variable
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Ddevice.c564 * _ib_alloc_device - allocate an IB device struct
573 struct ib_device *_ib_alloc_device(size_t size) in _ib_alloc_device() function
646 EXPORT_SYMBOL(_ib_alloc_device); variable
/kernel/linux/linux-5.10/include/rdma/
H A Dib_verbs.h2774 struct ib_device *_ib_alloc_device(size_t size);
2776 container_of(_ib_alloc_device(sizeof(struct drv_struct) + \
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h2855 struct ib_device *_ib_alloc_device(size_t size);
2857 container_of(_ib_alloc_device(sizeof(struct drv_struct) + \

Completed in 29 milliseconds