Home
last modified time | relevance | path

Searched refs:w_list (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/mlx5/
Dmem.c130 qp->sq.w_list[idx].opcode = MLX5_OPCODE_NOP; in post_send_nop()
134 qp->sq.w_list[idx].next = qp->sq.cur_post; in post_send_nop()
Dcq.c348 tail = qp->sq.w_list[idx].next; in handle_atomics()
350 tail = qp->sq.w_list[idx].next; in handle_atomics()
416 wq->last_poll = wq->w_list[idx].next; in sw_comp()
Dwr.c772 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()
Dmlx5_ib.h337 struct wr_list *w_list; member
Dqp.c1008 kvfree(qp->sq.w_list); in destroy_qp()
1109 qp->sq.w_list = kvmalloc_array(qp->sq.wqe_cnt, in _create_kernel_qp()
1110 sizeof(*qp->sq.w_list), GFP_KERNEL); in _create_kernel_qp()
1115 !qp->sq.w_list || !qp->sq.wqe_head) { in _create_kernel_qp()
1124 kvfree(qp->sq.w_list); in _create_kernel_qp()
/linux-5.19.10/sound/soc/intel/skylake/
Dskl-topology.c485 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()
719 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event()
738 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_pre_pmu_event()
1224 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
1253 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
1267 list_for_each_entry(w_module, &s_pipe->w_list, node) { in skl_tplg_mixer_dapm_post_pmd_event()
2097 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe()
2762 INIT_LIST_HEAD(&pipe->w_list); in skl_tplg_add_pipe_v4()
3720 list_add_tail(&p_module->node, &pipe->w_list); in skl_tplg_create_pipe_widget_list()
[all …]
Dskl-topology.h325 struct list_head w_list; member
Dskl-pcm.c1358 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules()