Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dthunderbolt.c133 struct tbnet_frame { struct
140 struct tbnet_frame frames[TBNET_RING_SIZE]; argument
323 static inline unsigned int tbnet_frame_size(const struct tbnet_frame *tf) in tbnet_frame_size()
334 struct tbnet_frame *tf = &ring->frames[i]; in tbnet_free_buffers()
489 struct tbnet_frame *tf = &ring->frames[index]; in tbnet_alloc_rx_buffers()
527 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net) in tbnet_get_tx_buffer()
531 struct tbnet_frame *tf; in tbnet_get_tx_buffer()
551 struct tbnet_frame *tf = container_of(frame, typeof(*tf), frame); in tbnet_tx_callback()
568 struct tbnet_frame *tf = &ring->frames[i]; in tbnet_alloc_tx_buffers()
697 static bool tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *tf, in tbnet_check_frame()
[all …]