Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.h24 struct uds_request_queue **queue_ptr);
/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.h70 int __must_check vdo_make_funnel_queue(struct funnel_queue **queue_ptr);
H A Dfunnel-workqueue.h31 struct vdo_work_queue **queue_ptr);
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v12_1.c2072 u32 *queue_ptr, u64 fence_gpu_addr, in mes_v12_1_test_ring()
2095 queue_ptr[wptr++] = PACKET3(PACKET3_SET_UCONFIG_REG, 1); in mes_v12_1_test_ring()
2096 queue_ptr[wptr++] = xcc_offset - PACKET3_SET_UCONFIG_REG_START; in mes_v12_1_test_ring()
2097 queue_ptr[wptr++] = 0xDEADBEEF; in mes_v12_1_test_ring()
2100 queue_ptr[wptr++] = PACKET3(PACKET3_NOP, 0x3FFF); in mes_v12_1_test_ring()
2105 queue_ptr[wptr++] = SDMA_PKT_COPY_LINEAR_HEADER_OP(SDMA_OP_WRITE) | in mes_v12_1_test_ring()
2107 queue_ptr[wptr++] = lower_32_bits(fence_gpu_addr); in mes_v12_1_test_ring()
2108 queue_ptr[wptr++] = upper_32_bits(fence_gpu_addr); in mes_v12_1_test_ring()
2109 queue_ptr[wptr++] = SDMA_PKT_WRITE_UNTILED_DW_3_COUNT(0); in mes_v12_1_test_ring()
2110 queue_ptr[wpt in mes_v12_1_test_ring()
2023 mes_v12_1_test_ring(struct amdgpu_device * adev,int xcc_id,u32 * queue_ptr,u64 fence_gpu_addr,void * fence_cpu_ptr,void * wptr_cpu_addr,u64 doorbell_idx,int queue_type) mes_v12_1_test_ring() argument
[all...]
/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c78 snd_pcm_uframes_t queue_ptr;
324 avail_periods = (runtime->control->appl_ptr - prtd->queue_ptr)/runtime->period_size; in q6apm_dai_trigger()
331 prtd->queue_ptr += runtime->period_size;
353 prtd->queue_ptr = 0; in q6apm_dai_open()
73 snd_pcm_uframes_t queue_ptr; global() member
H A Dq6asm-dai.c66 snd_pcm_uframes_t queue_ptr; member
319 avail_periods = (runtime->control->appl_ptr - prtd->queue_ptr)/runtime->period_size; in q6asm_dai_ack()
328 prtd->queue_ptr += runtime->period_size; in q6asm_dai_ack()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c1069 struct gdma_queue **queue_ptr) in mana_gd_create_dma_region()
1104 *queue_ptr = queue; in mana_gd_create_dma_region()
1205 struct gdma_queue **queue_ptr) in mana_gd_create_mana_wq_cq()
1243 *queue_ptr = queue; in mana_gd_destroy_queue()
1257 struct gdma_queue **queue_ptr) in mana_gd_destroy_queue()
1297 *queue_ptr = queue; in mana_gd_verify_vf_version()
992 mana_gd_create_hwc_queue(struct gdma_dev * gd,const struct gdma_queue_spec * spec,struct gdma_queue ** queue_ptr) mana_gd_create_hwc_queue() argument
1128 mana_gd_create_mana_eq(struct gdma_dev * gd,const struct gdma_queue_spec * spec,struct gdma_queue ** queue_ptr) mana_gd_create_mana_eq() argument
1180 mana_gd_create_mana_wq_cq(struct gdma_dev * gd,const struct gdma_queue_spec * spec,struct gdma_queue ** queue_ptr) mana_gd_create_mana_wq_cq() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Drule.c571 void *queue_ptr, in mlx5hws_rule_move_hws_remove() argument
577 struct mlx5hws_send_engine *queue = queue_ptr; in mlx5hws_rule_move_hws_remove()