Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dstream.c98 struct tbstream_frame { struct
117 struct tbstream_frame *frames; argument
256 struct tbstream_frame *sf = &ring->frames[i]; in tbstream_ring_free()
346 struct tbstream_frame *sf = container_of(frame, typeof(*sf), frame); in tbstream_dev_rx_callback()
363 static struct tbstream_frame *
367 struct tbstream_frame *sf; in tbstream_dev_completed_rx()
384 struct tbstream_frame *sf; in tbstream_dev_consume_rx()
407 sdev->rx_ring.frames = kcalloc(ring_size, sizeof(struct tbstream_frame), in tbstream_dev_alloc_rx_buffers()
414 struct tbstream_frame *sf = &sdev->rx_ring.frames[i]; in tbstream_dev_alloc_rx_buffers()
445 struct tbstream_frame *sf = container_of(frame, typeof(*sf), frame); in tbstream_dev_tx_callback()
[all …]