Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
Duverbs_main.c58 IB_UVERBS_MAX_DEVICES = 32 enumerator
76 static struct ib_uverbs_device *dev_table[IB_UVERBS_MAX_DEVICES];
77 static DECLARE_BITMAP(dev_map, IB_UVERBS_MAX_DEVICES);
833 uverbs_dev->devnum = find_first_zero_bit(dev_map, IB_UVERBS_MAX_DEVICES); in ib_uverbs_add_one()
834 if (uverbs_dev->devnum >= IB_UVERBS_MAX_DEVICES) { in ib_uverbs_add_one()
933 ret = register_chrdev_region(IB_UVERBS_BASE_DEV, IB_UVERBS_MAX_DEVICES, in ib_uverbs_init()
988 unregister_chrdev_region(IB_UVERBS_BASE_DEV, IB_UVERBS_MAX_DEVICES); in ib_uverbs_init()
1002 unregister_chrdev_region(IB_UVERBS_BASE_DEV, IB_UVERBS_MAX_DEVICES); in ib_uverbs_cleanup()