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

  /src/sys/dev/pci/
xmm7360.c 538 struct mux_first_header { struct
1105 total_length = sizeof(struct mux_first_header) + data_len;
1118 struct mux_first_header *hdr = (struct mux_first_header *)frame->data;
1119 memset(hdr, 0, sizeof(struct mux_first_header));
1126 frame->n_bytes += sizeof(struct mux_first_header);
1179 struct mux_first_header *hdr = (void*)&frame->data[0];
1277 struct mux_first_header *first;
1368 frame_size = sizeof(struct mux_first_header) + xn->queued_bytes + sizeof(struct mux_next_header) + 4 + sizeof(struct mux_bounds)*xn->queued_packets;

Completed in 12 milliseconds