Home
last modified time | relevance | path

Searched refs:_ib_alloc_device (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/sw/rdmavt/
H A Dvt.c52 rdi = container_of(_ib_alloc_device(size, &init_net), struct rvt_dev_info, ibdev); in rvt_alloc_device()
/linux/include/rdma/
H A Dib_verbs.h2950 struct ib_device *_ib_alloc_device(size_t size, struct net *net);
2952 container_of(_ib_alloc_device(sizeof(struct drv_struct) + \
2959 container_of(_ib_alloc_device(sizeof(struct drv_struct) + \
/linux/drivers/infiniband/core/
H A Ddevice.c585 * _ib_alloc_device - allocate an IB device struct
596 struct ib_device *_ib_alloc_device(size_t size, struct net *net) in _ib_alloc_device() function
682 EXPORT_SYMBOL(_ib_alloc_device);