Searched defs:hgsmi_buffer_header (Results 1 – 1 of 1) sorted by relevance
38 struct hgsmi_buffer_header { struct39 u32 data_size; /* Size of data that follows the header. */40 u8 flags; /* HGSMI_BUFFER_HEADER_F_* */41 u8 channel; /* The channel the data must be routed to. */42 u16 channel_info; /* Opaque to the HGSMI, used by the channel. */44 union {72 } u;