Searched refs:w_list (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/infiniband/hw/mlx5/ |
D | mem.c | 129 qp->sq.w_list[idx].opcode = MLX5_OPCODE_NOP; in post_send_nop() 133 qp->sq.w_list[idx].next = qp->sq.cur_post; in post_send_nop()
|
D | cq.c | 351 tail = qp->sq.w_list[idx].next; in handle_atomics() 353 tail = qp->sq.w_list[idx].next; in handle_atomics() 419 wq->last_poll = wq->w_list[idx].next; in sw_comp()
|
D | wr.c | 772 qp->sq.w_list[idx].opcode = mlx5_opcode; in mlx5r_finish_wqe() 775 qp->sq.w_list[idx].next = qp->sq.cur_post; in mlx5r_finish_wqe()
|
D | qp.c | 1089 kvfree(qp->sq.w_list); in destroy_qp() 1190 qp->sq.w_list = kvmalloc_array(qp->sq.wqe_cnt, in _create_kernel_qp() 1191 sizeof(*qp->sq.w_list), GFP_KERNEL); in _create_kernel_qp() 1196 !qp->sq.w_list || !qp->sq.wqe_head) { in _create_kernel_qp() 1205 kvfree(qp->sq.w_list); in _create_kernel_qp()
|
D | mlx5_ib.h | 360 struct wr_list *w_list; member
|
/Linux-v6.6/sound/soc/intel/skylake/ |
D | skl-topology.c | 485 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_init_pipe_modules() 560 list_for_each_entry(w_module, &pipe->w_list, node) { in skl_tplg_unload_pipe_modules() 681 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event() 700 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event() 1186 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 1215 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 1229 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event() 2061 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe() 2726 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe_v4() 3678 list_add_tail(&p_module->node, &pipe->w_list); in skl_tplg_create_pipe_widget_list() [all …]
|
D | skl-topology.h | 328 struct list_head w_list; member
|
D | skl-pcm.c | 1358 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules()
|