Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Duverbs_main.c60 IB_UVERBS_MAX_DEVICES = 32 enumerator
77 static struct ib_uverbs_device *dev_table[IB_UVERBS_MAX_DEVICES];
78 static DECLARE_BITMAP(dev_map, IB_UVERBS_MAX_DEVICES);
745 uverbs_dev->devnum = find_first_zero_bit(dev_map, IB_UVERBS_MAX_DEVICES); in ib_uverbs_add_one()
746 if (uverbs_dev->devnum >= IB_UVERBS_MAX_DEVICES) { in ib_uverbs_add_one()
841 ret = register_chrdev_region(IB_UVERBS_BASE_DEV, IB_UVERBS_MAX_DEVICES, in ib_uverbs_init()
892 unregister_chrdev_region(IB_UVERBS_BASE_DEV, IB_UVERBS_MAX_DEVICES); in ib_uverbs_init()
904 unregister_chrdev_region(IB_UVERBS_BASE_DEV, IB_UVERBS_MAX_DEVICES); in ib_uverbs_cleanup()