Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/most/cdev/
Dcdev.c31 struct comp_channel { struct
47 #define to_channel(d) container_of(d, struct comp_channel, cdev) argument
51 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo()
56 static inline struct mbo *ch_get_mbo(struct comp_channel *c, struct mbo **mbo) in ch_get_mbo()
66 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel()
68 struct comp_channel *c, *tmp; in get_channel()
85 static void stop_channel(struct comp_channel *c) in stop_channel()
94 static void destroy_cdev(struct comp_channel *c) in destroy_cdev()
105 static void destroy_channel(struct comp_channel *c) in destroy_channel()
122 struct comp_channel *c; in comp_open()
[all …]
/Linux-v4.19/include/uapi/rdma/
Dib_user_verbs.h399 __s32 comp_channel; member
413 __s32 comp_channel; member
/Linux-v4.19/drivers/infiniband/core/
Duverbs_cmd.c1007 if (cmd->comp_channel >= 0) { in create_cq()
1008 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, file); in create_cq()
1113 cmd_ex.comp_channel = cmd.comp_channel; in ib_uverbs_create_cq()
1116 offsetof(typeof(cmd_ex), comp_channel) + in ib_uverbs_create_cq()
1117 sizeof(cmd.comp_channel), ib_uverbs_create_cq_cb, in ib_uverbs_create_cq()