Lines Matching refs:tbnet_frame
131 struct tbnet_frame {
138 struct tbnet_frame frames[TBNET_RING_SIZE];
316 static inline unsigned int tbnet_frame_size(const struct tbnet_frame *tf)
327 struct tbnet_frame *tf = &ring->frames[i];
474 struct tbnet_frame *tf = &ring->frames[index];
512 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net)
516 struct tbnet_frame *tf;
536 struct tbnet_frame *tf = container_of(frame, typeof(*tf), frame);
553 struct tbnet_frame *tf = &ring->frames[i];
669 static bool tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *tf,
752 struct tbnet_frame *tf;
903 struct tbnet_frame **frames, u32 frame_count)
1014 struct tbnet_frame *frames[MAX_SKB_FRAGS];