Searched refs:comp_channel (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/most/ |
H A D | most_cdev.c | 30 struct comp_channel { struct 46 #define to_channel(d) container_of(d, struct comp_channel, cdev) 50 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo() 55 static inline struct mbo *ch_get_mbo(struct comp_channel *c, struct mbo **mbo) in ch_get_mbo() 65 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel() 67 struct comp_channel *c, *tmp; in get_channel() 81 static void stop_channel(struct comp_channel *c) in stop_channel() 90 static void destroy_cdev(struct comp_channel *c) in destroy_cdev() 101 static void destroy_channel(struct comp_channel *c) in destroy_channel() 118 struct comp_channel * in comp_open() [all...] |
/kernel/linux/linux-6.6/drivers/most/ |
H A D | most_cdev.c | 30 struct comp_channel { struct 46 #define to_channel(d) container_of(d, struct comp_channel, cdev) 50 static inline bool ch_has_mbo(struct comp_channel *c) in ch_has_mbo() 55 static inline struct mbo *ch_get_mbo(struct comp_channel *c, struct mbo **mbo) in ch_get_mbo() 65 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel() 67 struct comp_channel *c, *tmp; in get_channel() 81 static void stop_channel(struct comp_channel *c) in stop_channel() 90 static void destroy_cdev(struct comp_channel *c) in destroy_cdev() 101 static void destroy_channel(struct comp_channel *c) in destroy_channel() 118 struct comp_channel * in comp_open() [all...] |
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 409 __s32 comp_channel; member 423 __s32 comp_channel; member
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 421 __s32 comp_channel; member 435 __s32 comp_channel; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | ib_user_verbs.h | 321 __s32 comp_channel; member 333 __s32 comp_channel; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | ib_user_verbs.h | 321 __s32 comp_channel; member 333 __s32 comp_channel; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | ib_user_verbs.h | 304 __s32 comp_channel; member 316 __s32 comp_channel; member
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_cmd.c | 989 if (cmd->comp_channel >= 0) { in create_cq() 990 ev_file = ib_uverbs_lookup_comp_file(cmd->comp_channel, attrs); in create_cq() 1061 cmd_ex.comp_channel = cmd.comp_channel; in ib_uverbs_create_cq()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_cmd.c | 1023 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()
|
Completed in 39 milliseconds