Searched defs:hgsmi_buffer_header (Results 1 – 1 of 1) sorted by relevance
19 struct hgsmi_buffer_header { struct20 u32 data_size; /* Size of data that follows the header. */21 u8 flags; /* HGSMI_BUFFER_HEADER_F_* */22 u8 channel; /* The channel the data must be routed to. */23 u16 channel_info; /* Opaque to the HGSMI, used by the channel. */25 union {53 } u;
Completed in 5 milliseconds