Searched refs:tbnet_frame (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/thunderbolt/ |
H A D | trace.h | 25 DECLARE_EVENT_CLASS(tbnet_frame, 46 DEFINE_EVENT(tbnet_frame, tbnet_alloc_rx_frame, 52 DEFINE_EVENT(tbnet_frame, tbnet_alloc_tx_frame, 58 DEFINE_EVENT(tbnet_frame, tbnet_free_frame,
|
H A D | main.c | 135 struct tbnet_frame { struct 142 struct tbnet_frame frames[TBNET_RING_SIZE]; 329 static inline unsigned int tbnet_frame_size(const struct tbnet_frame *tf) in tbnet_frame_size() 340 struct tbnet_frame *tf = &ring->frames[i]; in tbnet_free_buffers() 507 struct tbnet_frame *tf = &ring->frames[index]; in tbnet_alloc_rx_buffers() 548 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net) in tbnet_get_tx_buffer() 552 struct tbnet_frame *tf; in tbnet_get_tx_buffer() 572 struct tbnet_frame *tf = container_of(frame, typeof(*tf), frame); in tbnet_tx_callback() 589 struct tbnet_frame *tf = &ring->frames[i]; in tbnet_alloc_tx_buffers() 731 static bool tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *t [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | thunderbolt.c | 131 struct tbnet_frame { struct 138 struct tbnet_frame frames[TBNET_RING_SIZE]; 316 static inline unsigned int tbnet_frame_size(const struct tbnet_frame *tf) in tbnet_frame_size() 327 struct tbnet_frame *tf = &ring->frames[i]; in tbnet_free_buffers() 474 struct tbnet_frame *tf = &ring->frames[index]; in tbnet_alloc_rx_buffers() 512 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net) in tbnet_get_tx_buffer() 516 struct tbnet_frame *tf; in tbnet_get_tx_buffer() 536 struct tbnet_frame *tf = container_of(frame, typeof(*tf), frame); in tbnet_tx_callback() 553 struct tbnet_frame *tf = &ring->frames[i]; in tbnet_alloc_tx_buffers() 669 static bool tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *t [all...] |
Completed in 4 milliseconds