Symbol: comp_channel
drivers/infiniband/core/uverbs_cmd.c
1031
if (cmd->comp_channel >= 0) {
drivers/infiniband/core/uverbs_cmd.c
1032
ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, attrs);
drivers/infiniband/core/uverbs_cmd.c
1106
cmd_ex.comp_channel = cmd.comp_channel;
drivers/most/most_cdev.c
104
static void destroy_channel(struct comp_channel *c)
drivers/most/most_cdev.c
121
struct comp_channel *c;
drivers/most/most_cdev.c
162
struct comp_channel *c = to_channel(inode->i_cdev);
drivers/most/most_cdev.c
191
struct comp_channel *c = filp->private_data;
drivers/most/most_cdev.c
244
struct comp_channel *c = filp->private_data;
drivers/most/most_cdev.c
286
struct comp_channel *c = filp->private_data;
drivers/most/most_cdev.c
325
struct comp_channel *c;
drivers/most/most_cdev.c
356
struct comp_channel *c;
drivers/most/most_cdev.c
389
struct comp_channel *c;
drivers/most/most_cdev.c
419
struct comp_channel *c;
drivers/most/most_cdev.c
49
#define to_channel(d) container_of(d, struct comp_channel, cdev)
drivers/most/most_cdev.c
528
struct comp_channel *c, *tmp;
drivers/most/most_cdev.c
53
static inline bool ch_has_mbo(struct comp_channel *c)
drivers/most/most_cdev.c
58
static inline struct mbo *ch_get_mbo(struct comp_channel *c, struct mbo **mbo)
drivers/most/most_cdev.c
68
static struct comp_channel *get_channel(struct most_interface *iface, int id)
drivers/most/most_cdev.c
70
struct comp_channel *c, *tmp;
drivers/most/most_cdev.c
84
static void stop_channel(struct comp_channel *c)
drivers/most/most_cdev.c
93
static void destroy_cdev(struct comp_channel *c)
include/uapi/rdma/ib_user_verbs.h
437
__s32 comp_channel;
include/uapi/rdma/ib_user_verbs.h
451
__s32 comp_channel;