Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c895 if (id < SOL_UVERBS_DRIVER_MAX_MINOR) { in sol_uverbs_close()
898 dev, id, SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_close()
1160 SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_close()
1227 ASSERT(id >= SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_read()
1243 - SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_read()
1367 SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_get_context()
1382 SOL_UVERBS_DRIVER_MAX_MINOR; in sol_uverbs_get_context()
2385 SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_create_comp_channel()
2400 SOL_UVERBS_DRIVER_MAX_MINOR; in sol_uverbs_create_comp_channel()
2502 ASSERT(id >= SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_write()
[all …]
H A Dsol_uverbs_comp.c244 if ((int)cmd.comp_channel > SOL_UVERBS_DRIVER_MAX_MINOR) { in sol_uverbs_create_cq()
251 cmd.comp_channel - SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_create_cq()
260 SOL_UVERBS_DRIVER_MAX_MINOR) { in sol_uverbs_create_cq()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h51 #define SOL_UVERBS_DRIVER_MAX_MINOR (18) macro