Lines Matching refs:tbstream_frame
98 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()
462 sdev->tx_ring.frames = kcalloc(ring_size, sizeof(struct tbstream_frame), in tbstream_dev_alloc_tx_buffers()
468 struct tbstream_frame *sf = &sdev->tx_ring.frames[i]; in tbstream_dev_alloc_tx_buffers()
494 static struct tbstream_frame *
499 struct tbstream_frame *sf; in tbstream_dev_alloc_tx()
529 struct tbstream_frame *sf; in tbstream_dev_send_data()
539 struct tbstream_frame *sf; in tbstream_dev_send_close()
675 struct tbstream_frame *sf; in tbstream_dev_fops_read_iter()