Home
last modified time | relevance | path

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

/linux-6.15/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 …]
/linux-6.15/include/uapi/rdma/
H A Dib_user_verbs.h421 __s32 comp_channel; member
435 __s32 comp_channel; member
/linux-6.15/drivers/infiniband/core/
H A Duverbs_cmd.c1040 if (cmd->comp_channel >= 0) { in create_cq()
1041 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, attrs); in create_cq()
1112 cmd_ex.comp_channel = cmd.comp_channel; in ib_uverbs_create_cq()