Lines Matching refs:frame_count
52 * @frame_count: how many frames assembles a full packet
62 u32 frame_count;
672 u32 frame_id, frame_count, frame_size, frame_index;
690 frame_count = le32_to_cpu(hdr->frame_count);
703 if (net->skb && net->rx_hdr.frame_count) {
705 if (frame_count != net->rx_hdr.frame_count) {
728 if (frame_count == 0 || frame_count > TBNET_RING_SIZE / 4) {
811 net->rx_hdr.frame_count = le32_to_cpu(hdr->frame_count);
814 last = net->rx_hdr.frame_index == net->rx_hdr.frame_count - 1;
903 struct tbnet_frame **frames, u32 frame_count)
918 for (i = 0; i < frame_count; i++) {
920 hdr->frame_count = cpu_to_le32(frame_count);
978 for (i = 0; i < frame_count; i++) {
983 hdr->frame_count = cpu_to_le32(frame_count);
993 for (i = 0; i < frame_count; i++) {