Home
last modified time | relevance | path

Searched refs:ctx_data (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/sound/firewire/
H A Damdtp-stream.c1047 s->ctx_data.rx.seq.pos = seq_pos; in generate_rx_packet_descs()
1289 s->ctx_data.rx.cache_pos = 0; in process_rx_packets_intermediately()
1495 if (s->ctx_data.tx.event_starts) in drop_tx_packets_initially()
1725 s->ctx_data.tx.cache.pos = 0; in amdtp_stream_start()
1726 s->ctx_data.tx.cache.descs = kcalloc(s->ctx_data.tx.cache.size, in amdtp_stream_start()
1747 s->ctx_data.rx.seq.descs = kcalloc(queue_size, sizeof(*s->ctx_data.rx.seq.descs), GFP_KERNEL); in amdtp_stream_start()
1748 if (!s->ctx_data.rx.seq.descs) { in amdtp_stream_start()
1753 s->ctx_data.rx.seq.pos = 0; in amdtp_stream_start()
1760 s->ctx_data.rx.event_count = 0; in amdtp_stream_start()
1828 kfree(s->ctx_data.rx.seq.descs); in amdtp_stream_start()
[all …]
H A Damdtp-stream.h178 } ctx_data; member
H A Damdtp-am824.c94 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_am824_set_parameters()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c1025 ring->mes_ctx = ctx_data; in amdgpu_mes_add_ring()
1120 &ctx_data->meta_data_obj, in amdgpu_mes_ctx_alloc_meta_data()
1121 &ctx_data->meta_data_mc_addr, in amdgpu_mes_ctx_alloc_meta_data()
1122 &ctx_data->meta_data_ptr); in amdgpu_mes_ctx_alloc_meta_data()
1128 if (!ctx_data->meta_data_obj) in amdgpu_mes_ctx_alloc_meta_data()
1131 memset(ctx_data->meta_data_ptr, 0, in amdgpu_mes_ctx_alloc_meta_data()
1139 if (ctx_data->meta_data_obj) in amdgpu_mes_ctx_free_meta_data()
1142 &ctx_data->meta_data_ptr); in amdgpu_mes_ctx_free_meta_data()
1205 ctx_data->meta_data_va = bo_va; in amdgpu_mes_ctx_map_meta_data()
1296 ctx_data, &ring); in amdgpu_mes_test_create_gang_and_queues()
[all …]
H A Damdgpu_mes.h377 struct amdgpu_mes_ctx_data *ctx_data,
386 struct amdgpu_mes_ctx_data *ctx_data);
387 void amdgpu_mes_ctx_free_meta_data(struct amdgpu_mes_ctx_data *ctx_data);
390 struct amdgpu_mes_ctx_data *ctx_data);
392 struct amdgpu_mes_ctx_data *ctx_data);
/openbmc/linux/sound/firewire/tascam/
H A Damdtp-tascam.c245 s->ctx_data.rx.fdf = 0x00; in amdtp_tscm_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci-trace.h83 __dynamic_array(u32, ctx_data,
94 memcpy(__get_dynamic_array(ctx_data), ctx->bytes,
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_stream.c59 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()
/openbmc/linux/sound/firewire/digi00x/
H A Damdtp-dot.c130 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_dot_set_parameters()
/openbmc/linux/sound/firewire/motu/
H A Damdtp-motu.c478 s->ctx_data.rx.fdf = MOTU_FDF_AM824; in amdtp_motu_init()
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_asm.S251 mov %r11, AadLen(%arg2) # ctx_data.aad_length = aad_length
253 mov %r11, InLen(%arg2) # ctx_data.in_length = 0
254 mov %r11, PBlockLen(%arg2) # ctx_data.partial_block_length = 0
255 mov %r11, PBlockEncKey(%arg2) # ctx_data.partial_block_enc_key = 0
258 movdqu %xmm0, OrigIV(%arg2) # ctx_data.orig_IV = iv
262 movdqu %xmm0, CurCount(%arg2) # ctx_data.current_counter = iv
H A Daesni-intel_avx-x86_64.S643 mov %r11, AadLen(arg2) # ctx_data.aad_length = aad_length
645 mov %r11, InLen(arg2) # ctx_data.in_length = 0
647 mov %r11, PBlockLen(arg2) # ctx_data.partial_block_length = 0
648 mov %r11, PBlockEncKey(arg2) # ctx_data.partial_block_enc_key = 0
651 movdqu %xmm0, OrigIV(arg2) # ctx_data.orig_IV = iv
654 movdqu %xmm0, CurCount(arg2) # ctx_data.current_counter = iv