Lines Matching refs:tbnet_frame
131 struct tbnet_frame { struct
138 struct tbnet_frame frames[TBNET_RING_SIZE]; argument
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 *tf, in tbnet_check_frame()
752 struct tbnet_frame *tf; in tbnet_poll()
903 struct tbnet_frame **frames, u32 frame_count) in tbnet_xmit_csum_and_map()
1015 struct tbnet_frame *frames[MAX_SKB_FRAGS]; in tbnet_start_xmit()