Home
last modified time | relevance | path

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

/openbmc/linux/drivers/most/
H A Dmost_cdev.c30 struct comp_channel { struct
67 struct comp_channel *c, *tmp; in get_channel()
118 struct comp_channel *c; in comp_open()
188 struct comp_channel *c = filp->private_data; in comp_write()
241 struct comp_channel *c = filp->private_data; in comp_read()
283 struct comp_channel *c = filp->private_data; in comp_poll()
322 struct comp_channel *c; in comp_disconnect_channel()
353 struct comp_channel *c; in comp_rx_completion()
386 struct comp_channel *c; in comp_tx_completion()
416 struct comp_channel *c; in comp_probe()
[all …]
/openbmc/linux/include/uapi/rdma/
H A Dib_user_verbs.h421 __s32 comp_channel; member
435 __s32 comp_channel; member
/openbmc/qemu/migration/
H A Drdma.c1509 struct ibv_comp_channel *comp_channel) in qemu_rdma_wait_comp_channel() argument
1519 yield_until_fd_readable(comp_channel->fd); in qemu_rdma_wait_comp_channel()
1530 pfds[0].fd = comp_channel->fd; in qemu_rdma_wait_comp_channel()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_cmd.c1023 if (cmd->comp_channel >= 0) { in create_cq()
1024 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, attrs); in create_cq()
1095 cmd_ex.comp_channel = cmd.comp_channel; in ib_uverbs_create_cq()