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

  /src/sys/dev/pci/
xmm7360.c 548 struct mux_next_header { struct
1107 total_length = sizeof(struct mux_next_header) + data_len;
1128 struct mux_next_header *hdr = (struct mux_next_header *)(&frame->data[frame->n_bytes]);
1129 memset(hdr, 0, sizeof(struct mux_next_header));
1135 frame->n_bytes += sizeof(struct mux_next_header);
1156 int expected_adth_size = sizeof(struct mux_next_header) + 4 + (frame->n_packets+1)*sizeof(struct mux_bounds);
1278 struct mux_next_header *adth;
1297 n_packets = (adth->length - sizeof(struct mux_next_header) - 4) / sizeof(struct mux_bounds);
1299 bounds = (void*)&data[first->next + sizeof(struct mux_next_header) + 4]
    [all...]
xmm7360.c 548 struct mux_next_header { struct
1107 total_length = sizeof(struct mux_next_header) + data_len;
1128 struct mux_next_header *hdr = (struct mux_next_header *)(&frame->data[frame->n_bytes]);
1129 memset(hdr, 0, sizeof(struct mux_next_header));
1135 frame->n_bytes += sizeof(struct mux_next_header);
1156 int expected_adth_size = sizeof(struct mux_next_header) + 4 + (frame->n_packets+1)*sizeof(struct mux_bounds);
1278 struct mux_next_header *adth;
1297 n_packets = (adth->length - sizeof(struct mux_next_header) - 4) / sizeof(struct mux_bounds);
1299 bounds = (void*)&data[first->next + sizeof(struct mux_next_header) + 4]
    [all...]
xmm7360.c 548 struct mux_next_header { struct
1107 total_length = sizeof(struct mux_next_header) + data_len;
1128 struct mux_next_header *hdr = (struct mux_next_header *)(&frame->data[frame->n_bytes]);
1129 memset(hdr, 0, sizeof(struct mux_next_header));
1135 frame->n_bytes += sizeof(struct mux_next_header);
1156 int expected_adth_size = sizeof(struct mux_next_header) + 4 + (frame->n_packets+1)*sizeof(struct mux_bounds);
1278 struct mux_next_header *adth;
1297 n_packets = (adth->length - sizeof(struct mux_next_header) - 4) / sizeof(struct mux_bounds);
1299 bounds = (void*)&data[first->next + sizeof(struct mux_next_header) + 4]
    [all...]

Completed in 34 milliseconds