Home
last modified time | relevance | path

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

/titanic_44/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()
913 uctxt = uverbs_uobj_get_uctxt_write(id - SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_close()
956 uctxt->uctxt_verbs_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()
1228 uctxt = uverbs_uobj_get_uctxt_read(id - SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_read()
1235 if (uctxt->uctxt_verbs_id < SOL_UVERBS_DRIVER_MAX_MINOR) { in sol_uverbs_read()
1243 - SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_read()
1359 if (async_id < SOL_UVERBS_DRIVER_MAX_MINOR) { in sol_uverbs_get_context()
[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()
/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h51 #define SOL_UVERBS_DRIVER_MAX_MINOR (18) macro