Searched refs:SOL_UVERBS_DRIVER_MAX_MINOR (Results 1 – 3 of 3) sorted by relevance
895 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 …]
244 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()
51 #define SOL_UVERBS_DRIVER_MAX_MINOR (18) macro