Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h414 __s32 comp_channel; member
428 __s32 comp_channel; member
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h458 __s32 comp_channel; member
477 __s32 comp_channel; member
H A Dcmd.c474 cmd->comp_channel = channel ? channel->fd : -1; in ibv_cmd_create_cq()
511 cmd->comp_channel = cq_attr->channel ? cq_attr->channel->fd : -1; in ibv_cmd_create_cq_ex()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1012 if (cmd->comp_channel >= 0) { in create_cq()
1013 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, attrs); in create_cq()
1087 cmd_ex.comp_channel = cmd.comp_channel; in ib_uverbs_create_cq()