Home | History | Annotate | Download | only in pci

Lines Matching defs:n_packets

559 	int n_packets, n_bytes, max_size, sequence;
1095 frame->n_packets = 0;
1156 int expected_adth_size = sizeof(struct mux_next_header) + 4 + (frame->n_packets+1)*sizeof(struct mux_bounds);
1159 if (frame->n_packets >= MUX_MAX_PACKETS)
1167 frame->bounds[frame->n_packets].offset = frame->n_bytes;
1168 frame->bounds[frame->n_packets].length = data_len + 16;
1169 frame->n_packets++;
1227 xmm7360_mux_frame_append_data(frame, &frame->bounds[0], sizeof(struct mux_bounds)*frame->n_packets);
1279 int n_packets, i;
1297 n_packets = (adth->length - sizeof(struct mux_next_header) - 4) / sizeof(struct mux_bounds);
1301 for (i=0; i<n_packets; i++) {