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