HomeSort by: relevance | last modified time | path
    Searched defs:mux_bounds (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
xmm7360.c 533 struct mux_bounds { struct
561 struct mux_bounds bounds[MUX_MAX_PACKETS];
1156 int expected_adth_size = sizeof(struct mux_next_header) + 4 + (frame->n_packets+1)*sizeof(struct mux_bounds);
1227 xmm7360_mux_frame_append_data(frame, &frame->bounds[0], sizeof(struct mux_bounds)*frame->n_packets);
1280 struct mux_bounds *bounds;
1297 n_packets = (adth->length - sizeof(struct mux_next_header) - 4) / sizeof(struct mux_bounds);
1368 frame_size = sizeof(struct mux_first_header) + xn->queued_bytes + sizeof(struct mux_next_header) + 4 + sizeof(struct mux_bounds)*xn->queued_packets;
1370 frame_size += 16 + new_packet_bytes + sizeof(struct mux_bounds);
xmm7360.c 533 struct mux_bounds { struct
561 struct mux_bounds bounds[MUX_MAX_PACKETS];
1156 int expected_adth_size = sizeof(struct mux_next_header) + 4 + (frame->n_packets+1)*sizeof(struct mux_bounds);
1227 xmm7360_mux_frame_append_data(frame, &frame->bounds[0], sizeof(struct mux_bounds)*frame->n_packets);
1280 struct mux_bounds *bounds;
1297 n_packets = (adth->length - sizeof(struct mux_next_header) - 4) / sizeof(struct mux_bounds);
1368 frame_size = sizeof(struct mux_first_header) + xn->queued_bytes + sizeof(struct mux_next_header) + 4 + sizeof(struct mux_bounds)*xn->queued_packets;
1370 frame_size += 16 + new_packet_bytes + sizeof(struct mux_bounds);

Completed in 26 milliseconds