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.c2023 u32 *queue_ptr, u64 fence_gpu_addr, in mes_v12_1_test_ring() argument
2046 queue_ptr[wptr++] = PACKET3(PACKET3_SET_UCONFIG_REG, 1); in mes_v12_1_test_ring()
2047 queue_ptr[wptr++] = xcc_offset - PACKET3_SET_UCONFIG_REG_START; in mes_v12_1_test_ring()
2048 queue_ptr[wptr++] = 0xDEADBEEF; in mes_v12_1_test_ring()
2051 queue_ptr[wptr++] = PACKET3(PACKET3_NOP, 0x3FFF); in mes_v12_1_test_ring()
2056 queue_ptr[wptr++] = SDMA_PKT_COPY_LINEAR_HEADER_OP(SDMA_OP_WRITE) | in mes_v12_1_test_ring()
2058 queue_ptr[wptr++] = lower_32_bits(fence_gpu_addr); in mes_v12_1_test_ring()
2059 queue_ptr[wptr++] = upper_32_bits(fence_gpu_addr); in mes_v12_1_test_ring()
2060 queue_ptr[wptr++] = SDMA_PKT_WRITE_UNTILED_DW_3_COUNT(0); in mes_v12_1_test_ring()
2061 queue_ptr[wptr++] = 0xDEADBEEF; in mes_v12_1_test_ring()
[all …]
/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c73 snd_pcm_uframes_t queue_ptr; member
290 avail_periods = (runtime->control->appl_ptr - prtd->queue_ptr)/runtime->period_size; in q6apm_dai_ack()
297 prtd->queue_ptr += runtime->period_size; in q6apm_dai_ack()
319 prtd->queue_ptr = 0; in q6apm_dai_trigger()
H A Dq6asm-dai.c66 snd_pcm_uframes_t queue_ptr; member
313 avail_periods = (runtime->control->appl_ptr - prtd->queue_ptr)/runtime->period_size; in q6asm_dai_ack()
322 prtd->queue_ptr += runtime->period_size; in q6asm_dai_ack()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c992 struct gdma_queue **queue_ptr) in mana_gd_create_hwc_queue() argument
1027 *queue_ptr = queue; in mana_gd_create_hwc_queue()
1128 struct gdma_queue **queue_ptr) in mana_gd_create_mana_eq() argument
1166 *queue_ptr = queue; in mana_gd_create_mana_eq()
1180 struct gdma_queue **queue_ptr) in mana_gd_create_mana_wq_cq() argument
1218 *queue_ptr = queue; in mana_gd_create_mana_wq_cq()
/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()