Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c237 "create_cq: ucq %p, comp_chan %d", ucq, cmd.comp_channel); in sol_uverbs_create_cq()
244 if ((int)cmd.comp_channel > SOL_UVERBS_DRIVER_MAX_MINOR) { in sol_uverbs_create_cq()
249 "cmd.comp_chan %d", cmd.comp_channel); in sol_uverbs_create_cq()
251 cmd.comp_channel - SOL_UVERBS_DRIVER_MAX_MINOR); in sol_uverbs_create_cq()
255 cmd.comp_channel); in sol_uverbs_create_cq()
264 cmd.comp_channel, in sol_uverbs_create_cq()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h312 int32_t comp_channel; member