OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025