Home
last modified time | relevance | path

Searched refs:pkt_descs (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/firewire/
Damdtp-stream.c834 generate_pkt_descs(s, s->pkt_descs, ctx_header, packets, d->seq_descs, in out_stream_callback()
837 process_ctx_payloads(s, s->pkt_descs, packets); in out_stream_callback()
840 const struct pkt_desc *desc = s->pkt_descs + i; in out_stream_callback()
890 err = generate_device_pkt_descs(s, s->pkt_descs, ctx_header, packets); in in_stream_callback()
897 process_ctx_payloads(s, s->pkt_descs, packets); in in_stream_callback()
1118 s->pkt_descs = kcalloc(s->queue_size, sizeof(*s->pkt_descs), in amdtp_stream_start()
1120 if (!s->pkt_descs) { in amdtp_stream_start()
1162 kfree(s->pkt_descs); in amdtp_stream_start()
1272 kfree(s->pkt_descs); in amdtp_stream_stop()
Damdtp-stream.h124 struct pkt_desc *pkt_descs; member