Lines Matching refs:tbnet_frame
135 struct tbnet_frame {
142 struct tbnet_frame frames[TBNET_RING_SIZE];
329 static inline unsigned int tbnet_frame_size(const struct tbnet_frame *tf)
340 struct tbnet_frame *tf = &ring->frames[i];
507 struct tbnet_frame *tf = &ring->frames[index];
548 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net)
552 struct tbnet_frame *tf;
572 struct tbnet_frame *tf = container_of(frame, typeof(*tf), frame);
589 struct tbnet_frame *tf = &ring->frames[i];
731 static bool tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *tf,
814 struct tbnet_frame *tf;
990 struct tbnet_frame **frames, u32 frame_count)
1107 struct tbnet_frame *frames[MAX_SKB_FRAGS];