Searched refs:RIO_MAX_MPORTS (Results 1 – 8 of 8) sorted by relevance
48 static int hdid[RIO_MAX_MPORTS];1908 if ((mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) || in rio_register_scan()1982 if (mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) in rio_unregister_scan()2136 if (ids_num == 0 || ids_num <= index || index >= RIO_MAX_MPORTS) in rio_get_hdid()2144 if (next_portid >= RIO_MAX_MPORTS) { in rio_mport_initialize()
1538 if (mport_id >= RIO_MAX_MPORTS) in cm_ep_get_list_size()1574 if (info[1] >= RIO_MAX_MPORTS || info[0] > RIOCM_MAX_EP_COUNT) in cm_ep_get_list()1627 if (entries == 0 || entries > RIO_MAX_MPORTS) in cm_mport_get_list()1720 if (chan.mport_id >= RIO_MAX_MPORTS) in cm_chan_bind()1787 if (chan.mport_id >= RIO_MAX_MPORTS) in cm_chan_connect()
302 if (val < 0 || val >= RIO_MAX_MPORTS) in scan_store()
27 #define RIO_MAX_MPORTS 8 macro
43 support messaging operations (number of entries up to RIO_MAX_MPORTS).
232 sequential number (0 ... RIO_MAX_MPORTS) assigned during mport device
1882 if (minor >= RIO_MAX_MPORTS) { in mport_cdev_open()2609 ret = alloc_chrdev_region(&dev_number, 0, RIO_MAX_MPORTS, DRV_NAME); in mport_init()2625 unregister_chrdev_region(dev_number, RIO_MAX_MPORTS); in mport_init()2638 unregister_chrdev_region(dev_number, RIO_MAX_MPORTS); in mport_exit()
196 sequential number (0 ... RIO_MAX_MPORTS) assigned to the mport
Completed in 21 milliseconds